Solutions to everyday niggles which I find I need to use more then once. Nothing worse then coming across a problem you have fixed before but can't remember how...
Thursday, 19 August 2010
Add a static route on a switch
The command is, in config mode;
ip route 0.0.0.0 (MASK) 0.0.0.0 (GATEWAY) 0.0.0.0
For example: ip route 10.63.32.0 255.255.248.0 10.63.1.254
No comments:
Post a Comment