|
Home > Archive > CCNA > June 2002 > routing protocols output
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
routing protocols output
|
|
| adam salam 2002-06-16, 3:08 am |
| hello guys;
please help in this router output:
when using the command
router_1#show ip route
and you get:
R 172.16.20.0 [120/1] via 172.16.10.2, ethernet0
R 172.16.20.0 [120/3] via 172.16.10.2, serial1
R 172.16.10.0 [120/2] via 172.16.10.2, serial0
------------------
Or
router_2#show ip route
and you get:
I 172.16.20.0 [100/158260] via 172.16.10.2, ethernet0
I 172.16.20.0 [100/160360] via 172.16.10.2, serial1
------------------
1) what does the [120/3] from the first router mean.
2) what does the [100/160360] from the second router mean.
thanx for any help. | |
|
| hi there,
1) what does the [120/3] from the first router mean
-120 is the administrative distance which means that this router is using rip and 3 is the hop count..
2) what does the [100/160360] from the second router mean.
-100 is the administrative distance which means that this router is using igrp and 160360 is the composite metric which is by default function of the bandwidth and delay.. | |
| adam salam 2002-06-16, 6:36 am |
| Thanx xtam1
thank you for the help;
that's very clear. | |
|
| Don't mention it..
Tamer Bayomy |
|
|
|
|