Displaying multicast neighbor information – Brocade Multi-Service IronWare Multicast Configuration Guide (Supporting R05.6.00) User Manual

Page 71

Advertising
background image

Multi-Service IronWare Multicast Configuration Guide

59

53-1003032-02

Multicast Outgoing Interface (OIF) list optimization

1

Displaying multicast neighbor information

To display information about PIM neighbors, enter the following command at any CLI level.

Brocade(config)# show ip pim nbr

--------+--------+---------------+--------+---+---------+---------+-----+----------------+-----------+---

-+

Port |PhyPort |Neighbor |Holdtime|T |PropDelay|Override |Age |UpTime |VRF |Prio

| | |sec |Bit|msec |msec |sec | | |

--------+--------+---------------+--------+---+---------+---------+-----+----------------+-----------+---

-+

v2 e1/1 2.1.1.2 105 1 500 3000 0 00:44:10 default-vrf 1

v4 e2/2 4.1.1.2 105 1 500 3000 10 00:42:50 default-vrf 1

v5 e1/4 5.1.1.2 105 1 500 3000 0 00:44:00 default-vrf 1

v22 e1/1 22.1.1.1 105 1 500 3000 0 00:44:10 default-vrf 1

Total Number of Neighbors : 4

Brocade(config)#

Syntax: show ip pim [vrf vrf-name] neighbor

The vrf option allows you to display information about the PIM neighbors for the VRF instance
identified by the vrf-name variable.

Table 15

describes the output from this command.

priority

The RP priority of the candidate RP. During the election process, the candidate
RP with the highest priority is elected as the RP.

age

The age (in seconds) of this RP-set.
NOTE: If this device is not a BSR, this field contains zero. Only the BSR ages

the RP-set.

TABLE 14

Output from the show ip pim vrf rp-set command (Continued)

This field...

Displays...

TABLE 15

Output from the show ip pim vrf neighbor command

This field...

Displays...

Port

The interface through which the device is connected to the neighbor.

Neighbor

The IP interface of the PIM neighbor.

Holdtime sec

Indicates how many seconds the neighbor wants this device to hold the entry for this
neighbor in memory. The neighbor sends the Hold Time in Hello packets:

If the device receives a new Hello packet before the Hold Time received in the previous
packet expires, the device updates its table entry for the neighbor.

If the device does not receive a new Hello packet from the neighbor before the Hold
time expires, the device assumes the neighbor is no longer available and removes the
entry for the neighbor.

Age sec

The number of seconds since the device received the last hello message from the neighbor.

UpTime sec

The number of seconds the PIM neighbor has been up. This timer starts when the device
receives the first Hello messages from the neighbor.

VRF

The VRF in which the interface is configured. This can be a VRF that the port was assigned to
or the default VRF of the device.

Priority

The DR priority that is used in the DR election process. This can be a configured value or the
default value of 1.

Advertising