Posts

Showing posts from April, 2019

sh ip eigrp neighbors

R2# show ip eigrp neighboursIP-EIGRP neighbours for process 1 H     ADDRESS             INTERFACE        HOLD      UPTIME      SRTT    RTO     Q        SEQ       TYPE 1      172.16.3.4          S0/0/0                  10           00:01:41    20        200      0          7 0     192.168.56.85   S0/0/1                  10           00.09.49    25         200      0          28 The output from the show ip eigrp neighbor command includes: H column  – Lists the neighbors in the order they were learned. Address  – The IP address of the neighbor. Interface  – The local interface on which this Hello packet was received. Hold  – The current hold time. Whenever a Hello packet is received, this value is reset to the maximum hold time for that interface and then counts down to zero. If zero is reached, the neighbor is considered “down”. Uptime  – Amount of time since this neighbor was added to the neighbor table. SRTT (Smooth Round Trip Timer) and RTO (Retransmit Interval)  – Used by R

How BGP Routers Use the Multi-Exit Discriminator for Best Path Selection

Image
Translations   Download   Print Updated: March 23, 2012 Document ID: 13759 Contents Introduction Prerequisites Requirements Components Used Conventions The MED Attribute Example The bgp deterministic-med Command Examples Related Information Introduction This document demonstrates the use of the  bgp deterministic-med  command and explains how it can effect multi-exit discriminator (MED)-based path selection. Prerequisites Requirements There are no specific requirements for this document. Components Used This document is not restricted to specific software and hardware versions. The information presented in this document was created from devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If you are working in a live network, ensure that you understand the potential impact of any command before using it. Conventions For more inform