Description

How to decode the message: " rpd[3140]: EVENT <UpDown> at-0/2/0.1204 index 269 <Broadcast PointToPoint Multicast> address ..." that appears for an ATM interface.

Symptoms

How to decode the message that appears for an ATM interface.

Sep 30 12:18:26 leaf2.closed.otemachi rpd[3140]: EVENT <UpDown>
at-0/2/0.1204 index 269 <Broadcast PointToPoint Multicast> address #0
0.a.0.ec.0.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1b.b7.0.0.1b.
b7.0.0.1b.b7.0.0.0.0.0.2.1.0.0.0.0.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0

Solution

This message is composed of a number of ATM parameters: VPI, VCI values and other parameters like OAM parameters, COS parameters, Keepalives for ATM-PPP, etc.

For example. If the message is:

Sep 30 12:18:26 leaf2.closed.otemachi rpd[3140]: EVENT <UpDown>
at- 0/2/0.1204 index 269 <Broadcast PointToPoint Multicast> address #0
0. a .0. ec .0.0.0.0.1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1b.b7.0.0.1b.
b7.0.0.1b.b7.0.0.0.0.0.2.1.0.0.0.0.2.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0
.0.0.0.0.0.0.0.0.0.0.0
Then
  • The first value 'a' indicates VPI = 10
  • The next value 'ec' indicates VCI = 236
The message indicates the unit at-0/2/0.1204 has flapped where VPI is 10 and VCI is 236