cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Does autonegotiate setting actually work on vEdge? vshell / ethtool says no.

BRIAN SEKLECKI
Level 1
Level 1

All:

 

 Does the autonegotiate setting on an interface actually work on vEdge (16.x or 17.x?)   

 

I'm working with a large US national carrier on a Layer2 issue with their DWDM Transponder/Muxsponder shelf client cards and noticed it actually has no impact when you examine interface in vShell with ethtool(8):

 

VEDGE_AutoNeg_TShoot_Error.png

vedge#
vedge#
vedge# conf t
Entering configuration mode terminal
vedge(config)# no vpn 0 interface ge0/0 autonegotiate
vedge(config)# commit no-confirm
Commit complete.
vedge(config)#
vedge#
vedge# vshell
vedge:~$ ethtool ge0_0 | grep -i auto
Cannot get wake-on-lan settings: Operation not permitted
Supports auto-negotiation: No
Advertised auto-negotiation: No
Auto-negotiation: on

vedge:~$ exit
exit
vedge# conf t
Entering configuration mode terminal
vedge(config)# vpn 0 interface ge0/0 autonegotiate
vedge(config-interface-ge0/0)# commit no-confirm
Commit complete.
vedge(config-interface-ge0/0)# do vshell
vedge:~$ ethtool ge0_0 | grep -i auto
Cannot get wake-on-lan settings: Operation not permitted
Supports auto-negotiation: No
Advertised auto-negotiation: No
Auto-negotiation: on
vedge:~$

Who Me Too'd this topic