PPPoE
প্রথম ধাপ (Interface):
১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে।
২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-out1, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে।
দ্বিতীয় ধাপ (Address_LAN):
১. IP থেকে Address: (Address: 192.168.0.1/24, Interface: ether2_LAN) Apply ক্লিক করে OK করতে হবে।
তৃতীয় ধাপ (DNS):
১. IP থেকে DNS (Server: 8.8.8.8) Apply ক্লিক করে OK করতে হবে।
চতৃর্থ ধাপ (DHCP Server):
১. IP থেকে DHCP: DHCP Setup => DHCP Server Interface (ether2_LAN) NEXT => NEXT => NEXT => NEXT => OK করতে হবে।
পঞ্চম ধাপ (Firewall):
১. Firewall: NAT+ (General: srcnat, Action: masquerage) Apply ক্লিক করে OK করতে হবে।
প্রথম ধাপ (Interface):
১. Interface Name: প্রথমে Interface Name লিখে নিতে হবে।
২. Interface Name + ক্লিক করে PPPoE Client ক্লিক করে General (Name: pppoe-WAN, Interface: ether1_WAN), Dial Out (User & Password) দিয়ে Apply ক্লিক করে OK করতে হবে।
দ্বিতীয় ধাপ (Bridge):
১. Bridge: General (Name: bridge1_Local) দিয়ে Apply ক্লিক করে OK করতে হবে।
২. Port: Port+ (Interface: ether2_LAN, Bridge: bridge1_Local) দিয়ে Apply ক্লিক করে, copy ক্লিক করে (Interface: ether3_LAN, Bridge: bridge1_Local), Apply ক্লিক করে, copy ক্লিক করে (Interface: ether4_LAN, Bridge: bridge1_Local) Apply ক্লিক করে OK করতে হবে।
তৃতীয় ধাপ (Address):
১. IP থেকে Address: (Address: 192.168.0.1/24, Interface: bridge1_Local) Apply ক্লিক করে OK করতে হবে।
চতৃর্থ ধাপ (DNS):
১. IP থেকে DNS (Server: 8.8.8.8) Apply ক্লিক করে OK করতে হবে।
পঞ্চম ধাপ (DHCP Server):
১. IP থেকে DHCP: DHCP Setup => DHCP Server Interface (bridge1_Local) NEXT => NEXT => NEXT => NEXT => OK করতে হবে।
৬ষ্ঠ ধাপ (Firewall):
১. Firewall: NAT+ (General: srcnat, Action: masquerage) Apply ক্লিক করে OK করতে হবে।
৭ম ধাপ (Wireless):
১. Wifi Interface: wan1 (Enable), তারপর ডাবল ক্লিক করতে হবে তারপর Mode: Ap Bridge, SSID: MikroTik, Security Profile: default
২. Security Profiles+ (Name: default, Mode: dynamic keys, Authentication Type: WPA2 PSK, WPA2 Pre-Shared key: 12345678(password) Apply ক্লিক করে OK করতে হবে।
৮ম ধাপ (Bridge-Port):
১. Poet: Port + (Interface: wlan1, bridge: bridge1_Local) Apply ক্লিক করে OK
V-SOL GPON OLT & ONU Configuration Step 1: CLI Management (Login) VSOL GPON OLT Default IP: 192.168.8.200 Default Username: admin Default Password: Xpon@Olt9417# Step 2: Uplink Configuration VLAN Create 2001-2010 gpon-olt# configure terminal gpon-olt(config)# vlan 2001 – 2010 gpon-olt(config)#exit Configure up link port G1 gpon-olt(config)#interface gigabitethernet 0/1 gpon-olt(config-if-ge0/1)#switchport mode hybrid gpon-olt(config-if-ge0/1)#switchport hybrid vlan 2001 – 2010 tagged gpon-olt(config-if-ge0/1)# Assign ip address to management VLAN At first we have to create management vlan, here we use management vlan as 100 gpon-olt# configure terminal gpon-olt(config)# vlan 100 gpon-olt(config)#exit gpon-olt(config)# interface vlan 100 gpon-olt(interface-vlan-100)# ip address 172.16.16.10 255.255.255.252 gpon-olt(interface-vlan-100)# exit gpon-olt(config)# ip route 0.0.0.0/0 172.16.16.9 Here we using a private IP address in this case, we can access this vsol olt from our loca...
Comments
Post a Comment