Brocade Fabric OS Command Reference (Supporting Fabric OS v7.3.0) User Manual

Page 750

Advertising
background image

720

Fabric OS Command Reference

53-1003131-01

portCfg

2

5.

On the Management Station, add route entries to get to the Brocade 7800 external inband
management interfaces.

linux# route add 192.168.1.0 netmask 255.255.255.0 gw 192.168.3.250

linux# route add 192.168.2.0 netmask 255.255.255.0 gw 192.168.3.250

6.

Access the Brocade 7800 switches through the external inband management interfaces.

linux# telnet 192.168.1.10

To delete an inband management interface:

switch:admin> portcfg mgmtif ge0

delete 192.168.3.10 255.255.255.0

To delete a management route:

switch:admin> portcfg mgmtroute ge0 delete 192.168.3.0 255.255.255.0

192.168.2.250

To disable and re-enable an inband management interface:

switch:admin> portcfg mgmtif ge0 disable

switch:admin> portcfg mgmtif ge0 enable.

To configure a VLAN tag for an inband management port:

switch:admin> portcfg vlantag 10/xge0 add 172.16.30.40 30 0 --mgmt

Operation Succeeded

To configure VLAN tags for all management ports on a switch:

switch:admin> portshow vlantag all

Port: 10/xge0

Interface Address VlanId L2CoS Flags

Destination Address

------------------------------------------------------------------

172.16.30.80 30 0 Perm

172.16.50.80

172.16.30.40 30 0 Perm Net Mgmt

0.0.0.0

To enable the autonegotiation of a 1GbE port:

switch:admin> portcfg autoneg 1/ge2 --enable

Operation Succeeded

switch:admin> portshow autoneg 1/ge2

Auto-Negotiation Configuration:

Port: 1/ge2

Auto-Negotiate: Enabled

SEE ALSO

configure

,

portCfgShow

,

portCmd

,

portShow

,

switchShow

Advertising