Skip to content

Instantly share code, notes, and snippets.

@danish-rehman
Created January 9, 2015 19:10
Show Gist options
  • Save danish-rehman/7aa433adc2c170f7df04 to your computer and use it in GitHub Desktop.
Save danish-rehman/7aa433adc2c170f7df04 to your computer and use it in GitHub Desktop.
Rip routing table update
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