Hi Everyone
I need to connect a Cisco 4500 in VSS mode via EtherChannel (2 x fibers) to multiple DELL 6248s.
The DELL syntax looks like this:
interface ethernet 1/g47
channel-group 19 mode auto
switchport mode general
switchport general allowed vlan add 2,19 tagged
exit
!
interface ethernet 1/g48
channel-group 19 mode auto
switchport mode general
switchport general allowed vlan add 2,19 tagged
where ports 1/g47 & 1/g48 are the EtherChannel. The DELL syntax I am sure is correct.
However, I am trying to get the syntax for the Cisco 4500. I have tried:
interface Port-channel19
switchport
interface TenGigabitEthernet1/1/11
switchport mode trunk
switchport nonegotiate
logging event link-status
channel-group 19 mode active
interface TenGigabitEthernet2/1/11
switchport mode trunk
switchport nonegotiate
logging event link-status
channel-group 19 mode active
but this will not work. Can anybody help?
Bruce McBoy