Redundancy for PPPoE Subscribers Operational Commands

Redundancy Show Commands

The Redundancy show commands provide detailed information about various redundancy operations.

Redundancy Details

The following show commands provides information about redundancy client daemons and redundancy sessions.

Syntax:

show redundancy <options>

Option Description

client

Displays information about redundancy client daemons.

session

Displays session details.

Redundancy Client Statistics

This show command displays details about the client daemon participate in the redundancy.

Syntax:

show redundancy client <name> statistics

This command displays information from redundancy client (daemon) which is a participant in the redundancy sessions. The daemons ifmd and lagd are the client daemons participate in the redundancy sessions.

The following output displays the statistical information for LAGD.

supervisor@rtbrick.net: cfg> show redundancy client lagd statistics
Session id: 100, Profile: rd_ipoe_olt1
  Agent State: down
  TCP operational state: up
  Message statistics:
  Agent State: down
  TCP operational state: up
  Message statistics:
    Keepalive sent    : 0
    Keepalive received: 0
  Last 5 state changes: [Latest first]
    down                : 2026-01-06T11:54:27.797207+0000
    demote-ready        : 2026-01-06T11:54:27.797183+0000
    demote-infra-wait   : 2026-01-06T11:54:27.797163+0000
    demote-app-wait     : 2026-01-06T11:54:27.797130+0000
    active              : 2026-01-06T10:00:02.833306+0000
  Connection statistics:
    Peer Address: 192.1.0.200
    Application down notifications: 0
    Connection down notifications: 0
    Retry count: 0
    Session down received: 3
Session id: 200, Profile: rd_ipoe_olt2
  Agent State: down
  TCP operational state: up
  Message statistics:
    Keepalive sent    : 0
    Keepalive received: 0
  Last 5 state changes: [Latest first]
    down                : 2026-01-06T11:54:31.831395+0000
    demote-ready        : 2026-01-06T11:54:31.831373+0000
    demote-infra-wait   : 2026-01-06T11:54:31.831354+0000
    demote-app-wait     : 2026-01-06T11:54:31.831324+0000
    stand-alone         : 2026-01-06T11:54:27.988625+0000
  Connection statistics:
    Peer Address: 192.1.0.20
    Application down notifications: 0
    Connection down notifications: 0
    Retry count: 0
    Session down received: 3

Redundancy Session Details

These show commands provide information about redundancy sessions.

Syntax:

show redundancy session <id> <options>

Option Description

-

Without any option, it displays all session details.

detail

Displays details session information.

history

Displays session history.

status

Displays session status.

Example output showing the status of a specified redundancy session ID.

supervisor@rtbrick.net: cfg> show redundancy session 100 status
State: down,  Remote State: down
Redundancy client replication information:
  Total redundancy clients : 4
  ifmd:
  ipoed.1:
  lagd:
  subscriberd.1:
    Number of subscribed table: 2
    Number of published table: 0
    Number of table subscription requested: 2

The following example output displays the detailed view of the specified redundancy session.

supervisor@rtbrick.net: cfg> show redundancy session 200 detail
Redundancy session ID: 200, Source: 192.1.0.10, Peer: 192.1.0.20
  Instance: default, Profile name: rd_ipoe_olt2, Local priority: 210
  State: down, Previous state: stand-alone, Last state transition time: 2026-01-06T11:54:31.825860+0000
  Peer state: down
  Mode: standby-non-forwarding
  Interface: lag-11
  TCP operational state: up
  Message statistics:
    Keepalive sent       : 13248
    Keepalive received   : 13249
    Keepalive ignored    : 0
  Switchovers via cli    : 0
  State transition statistics:
    Down                : 1
    Connect             : 1
    Standby             : 1
    Active              : 0
    Stand-alone         : 1
    Demote              : 0
  Timers:
    Connect retry interval              : 4294967295
    Keepalive timer interval            : 5000
    Holddown timer interval             : 20000
    Switchover timer pending interval   : 0 sec
  Timer Statistics:
    Holddown timer expiry count         : 0

The following example output displays the recent history entries for redundancy session 200, limited to 5 events

supervisor@rtbrick.net: cfg> show redundancy session 200 history count 5
Previous state       Current state        State change reason  Timestamp
stand-alone          down                 down                 2026-01-06T11:54:31.825860+0000
standby              stand-alone          stand-alone          2026-01-06T11:54:27.983076+0000
connect              standby              standby              2026-01-06T10:00:02.627726+0000
down                 connect              open                 2026-01-06T09:59:52.767142+0000
invalid              down                 init                 2026-01-06T09:59:06.689775+0000