router_ports напрямую не удаляются. Я об этом уже писал выше, удаляются и навешиваются они самим свитчем при добавлении\удалении портов в список source ports.
пока портов в source нет, то и в роутер нет
Код:
DGS-3627G:5#show igmp_snooping multicast_vlan
Command: show igmp_snooping multicast_vlan
VLAN Name : v998
VID : 998
Member(Untagged) Ports :
Tagged Member Ports :
Source Ports :
Source(Untagged) Ports :
Status : Enabled
Replace Source IP : 0.0.0.0
Remap Priority : None
DGS-3627G:5#show router_ports vlan v998
Command: show router_ports vlan v998
VLAN Name : v998
Static router port :
Dynamic router port :
Forbidden router port:
Total Entries: 1
как только добавляю порты в Source Ports они автоматом добавляются в статик роутер портс
Код:
DGS-3627G:5#config igmp_snooping multicast_vlan v998 source_port 21-24
Command: config igmp_snooping multicast_vlan v998 source_port 21-24
Success.
DGS-3627G:5#show igmp_snooping multicast_vlan
Command: show igmp_snooping multicast_vlan
VLAN Name : v998
VID : 998
Member(Untagged) Ports :
Tagged Member Ports :
Source Ports : 21-24
Source(Untagged) Ports :
Status : Enabled
Replace Source IP : 0.0.0.0
Remap Priority : None
DGS-3627G:5#show router_ports vlan v998
Command: show router_ports
VLAN Name : v998
Static router port : 21-24
Dynamic router port :
Forbidden router port:
Total Entries: 1
И удалить их оттуда не получается
Код:
DGS-3627G:5#config router_ports v998 delete 21-23
Command: config router_ports v998 delete 21-23
Can't delete, the port is ism vlan source port.
Fail!