На это устройство мне надо подвести вилан с id 16 и подключить сетевое устройство к 14 порту. Вилан идет (тэгируется) с 47 порта
пытаюсь сделать вот что
- Код: Выделить всё
korpus1_AT8000GS# configure
korpus1_AT8000GS(config)# interface ethernet g14
korpus1_AT8000GS(config-if)# switchport mode access
Port g14, belongs to wrong number of vlans
korpus1_AT8000GS(config-if)#
Вот данные по порту и виланам
- Код: Выделить всё
korpus1_AT8000GS# show vlan
Vlan Name Ports Type Authorization
---- ----------------- --------------------------- ------------ -------------
1 1 g(1-12,17-22,24-48),ch(1-8) other Required
2 2 g(13,47-48) permanent Required
14 14 g14 permanent Required
15 int-cont g(17-19) permanent Required
16 ins-cl g(14,47) permanent Required
17 vks_shtorc g(23,45) permanent Required
korpus1_AT8000GS#
korpus1_AT8000GS# show interfaces switchport ethernet g14
Port : g14
Port Mode: General
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 14
Protected: Disabled
Port is member in:
Vlan Name Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
14 14 Tagged Static
16 ins-cl Tagged Static
Forbidden VLANS:
Vlan Name
---- --------------------------------
Classification rules:
Protocol based VLANs:
Group ID Vlan ID
-------- -------
Mac based VLANs:
Group ID Vlan ID
-------- -------
korpus1_AT8000GS#
korpus1_AT8000GS# show interfaces switchport ethernet g47
Port : g47
Port Mode: Trunk
Gvrp Status: disabled
Ingress Filtering: true
Acceptable Frame Type: admitAll
Ingress UnTagged VLAN ( NATIVE ): 1
Protected: Disabled
Port is member in:
Vlan Name Egress rule Port Membership Type
---- -------------------------------- ----------- --------------------
1 1 Untagged System
2 2 Tagged Static
16 ins-cl Tagged Static
Forbidden VLANS:
Vlan Name
---- --------------------------------
Classification rules:
Protocol based VLANs:
Group ID Vlan ID
-------- -------
Mac based VLANs:
Group ID Vlan ID
-------- -------
korpus1_AT8000GS#
Что мне делать и как побороть ошибку?