This post is more than 5 years old
2 Posts
0
802
November 16th, 2010 12:00
what is the command to enable the cge0 device?
Our cge0 device was disabled as part of troubleshooting a networking issue. What is the command to enable and disable the device? I thought it would be server_ifconfig - but if I list all the interfaces the cge devices are not listed.
[nasadmin@EMCCTRL nasadmin]$ server_sysconfig server_2 -virtual -i fsn0
server_2 :
*** FSN fsn0: Link is Up ***
active=trk0 primary=trk0 standby=cge2
[nasadmin@EMCCTRL nasadmin]$ server_sysconfig server_2 -virtual -i trk0
server_2 :
*** Trunk trk0: Link is Up ***
*** Trunk trk0: Statistical Load Balancing is IP ***
Device Link Duplex Speed
------------------------------------------------------------------------
cge0 Down N/A 0 Mbs
cge1 Up Full 1000 Mbs
dynamox
9 Legend
•
20.4K Posts
0
November 16th, 2010 12:00
.server_config server_2 -v "bcm cge0 start"
KEMHodge
2 Posts
0
November 17th, 2010 12:00
That did it. Thank you very much.