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.
So, I proceed with the following config and now I cannot access the switch:Switch(config)#no enable secret 5 xsafssvsSwitch(config)#enable secret testpasswSwitch(config)#username new1234 privilege 15 secret 5 testpasswERROR: The secret you entered is...
Please check below output and let me know if the "Link Partner: yes" indicates that the end-device connected to the switch can support the EEE feature:Switch#show eee capabilities interface gigabitEthernet2/0/1
Gi2/0/1
EEE(efficient-ethernet): yes (1...
Is there a TCL Script to apply the "shutdown" command ONLY if the interfaces of the switch are in "notconnect" state ?"notconnect" info will be retrieved by issuing the "show interfaces" command
If it is "notconnect" --> shutdown the port automatically with the scriptOtherwise do nothingI am mainly concerned with ethernet ports (fast-eth, gig-eth, ten-gig, etc..)