EPON Syrotech

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Syrotech EPON OLT

Creating VLAN?
vlan 1024
description DATA_VLAN
exit
vlan 2024
description MGMT_VLAN
exit

DATA & MGMT on single port?


interface gigabitethernet 0/9
switchport mode trunk
switchport trunk vlan 1024
switchport trunk vlan 2024
switchport trunk pvid vlan 1
no shutdown
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
switchport isolate //Check on isolate
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
exit

Access for DATA?


interface gigabitethernet 0/10
switchport mode access
switchport access vlan 1024
shutdown
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
no switchport isolate //Uncheck from isolate for Dial-up
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
exit

DATA on PON ports?


(Untag)
interface epon 0/1
switchport mode hybrid
switchport hybrid vlan 1 untagged
switchport hybrid vlan 1024 untagged
switchport hybrid pvid vlan 1024
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
switchport isolate
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
exit

(TAG)
interface epon 0/8
switchport mode hybrid
switchport hybrid vlan 1 untagged
switchport hybrid vlan 1024 tagged
switchport hybrid pvid vlan 1024
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
switchport isolate
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
exit

IP Route||Static Route?
interface vlan 2024
ip address 10.201.236.2 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 10.201.236.1

LACP Configuration?
channel-group 1 mode manual
channel-group 1 load-balance sdmac

Same Configuration on both gigabitethernet 0/9-10


interface gigabitethernet 0/10
switchport mode trunk
switchport trunk vlan 524
switchport trunk vlan 2136
switchport trunk pvid vlan 1
no shutdown
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
switchport isolate
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
channel-group 1
exit

interface gigabitethernet 0/9


switchport mode trunk
switchport trunk vlan 524
switchport trunk vlan 2136
switchport trunk pvid vlan 1
no shutdown
mdi force
storm-control broadcast fps 512
no storm-control multicast
storm-control unknow fps 512
switchport isolate
mac-address mac-learn enable
no ip igmp snooping immediate-leave
ipv6 mld snooping group-limit 256
channel-group 1
exit

North
Tacacs
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization commands 0 default group tacacs+
aaa authorization commands 1 default group tacacs+
aaa authorization commands 15 default group tacacs+
aaa authorization exec default group tacacs+ local
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting exec default start-stop group tacacs+
tacacs-server console login
tacacs-server web login
tacacs-server host 172.31.251.20
tacacs-server key yo@123

SNMP
snmp-server start
no snmp-server community public
no snmp-server community private
snmp-server community 3xCMon1t ro
snmp-server notify notify inform inform inform
snmp-server notify notify trap trap trap
snmp-server host 172.31.251.13 version 2c community 3xCMon1t

Syslog and NTP


syslog server ip 172.31.251.36 port 514
ntp server 172.31.251.36

South
Tacacs
aaa new-model
aaa authentication login default group tacacs+ local
aaa authentication enable default group tacacs+ enable
aaa authorization commands 0 default group tacacs+
aaa authorization commands 1 default group tacacs+
aaa authorization commands 15 default group tacacs+
aaa authorization exec default group tacacs+ local
aaa accounting commands 0 default start-stop group tacacs+
aaa accounting commands 1 default start-stop group tacacs+
aaa accounting commands 15 default start-stop group tacacs+
aaa accounting exec default start-stop group tacacs+
tacacs-server console login
tacacs-server web login
tacacs-server host 172.30.251.5
tacacs-server key yo@123

SNMP
snmp-server start
no snmp-server community public
no snmp-server community private
snmp-server community x3m3@snmp ro
snmp-server notify notify inform inform inform
snmp-server notify notify trap trap trap
snmp-server host 172.30.251.4 version 2c community x3m3@snmp

Syslog and NTP


syslog server ip 172.30.251.25 port 514
ntp server 172.30.251.25

Activation Key
debug mode
set cust code Xle3ClDQMkkXmXDfNqQx0f48veKKWs0x

OLT Uplink 10G


debug mode
set giu mode sfp+
exit
crs
reboot

You might also like