Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi everyone, I'm facing a strange problem, on a 4500x VSS cluster, when I type the track command in global config mode in order to track some object the switch doesn't seem to recognise the command.VSSCLUSTER(config)#track ^% Invali...
Daniel is right. Your switch is tagging ethernet frames with dot1q for all vlans except vlan 1 (the default native vlan). That's the result of the following config section
interface GigabitEthernet1/0/1
description Trunk-to-Router
switchport mod...
Hi, First create your dhcp pools on your router : !ip dhcp pool VLAN10 network 192.168.10.0 255.255.255.0 default-router 192.168.10.1!ip dhcp pool VLAN20 network 192.168.20.0 255.255.255.0 default-router 192.168.20.1! Don't forget to put the ...
Hi, Something weird. From your config sample output I can see you're using vlan1 as your native vlan. But you're manually pruning it out of the carried vlans list. Grtz