Created
January 9, 2015 19:10
-
-
Save danish-rehman/7aa433adc2c170f7df04 to your computer and use it in GitHub Desktop.
Rip routing table update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zebrad# show ip route | |
Codes: K - kernel route, C - connected, S - static, R - RIP, | |
O - OSPF, I - IS-IS, B - BGP, A - Babel, | |
> - selected route, * - FIB route | |
K>* 0.0.0.0/0 via 192.168.1.254, eth4 | |
R>* 10.1.1.0/24 [120/2] via 10.1.2.2, eth1, 00:00:28 | |
C>* 10.1.2.0/24 is directly connected, eth1 | |
C>* 10.1.3.0/24 is directly connected, eth0 | |
C>* 127.0.0.0/8 is directly connected, lo | |
C>* 192.168.0.0/22 is directly connected, eth4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment