Page 1 of 1

Trunk and mobile port configuration on OS6560-P48X4

Posted: 08 Sep 2022 10:53
by isbrenday2k
Hi,

Configuring cisco switch for trunk on access port, I issued these commands for example, I want one port to carry both Telephone and IPTV traffics ( VLAN Telephone: 118 and VLAN IPTV : 120) ;


interface GigabitEthernet1/0/1
description Telephone
switchport access vlan 118
switchport trunk allowed vlan 118,120
switchport trunk native vlan 118
switchport mode access
switchport nonegotiate
storm-control broadcast level pps 4k
storm-control multicast level pps 4k
storm-control action trap
spanning-tree portfast
spanning-tree bpduguard enable


How can I make the same configuration on OS6560-P48X4 Alcatel-switch and then make same port 1/0/1 a mobile port?


Thank you in advance.