Options

show ip route output

zer0foozer0foo Member Posts: 12 ■□□□□□□□□□
Quick question. What does the * denote in the show ip route output below

r4#sh ip route 10.2.2.0
Routing entry for 10.2.2.0/24
Known via "eigrp 100", distance 90, metric 158720, type internal
Redistributing via eigrp 100
Last update from 10.1.43.2 on FastEthernet1/0, 00:38:42 ago
Routing Descriptor Blocks:
10.1.43.2, from 10.1.43.2, 00:38:42 ago, via FastEthernet1/0
Route metric is 158720, traffic share count is 1
Total delay is 5200 microseconds, minimum bandwidth is 100000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2
* 10.1.41.2, from 10.1.41.2, 00:38:42 ago, via FastEthernet0/0
Route metric is 158720, traffic share count is 1
Total delay is 5200 microseconds, minimum bandwidth is 100000 Kbit
Reliability 255/255, minimum MTU 1500 bytes
Loading 1/255, Hops 2

Comments

  • Options
    georgemcgeorgemc Member Posts: 429
    deleted
    WGU BS: Business - Information Technology Management
    Start Date: 01 October 2012
    QFT1,PFIT in progress.
    TRANSFERRED/COMPLETED: AGC1,BBC1,LAE1,QBT1,LUT1,QLC1,QMC1,QLT1,IWC1,INC1,INT1,BVC1,CLC1,MGC1, CWV1 BNC1, LIT1,LWC1,QAT1,WFV1,EST1,EGC1,EGT1,IWT1,MKC1,MKT1,RWT1,FNT1,FNC1, BDC1,TPV1 REQUIRED:
  • Options
    zer0foozer0foo Member Posts: 12 ■□□□□□□□□□
    can you expand at all? its an active route

    D 10.2.2.0/24 [90/158720] via 10.1.43.2, 01:09:58, FastEthernet1/0
    [90/158720] via 10.1.41.2, 01:09:58, FastEthernet0/0
  • Options
    Forsaken_GAForsaken_GA Member Posts: 4,024
    The star indicates the active route. Since you're doing equal cost load balancing in this instance, the * tells you which route the next new flow will use. If you put several different flows of traffic through the router taking that route, you should see the * change between them.
  • Options
    zer0foozer0foo Member Posts: 12 ■□□□□□□□□□
    Awesome thanks forsaken
Sign In or Register to comment.