Ситуация следующая: Имеется LTE-2X на котором необходимо разрешить прохождение любого IP-трафика в определённом Vlan'е по всем его портам.
При реализации вышеописанного, столкнулись с проблемой работы во Vlan'е протокола DHCP.
Схема следующая: LTE-2X -> PonPort 0 и PonPort 1 -> Абонентские NTE-2.
Между абонентскими терминалами во Vlan'е 204 не ходит DHCP.
Конфигурацию прилагаю:
Код: Выделить всё
LTE-2X(switch)# sh running-config
management ip x.x.x.x x.x.x.x
management vlan 100
mirror rx analyzer front-port 0
mirror tx analyzer front-port 0
ip igmp snooping
mac-address-table aging-time 60
port-channel load-balance mac
qos type 0
interface pon-port 0
bridging to pon-port 0 , pon-port 1
exit
interface pon-port 1
bridging to pon-port 0 , pon-port 1
exit
interface mgmt-pon-port 0
pvid 100
exit
no vlan 1
vlan 100
name mgmt
isolation assign group 0 to pon-port 0
isolation assign group 0 to pon-port 1
tagged front-port 0 , front-port 1 , front-port 2 , front-port 3
untagged mgmt-pon-port 0
exit
vlan 204
name users
no isolation assign group to pon-port 0
no isolation assign group to pon-port 1
tagged pon-port 0 , pon-port 1 , front-port 0 , front-port 1 , front-port 2 , front-port 3
exit
LTE-2X(profile-rules)# rule show pon
0) 0: if (VID == 204) then DeleteTag
1) 14: if (LinkIndex == 0x0) then path = port 0 queue 0; forward
2) 14: if (LinkIndex == 0x1) then path = port 0 queue 1; forward
3) 14: if (LinkIndex == 0x2) then path = port 1 queue 0; forward
4) 14: if (LinkIndex == 0x3) then path = port 1 queue 1; forward
LTE-2X(profile-rules)# rule show uni0
0) 0: if (L3Proto == 0x2) then ClearAddTag
1) 1: if (Always) then AddTagVID = 204
2) 14: if (Always) then path = link 0 queue 0; forward
LTE-2X(profile-rules)# rule show uni1
0) 0: if (L3Proto == 0x2) then ClearAddTag
1) 1: if (Always) then AddTagVID = 204
2) 14: if (Always) then path = link 0 queue 0; forward
LTE-2X# show version
Eltex LTE software version 3.14.4 build 9 on 10.07.2015 15:36:27