Exemplo de como configurar e atribuir IP da VLAN in-band na OLT:
configure terminal
!
vlan database
vlan 200 in-band
!
interface mgmt1.200
ip address 192.168.10.12/24
no shutdown
!
ip route 0.0.0.0/0 192.168.10.1
!
interface giga-ethernet 0/1
switchport mode trunk
switchport trunk allowed vlan add 200
!
end
copy r s
!