I have been working through a RS6000 install lately and I wanted to post something I haven't really thought about. How do you add a default route or a "default gateway"? You may not need it, but if you have multiple VLANS with APs on those VLANS, you will need it. So, if I try to ping 4.2.2.2 without putting the default gateway in, this is what I get:
br-rfs6000-123321#ping 4.2.2.2
PING 4.2.2.2 (4.2.2.2): 100 data bytes
ping: sendto: Network is unreachable
So, here is what I do in CLI to add the default gateway:
br-rfs6000-123321#
br-rfs6000-123321#config t
Enter configuration commands, one per line. End with CNTL/Z.
br-rfs6000-123321(config)#self
Notice here below, you can not add it in like you would adding a route on a Brocade switch:
br-rfs6000-123321(config-device-00-01-01-23-32-10)#ip route 0.0.0.0 0.0.0.0 192.168.2.1
^
% Invalid input detected at '^' marker.
So, you have to add it in differently. I looks like this below:
br-rfs6000-123321(config-device-00-24-38-DC-9E-D1)#ip route 0.0.0.0/0 192.168.2.1
br-rfs6000-123321(config-device-00-24-38-DC-9E-D1)#commit
br-rfs6000-123321(config-device-00-24-38-DC-9E-D1)#wr mem
[OK]
This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Subscribe to:
Post Comments (Atom)
Can you show how to input dynamic route?
ReplyDeleteI hope this is helpful. This is what you would do below.
DeleteBrocade Mobility Wireless
MC-br-rfs6000-000102>en
MC-br-rfs6000-000102#self
Enter configuration commands, one per line. End with CNTL/Z.
MC-br-rfs6000-000102(config-device-00-00-00-00-01-02)#ip route 192.168.67.0/24 192.168.2.1
MC-br-rfs6000-000102(config-device-00-00-00-00-01-02)#commit write