5.17. Show, Clear, Debug, and Tools Command Reference

5.17.1. Command Hierarchies

5.17.1.1. Show Commands

show
all
mc-endpoint statistics
mc-endpoint peer [ip-address] statistics
mc-endpoint endpoint [mcep-id] statistics
mc-endpoint peer [ip-address]
mc-lag peer ip-address [lag lag-id]
mc-lag [peer ip-address [lag lag-id]] statistics
mc-ring peer ip-address statistics
mc-ring peer ip-address [ring sync-tag [detail | statistics]]
mc-ring peer ip-address ring sync-tag ring-node [ring-node-name [detail | statistics]]
mc-ring global-statistics
sync [peer ip-address]
sync peer ip-address detail
sync [peer ip-address] statistics
— time
— system
alarm-contact-input {alarm-contact-input-id | all} [detail]
bluetooth [device-mac [ieee-address] | module [cpm-slot]]
card
cpu [sample-period seconds]
connections [detail] [address ip-address] [port port-number]
cpu [sample-period seconds]
cron
schedule [schedule-name] [owner owner-name]
lldp [neighbor]
load-balancing-alg [detail]
ntp [{peers | peer [router router-instance | service-name service-name] peer-address} | {servers | server [router router-instance | service-name service-name] server-address} | [all]] [detail]
port-topology [uni-dir]
ptp
peer ip-address [router router-instance | service-name service-name] [detail]
peers [router router-instance | service-name service-name] [detail]
port port-id [detail]
standby
unicast [router router-instance | service-name service-name]
rollback [rescue]
eth-sat [sat-id]
port-map [client-port-id]
tdm-sat [sat-id]
port-map [client-port-id]
script [script-name] [owner script-owner]
script-policy script-policy-name [owner owner-name]
script-policy run-history [run-state]
sntp
switch-fabric high-bandwidth-multicast
switch-fabric [exclude-sfm sfm-list]
sync-if-timing [cpm-slot]
time
— uptime

5.17.1.2. Clear Commands

clear
group aa-group-id [:partition-id]
status
mc-endpoint endpoint [mcep-id] statistics
mc-endpoint statistics
mc-endpoint peer [ip-address] statistics
mc-lag [peer ip-address [lag lag-id]]
debounce peer ip-address ring sync-tag
ring-nodes peer ip-address ring sync-tag
global
peer ip-address
ring peer ip-address ring sync-tag
ring-node peer ip-address ring sync-tag node ring-node-name
sync-database peer ip-address all application application
sync-database peer ip-address port {port-id | lag-id} [sync-tag sync-tag] application application
sync-database peer ip-address sdp sdp-id [sync-tag sync-tag] application application
sync-database peer ip-address sync-tag sync-tag application application
screen
system
ptp
peer ip-address [router router-instance | service-name service-name] statistics
port port-id statistics
completed [script-policy-name] [owner owner-name]
xmpp server xmpp-server-name
sync-if-timing {ref1 | ref2 | bits}

5.17.1.3. Debug Commands

debug
force-reference {ref1 | ref2 | bits | bits1 | bits2 | bitsa | bitsb | ptp}
[no] system
http-connections [ip-address/prefix-length]
http-connections [ipv6-address/prefix-length]
ntp [router router-instance] [interface ip-int-name]
persistence [persistence-client]
— no persistence

5.17.1.4. Tools Commands

tools
— dump
mc-endpoint peer ip-address
mc-ring peer ip-address [ring sync-tag]
srrp-sync-database [instance instance-id] [peer ip-address]
sync-database [peer ip-address] [port port-id | lag-id] [sdp sdp-id] [sync-tag sync-tag] [application application] [detail] [type type]
card [slot-num]
card [slot-num] all
fp [fp-number]
mda [mda-slot]
system [all]
system-resources [slot-number]
— perform
chassis [phys-chassis-id]
set-role {extension | master | standalone}
— satellite
system
ipv4 [timeout seconds] [dhcp-client-identifier {string ascii-string | hex hex-string |serial-number}] [force-reboot-on-success] [save-provision-file-destination file-url]
module cpm-slot action {reboot | disconnect}
— inter-chassis
mixed-mode-upgrade [slot-list] [now]
stop [script-policy-name] [owner script-policy-owner] [all]
snmp
walk [start-oid start-oid [start-oid]] [skip-oid skip-oid [skip-oid]] [output file-url] [syntax syntax]
xmpp

5.17.2. Command Descriptions

5.17.2.1. Show Commands

The command outputs in the following sections are examples only; actual displays may differ depending on supported functionality and user configuration.

alarm-contact-input

Syntax 
alarm-contact-input {alarm-contact-input-id | all} [detail]
Context 
show>system
Description 

This command displays the alarm contact input information.

Parameters 
alarm-contact-input-id—
Displays the alarm contact input information for a specific pin.
Values—
1 to 4

 

all—
Displays the alarm contact input information for all pins.
detail—
Displays detailed alarm contact input information for one or all of the pins.
Output 

The following output is an example of alarm contact input information, and Table 45 describes the output fields.

Sample Output
A:bkvm3# show system alarm-contact-input 1 
===============================================================================
Alarm Contact Input
===============================================================================
Alarm Contact Input Power               : on
Alarm Input Pin Number                  : 1
    Alarm Input Pin Current State       : Disabled
    Alarm Output Pin Used               : major
    Alarm Raised                        : No
===============================================================================
 
A:bkvm3# show system alarm-contact-input 1 detail 
===============================================================================
Alarm Contact Input
===============================================================================
Alarm Contact Input Power               : on
Alarm Input Pin Number                  : 2
    Description                         : (Not Specified)
    Alarm Input Pin Current State       : Enabled
    Alarm Output Pin Used               : major
    Alarm Raised                        : No
    Last State Change                   : 12/15/2014 13:11:32
 
 
A:bkvm3# show system alarm-contact-input all    
===============================================================================
Alarm Contact Input
===============================================================================
Alarm Contact Input Power               : on
Alarm Input Pin Number                  : 1
    Description                         : cabinet door
    Alarm Input Pin Current State       : Enabled
    Alarm Output Pin Used               : major
    Alarm Raised                        : Yes
    Last State Change                   : 12/17/2014 20:12:02
Alarm Input Pin Number                  : 2
    Description                         : (Not Specified)
    Alarm Input Pin Current State       : Disabled
    Alarm Output Pin Used               : minor
    Alarm Raised                        : No
    Last State Change                   : 12/17/2014 20:12:02
Alarm Input Pin Number                  : 3
    Description                         : (Not Specified)
    Alarm Input Pin Current State       : Disabled
    Alarm Output Pin Used               : major
    Alarm Raised                        : No
    Last State Change                   : 12/17/2014 20:12:02
Alarm Input Pin Number                  : 4
    Description                         : (Not Specified)
    Alarm Input Pin Current State       : Disabled
    Alarm Output Pin Used               : critical
    Alarm Raised                        : No
    Last State Change                   : 12/17/2014 20:12:02
Table 45:  Alarm Contact Input Field Descriptions 

Label

Description  

Alarm Contact Input Power

Indicates if the +24VDC output pin (optionally used to provide power for the alarm inputs) is enabled

Current State

Indicate the configured administrative state of the input

Disabled — the alarm-contact-input is disabled (shutdown) and log events will not be generated for changes to the input pin status

Enabled — the alarm-contact-input is enabled (no shutdown) and log events will be generated for changes to the input pin status (as long as the log events are not suppressed in event-control configuration)

Alarm Output Pin Used

Indicates the configured severity of the associated CHASSIS log event (for example, for pin 3: "configure log event-control" chassis" tmnxSasAlarminput3StateChanged)

Alarm Raised

Indicates if the input pin is 'triggered' or not 

Last State Change

Indicates when the input pin last changed state

bluetooth

Syntax 
bluetooth [device-mac [ieee-address] | module [cpm-slot]]
Context 
show>system
Description 

This command displays detailed information about the Bluetooth configuration on the CPM or chassis.

Parameters 
ieee-address—
Specifies the source MAC address.
cpm-slot—
Specifies the CPM slot.
Values—
{A | B | C | D}

 

Output 

The following output is an example of detailed Bluetooth configuration information; Table 46 describes the output fields.

Sample Output
*A:bkvm18>show>system# bluetooth
===============================================================================
System-wide Bluetooth Configuration
===============================================================================
Passkey           : 123456              Advertising Timeout: 30
Power State       : off                 Pairing Button     : Disabled
===============================================================================
*A:bkvm18>show>system# bluetooth device
===============================================================================
System-wide Bluetooth Configuration
===============================================================================
Passkey           : 123456              Advertising Timeout: 30
Power State       : off                 Pairing Button     : Disabled
===============================================================================
========================================
Bluetooth Devices
========================================
Device            : 00:22:33:44:55:66
Description       : peter's ipad
Device            : 11:22:33:44:55:66
Description       : (Not Specified)
Device            : 22:22:33:44:55:66
Description       : BiLiYbOnG
-------------------------------------------------------------------------------
Number of Devices : 3
========================================
*A:bkvm18>show>system# bluetooth device  00:22:33:44:55:66
===============================================================================
System-wide Bluetooth Configuration
===============================================================================
Passkey           : 123456              Advertising Timeout: 30
Power State       : off                 Pairing Button     : Disabled
===============================================================================
========================================
Bluetooth Devices
========================================
Device            : 00:22:33:44:55:66
Description       : peter's ipad
========================================
*A:bkvm18>show>system# bluetooth module
===============================================================================
System-wide Bluetooth Configuration
===============================================================================
Passkey           : 123456              Advertising Timeout: 30
Power State       : off                 Pairing Button     : Disabled
===============================================================================
===============================================================================
Bluetooth Modules
===============================================================================
Module                : A
Connected Device      : Yes 
Device Mac            : 00:22:33:44:55:66
Device Description    : peter's ipad
Configured Identifier : (Not Configured)
Operational Identifier: 7750-SR-14s-CPM-A-NS123456
Module                : B
Connected Device      : No
Device Mac            :
Device Description    :
Configured Identifier : (Not Configured)
Operational Identifier: 7750-SR-14s-CPM-B-NS654321
===============================================================================
*A:bkvm18>show>system# bluetooth module "A"
===============================================================================
System-wide Bluetooth Configuration
===============================================================================
Passkey           : 123456              Advertising Timeout: 30
Power State       : off                 Pairing Button     : Disabled
===============================================================================
===============================================================================
Bluetooth Modules
===============================================================================
Module                : A
Connected Device      : Yes 
Device Mac            : 00:22:33:44:55:66
Device Description    : peter's ipad
Configured Identifier : (Not Configured)
Operational Identifier: 7750-SR-14s-CPM-A-NS123456
===============================================================================* 
Table 46:  System Bluetooth Field Descriptions 

Label

Description  

Passkey

The Bluetooth passkey in use by the system.

Advertising Timeout

The amount of time the Bluetooth will advertise that it is ready to pair.

Power State

The operating mode for Bluetooth.

Pairing Button

Displays whether the pairing button is enabled for use.

Device

The MAC address of the Bluetooth device.

Description

The customer-entered description for the Bluetooth device.

Module

Displays which CPM module contains the Bluetooth device.

Connected Device

Displays if there is a device actively paired to the module.

Device MAC

The MAC address of the Bluetooth device connected to the module.

Device Description

The description associated with the connected Bluetooth device.

Configured Identifier

The customer-defined Bluetooth identifier for the module.

Operational Identifier

The Bluetooth identifier in use for the module.

card

Syntax 
card
Context 
show>system
Description 

This command enables the context to display card information.

cpu

Syntax 
cpu [sample-period seconds]
Context 
show>system
show>card
Description 

This command displays CPU utilization per task over a sample period.

Parameters 
seconds
Specifies the number of seconds over which to sample CPU task utilization.
Default—
1
Values—
1 to 300

 

Output 

The following output is an example of CPU information, and Table 47 describes the output fields.

Sample Output
*A:cses-E11# show system cpu sample-period 2
===============================================================================
CPU Utilization (Sample period: 2 seconds)
===============================================================================
Name                                   CPU Time       CPU Usage        Capacity
                                         (uSec)                           Usage
-------------------------------------------------------------------------------
BFD                                          10          ~0.00%          ~0.00%
BGP                                           0           0.00%           0.00%
CFLOWD                                       61          ~0.00%          ~0.00%
Cards & Ports                             8,332           0.41%           0.08%
DHCP Server                                  79          ~0.00%          ~0.00%
ICC                                         408           0.02%           0.01%
IGMP/MLD                                  1,768           0.08%           0.08%
IOM                                      17,197           0.85%           0.31%
IP Stack                                  4,080           0.20%           0.09%
IS-IS                                     1,213           0.06%           0.06%
ISA                                       2,496           0.12%           0.07%
LDP                                           0           0.00%           0.00%
Logging                                      32          ~0.00%          ~0.00%
MPLS/RSVP                                 2,380           0.11%           0.08%
MSDP                                          0           0.00%           0.00%
Management                                5,969           0.29%           0.15%
OAM                                         907           0.04%           0.02%
OSPF                                         25          ~0.00%          ~0.00%
PIM                                       5,600           0.27%           0.27%
RIP                                           0           0.00%           0.00%
RTM/Policies                                  0           0.00%           0.00%
Redundancy                                3,635           0.18%           0.13%
SIM                                       1,462           0.07%           0.04%
SNMP Daemon                                   0           0.00%           0.00%
Services                                  2,241           0.11%           0.05%
Stats                                         0           0.00%           0.00%
Subscriber Mgmt                           2,129           0.10%           0.04%
System                                    8,802           0.43%           0.17%
Traffic Eng                                   0           0.00%           0.00%
VRRP                                        697           0.03%           0.02%
WEB Redirect                                125          ~0.00%          ~0.00%
-------------------------------------------------------------------------------
Total                                 2,014,761         100.00%
   Idle                               1,945,113          96.54%
   Usage                                 69,648           3.45%
Busiest Core Utilization                 69,648           3.45%
===============================================================================
*A:cses-E11#
 
 
*A:ALA-1# show card 4 cpu
 
===============================================================================
Card 4 CPU Utilization (Sample period: 1 second)
===============================================================================
Name                                   CPU Time       CPU Usage        Capacity
                                         (uSec)                           Usage
-------------------------------------------------------------------------------
HQoS Algorithm                               70          ~0.00%          ~0.00%
HQoS Statistics                             124          ~0.00%           0.83%
IOM                                      15,904           0.79%           0.94%
-------------------------------------------------------------------------------
Total                                 2,003,678         100.00%
   Idle                               1,987,580          99.19%
   Usage                                 16,098           0.80%
Busiest Core Utilization                  8,192           0.81%
===============================================================================
Table 47:  System CPU Field Descriptions 

Label

Description

CPU Utilization

The total amount of CPU time.

Name

The process or protocol name.

CPU Time (uSec)

The CPU time each process or protocol has used in the specified time.

CPU Usage

The sum of CPU usage of all the processes and protocols.

Capacity Usage

Displays the level the specified service is being utilized. When this number hits 100%, this part of the system is busied out. There may be extra CPU cycles still left for other processes, but this service is running at capacity.

This column does not reflect the true CPU utilization value; that data is still available in the CPU Usage column. This column is the busiest task in each group, where busiest is defined as either actually running or blocked attempting to acquire a lock.

connections

Syntax 
connections [detail] [address ip-address] [port port-number]
Context 
show>system
Description 

This command displays UDP and TCP connection information.

If no command line options are specified, a summary of the TCP and UDP connections displays.

Parameters 
ip-address—
Displays only the connection information for the specified IP address.
Values—

ipv4-address:

a.b.c.d (host bits must be 0)

ipv6-address:

x:x:x:x:x:x:x:x[-interface]

x:x:x:x:x:x:d.d.d.d[-interface]

x:

[0 to FFFF]H

d:

[0 to 255]D

interface: 32 characters maximum, mandatory for link local addresses

 

port-number—
Displays only the connection information for the specified port number.
Values—
0 to 65535

 

detail—
Appends TCP statistics to the display output.
Output 

The following output is an example of system connections information, and Table 48 describes the output fields.

Sample Output
A:ALA-12# show system connections
===============================================================================
Connections
===============================================================================
Prot RecvQ   TxmtQ   Local Address                                   State
                MSS  Remote Address                                      vRtrID
-------------------------------------------------------------------------------
TCP        0       0 0.0.0.0.21                                      LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 0.0.0.0.22                                      LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 0.0.0.0.23                                      LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 0.0.0.0.830                                     LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 0.0.0.0.6068                                    LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 0.0.0.0.47806                                   LISTEN
               1024  0.0.0.0.0                                                0
TCP        0       0 ::.21                                           LISTEN
               1024  ::.0                                                     0
TCP        0       0 ::.22                                           LISTEN
               1024  ::.0                                                     0
TCP        0       0 ::.830                                          LISTEN
               1024  ::.0                                                     0
TCP        0       0 ::.47806                                        LISTEN
               1024  ::.0                                                     0
TCP        0       0 192.168.0.11.21                                 LISTEN
               1024  0.0.0.0.0                                             4095
TCP        0       0 192.168.0.11.21059                              LISTEN
               1024  0.0.0.0.0                                             4095
TCP        0       0 172.31.129.98.22                                LISTEN
               1024  0.0.0.0.0                                             4095
TCP        0       0 172.31.129.98.23                                ESTABLISH
               1024  192.168.140.149.59042                                 4095
TCP        0    1149 172.31.129.98.23                                ESTABLISH
               1024  192.168.140.244.58579                                 4095
TCP        0       0 172.31.129.98.830                               LISTEN
               1024  0.0.0.0.0                                             4095
TCP        0       0 2001:db8::8779:8163.22                          LISTEN
               1024  ::.0                                                  4095
TCP        0       0 2001:db8::8779:8163.830                         LISTEN
               1024  ::.0                                                  4095
UDP        0       0 0.0.0.0.67                                       ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.68                                       ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.123                                      ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.319                                      ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.320                                      ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.514                                      ---
                     0.0.0.0.0                                                0
UDP        0       0 0.0.0.0.50055                                    ---
                     0.0.0.0.0                                                0
UDP        0       0 ::.123                                           ---
                     ::.0                                                     0
UDP        0       0 ::.50056                                         ---
                     ::.0                                                     0
UDP        0       0 0.0.0.0.1025                                     ---
                     0.0.0.0.0                                                1
UDP        0       0 0.0.0.0.123                                      ---
                     0.0.0.0.0                                             4095
UDP        0       0 0.0.0.0.49152 
-------------------------------------------------------------------------------
No. of Connections: 18
===============================================================================
A:ALA-12# 
Sample Detailed Output
A:ALA-12# show system connections detail
-------------------------------------------------------------------------------
 TCP Statistics                                                                
-------------------------------------------------------------------------------
packets sent                                : 659635                           
data packets                                : 338982 (7435146 bytes)           
data packet retransmitted                   : 73 (1368 bytes)                  
ack-only packets                            : 320548 (140960 delayed)          
URG only packet                             : 0                                
window probe packet                         : 0                                
window update packet                        : 0                                
control packets                             : 32                               
packets received                            : 658893                           
acks                                        : 338738 for (7435123 bytes)       
duplicate acks                              : 23                               
ack for unsent data                         : 0                                
packets received in-sequence                : 334705 (5568368 bytes)           
completely duplicate packet                 : 2 (36 bytes)                     
packet with some dup. data                  : 0 (0 bytes)                      
out-of-order packets                        : 20 (0 bytes)                     
packet of data after window                 : 0 (0 bytes)                      
window probe                                : 0                                
window update packet                        : 3                                
packets received after close                : 0                                
discarded for bad checksum                  : 0                                
discarded for bad header offset field       : 0                                
discarded because packet too short          : 0                                
connection request                          : 4                                
connection accept                           : 24                               
connections established (including accepts) : 27                               
connections closed                          : 26 (including 2 drops)           
embryonic connections dropped               : 0                                
segments updated rtt                        : 338742 (of 338747 attempts)      
retransmit timeouts                         : 75                               
connections dropped by rexmit timeout       : 0                                
persist timeouts                            : 0                                
keepalive timeouts                          : 26                               
keepalive probes sent                       : 0                                
connections dropped by keepalive            : 1                                
pcb cache lookups failed                    : 0                                
connections dropped by bad md5 digest       : 0
connections dropped by enhanced auth        : 0
path mtu discovery backoff                  : 0
===============================================================================
A:ALA-12#
Table 48:  System Connections Field Descriptions 

Label

Description  

Proto

Displays the socket protocol, either TCP or UDP.

RecvQ

Displays the number of input packets received by the protocol.

TxmtQ

Displays the number of output packets sent by the application.

Local Address

Displays the local address of the socket. The socket port is separated by a period.

Remote Address

Displays the remote address of the socket. The socket port is separated by a period.

State

Listen — The protocol state is in the listen mode.

Established — The protocol state is established.

vRtrID — The virtual router identifier.

  1. vRtrID 0 — listens for connections in all routing instances including the Base and Management VRFs.
  2. vRtrID 1 — Base routing instance
  3. vRtrID 4095 — Management routing instance

MSS — The TCP maximum segment size.

cpu

Syntax 
cpu [sample-period seconds]
Context 
show>system
Description 

This command displays CPU utilization per task over a sample period.

Parameters 
seconds
Specifies the number of seconds over which to sample CPU task utilization.
Values—
1 to 300

 

Default—
1
Output 

The following output is an example of system CPU information, and Table 49 describes the output fields.

Sample Output
*A:cses-E11# show system cpu sample-period 2
===============================================================================
CPU Utilization (Sample period: 2 seconds)
===============================================================================
Name                                   CPU Time       CPU Usage        Capacity
                                         (uSec)                           Usage
-------------------------------------------------------------------------------
BFD                                          10          ~0.00%          ~0.00%
BGP                                           0           0.00%           0.00%
CFLOWD                                       61          ~0.00%          ~0.00%
Cards & Ports                             8,332           0.41%           0.08%
DHCP Server                                  79          ~0.00%          ~0.00%
ICC                                         408           0.02%           0.01%
IGMP/MLD                                  1,768           0.08%           0.08%
IOM                                      17,197           0.85%           0.31%
IP Stack                                  4,080           0.20%           0.09%
IS-IS                                     1,213           0.06%           0.06%
ISA                                       2,496           0.12%           0.07%
LDP                                           0           0.00%           0.00%
Logging                                      32          ~0.00%          ~0.00%
MPLS/RSVP                                 2,380           0.11%           0.08%
MSDP                                          0           0.00%           0.00%
Management                                5,969           0.29%           0.15%
OAM                                         907           0.04%           0.02%
OSPF                                         25          ~0.00%          ~0.00%
PIM                                       5,600           0.27%           0.27%
RIP                                           0           0.00%           0.00%
RTM/Policies                                  0           0.00%           0.00%
Redundancy                                3,635           0.18%           0.13%
SIM                                       1,462           0.07%           0.04%
SNMP Daemon                                   0           0.00%           0.00%
Services                                  2,241           0.11%           0.05%
Stats                                         0           0.00%           0.00%
Subscriber Mgmt                           2,129           0.10%           0.04%
System                                    8,802           0.43%           0.17%
Traffic Eng                                   0           0.00%           0.00%
VRRP                                        697           0.03%           0.02%
WEB Redirect                                125          ~0.00%          ~0.00%
-------------------------------------------------------------------------------
Total                                 2,014,761         100.00%
   Idle                               1,945,113          96.54%
   Usage                                 69,648           3.45%
Busiest Core Utilization                 69,648           3.45%
===============================================================================
*A:cses-E11#
 
 
*A:ALA-1# show card 4 cpu
 
===============================================================================
Card 4 CPU Utilization (Sample period: 1 second)
===============================================================================
Name                                   CPU Time       CPU Usage        Capacity
                                         (uSec)                           Usage
-------------------------------------------------------------------------------
HQoS Algorithm                               70          ~0.00%          ~0.00%
HQoS Statistics                             124          ~0.00%           0.83%
IOM                                      15,904           0.79%           0.94%
-------------------------------------------------------------------------------
Total                                 2,003,678         100.00%
   Idle                               1,987,580          99.19%
   Usage                                 16,098           0.80%
Busiest Core Utilization                  8,192           0.81%
===============================================================================
Table 49:  System CPU Field Descriptions 

Label

Description

CPU Utilization

The total amount of CPU time.

Name

The process or protocol name.

CPU Time (uSec)

The CPU time each process or protocol has used in the specified time.

CPU Usage

The sum of CPU usage of all the processes and protocols.

Capacity Usage

Displays the level the specified service is being utilized. When this number hits 100%, this part of the system is busied out. There may be extra CPU cycles still left for other processes, but this service is running at capacity.

This column does not reflect the true CPU utilization value; that data is still available in the CPU Usage column. This column is the busiest task in each group, where busiest is defined as either actually running or blocked attempting to acquire a lock.

memory-pools

Syntax 
memory-pools
Context 
show>system>card
Description 

This command displays the memory pools for the card.

cron

Syntax 
cron
Context 
show>system
Description 

This command enters the show CRON context.

schedule

Syntax 
schedule [schedule-name] [owner owner-name]
Context 
show>system>cron
Description 

This command displays cron schedule parameters.

Parameters 
schedule-name—
Specifies the scheduler name, up to 32 characters.
owner-name
Specifies the scheduler owner name, up to 32 characters.
Output 

The following output is an example of cron schedule information, and Table 50 describes the output fields.

Sample Output
A:sim1>show>cron schedule test
===============================================================================
CRON Schedule Information
===============================================================================
Schedule                     : test
Schedule owner               : TiMOS CLI
Description                  : none
Administrative status        : enabled
Operational status           : enabled
Action                       : test
Action owner                 : TiMOS CLI
Script                       : test
Script Owner                 : TiMOS CLI
Script source location       : ftp://*****:******@192.168.15.1/home/testlab_bgp
                               /cron/test1.cfg
Script results location      : ftp://*****:******@192.168.15.1/home/testlab_bgp
                               /cron/res
Schedule type                : periodic
Interval                     : 0d 00:01:00 (60 seconds)
Next scheduled run           : 0d 00:00:42
Weekday                      : tuesday
Month                        : none
Day of month                 : none
Hour                         : none
Minute                       : none
Number of schedule runs      : 10
Last schedule run            : 2008/01/01 17:20:52
Number of schedule failures  : 0
Last schedule failure        : no error
Last failure time            : never
=============================================================================== 
A:sim1>show>cron
Table 50:  Cron Schedule Field Descriptions 

Label

Description  

Schedule name

Displays the schedule name.

Schedule owner

Displays the owner name of the action.

Description

Displays the schedule’s description.

Administrative status

Enabled — The administrative status is enabled.

Disabled — Administratively disabled.

Operational status

Enabled — The operational status is enabled.

Disabled — Operationally disabled.

Action

Displays the action name

Action owner

Displays the name of action owner.

Script

Displays the name of the script.

Script owner

Displays the name of the script.

Script owner

Displays the name of the of script owner.

Script source location

Displays the location of scheduled script.

Script results location

Displays the location where the script results have been sent.

Schedule type

Periodic — Displays a schedule which ran at a given interval.

Calendar — Displays a schedule which ran based on a calendar.

Oneshot — Displays a schedule which ran one time only.

Interval

Displays the interval between runs of an event.

Next scheduled run

Displays the time for the next scheduled run.

Weekday

Displays the configured weekday.

Month

Displays the configured month.

Day of Month

Displays the configured day of month.

Hour

Displays the configured hour.

Minute

Displays the configured minute.

Number of scheduled runs

Displays the number of scheduled sessions.

Last scheduled run

Displays the last scheduled session.

Number of scheduled failures

Displays the number of scheduled sessions that failed to execute.

Last scheduled failure

Displays the last scheduled session that failed to execute.

Last failure time

Displays the system time of the last failure.

information

Syntax 
information
Context 
show>system
Description 

This command displays general system information including basic system, SNMP server, last boot and DNS client information.

Output 

The following output is an example of system information, and Table 51 describes the output fields.

Sample Output
A:Dut-F>show system information
...
Primary DNS Server     : 192.168.252.56
Secondary DNS Server   : 192.168.252.48
Tertiary DNS Server    : 192.168.252.49
DNS Domain             : labs.ca.nokia.com
DNS Resolve Preference : ipv4-only
DNSSEC                 AD Validated    : False
DNSSEC Response Control: drop
BOF Static Routes      :  

The following is an example of the 7750 SR:

 
A:Dut-F# show system information
===============================================================================
System Information
===============================================================================
System Name            : Dut-F
System Type            : 7750 SR-7 7450 ESS-7
System Version         : B-6.0.B1-6
System Contact         :
System Location        :
System Coordinates     :
System Active Slot     : A
System Up Time         : 0 days, 03:42:01.29 (hr:min:sec)
  
SNMP Port              : 161
SNMP Engine ID         : 0000197f00008c6cff000000
SNMP Max Message Size  : 1500
SNMP Admin State       : Enabled
SNMP Oper State        : Enabled
SNMP Index Boot Status : Not Persistent
SNMP Sync State        : OK
  
Tel/Tel6/SSH/FTP Admin : Enabled/Disabled/Enabled/Enabled
Tel/Tel6/SSH/FTP Oper  : Up/Down/Up/Up
  
BOF Source             : ftp://test:test@xxx.xxx.xx.xxx/./images
Image Source           : primary
Config Source          : primary
Last Booted Config File: ftp://*:*@xxx.xxx.xx.xxx/./images/dut-f.cfg
Last Boot Cfg Version  : N/A
Last Boot Index Version: N/A
Last Saved Config      : N/A
Time Last Saved        : N/A
Changes Since Last Save: No
Max Cfg/BOF Backup Rev : 5
Cfg-OK Script          : ftp://*:*@[2001:db8::8acb:466d]/./images/env.cfg
Cfg-OK Script Status   : failed
Cfg-Fail Script        : N/A
Cfg-Fail Script Status : not used
Management IP Addr     : xxx.xxx.xx.xxx/23
Primary DNS Server     : xxx.xxx.xx.xxx
Secondary DNS Server   : xxx.xxx.xx.xxx
Tertiary DNS Server    : N/A
DNS Domain             : sh.bel.nokia.be
DNS Resolve Preference : ipv4-only
BOF Static Routes      :
  To                   Next Hop
  192.168.0.0/16       xxx.xxx.xx.xxx
  172.16.0.0/8         xxx.xxx.xx.xxx
ICMP Vendor Enhancement: Disabled
ATM Location ID        : 01:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00
ATM OAM Retry Up       : 2
ATM OAM Retry Down     : 4
ATM OAM Loopback Period: 10
===============================================================================
A:Dut-F#
Table 51:  System Information Field Descriptions 

Label

Description  

System Name

The configured system name.

System Contact

A text string that describes the system contact information.

System Location

A text string that describes the system location.

System Coordinates

A text string that describes the system coordinates.

System Up Time

The time since the last boot.

SNMP Port

The port number used by this node to receive SNMP request messages and to send replies.

SNMP Engine ID

The SNMP engineID to uniquely identify the SNMPv3 node.

SNMP Max Message Size

The maximum SNMP packet size generated by this node.

SNMP Admin State

Enabled — SNMP is administratively enabled and running.

Disabled — SNMP is administratively shutdown and not running.

SNMP Oper State

Enabled — SNMP is operationally enabled.

Disabled — SNMP is operationally disabled.

SNMP Index Boot Status

Persistent — System indexes are saved between reboots.

Not Persistent — System indexes are not saved between reboots.

Telnet/SSH/FTP Admin

Displays the administrative state of the Telnet, SSH, and FTP sessions.

Telnet/SSH/FTP Oper

Displays the operational state of the Telnet, SSH, and FTP sessions.

BOF Source

The location of the BOF.

Image Source

Primary — Indicates that the directory location for runtime image file was loaded from the primary source.

Secondary — Indicates that the directory location for runtime image file was loaded from the secondary source.

Tertiary — Indicates that the directory location for runtime image file was loaded from the tertiary source.

Config Source

Primary — Indicates that the directory location for configuration file was loaded from the primary source.

Secondary — Indicates that the directory location for configuration file was loaded from the secondary source.

Tertiary — Indicates that the directory location for configuration file was loaded from the tertiary source.

DNS Resolve Preference

ipv4-only — Dns-names are queried for A-records only.

ipv6-first — Dns-server will be queried for AAAA-records first and a successful reply is not received, the dns-server is queried for A-records.

Last Booted Config File

The URL and filename of the last loaded configuration file.

Last Boot Cfg Version

The date and time of the last boot.

Last Boot Config Header

Displays header information such as image version, date built, date generated.

Last Boot Index Version

The version of the persistence index file read when this card was last rebooted.

Last Boot Index Header

The header of the persistence index file read when this card was last rebooted.

Last Saved Config

The location and filename of the last saved configuration file.

Time Last Saved

The date and time of the last time configuration file was saved.

Changes Since Last Save

Yes — There are unsaved configuration file changes.

No — There are no unsaved configuration file changes.

Time Last Modified

The date and time of the last modification.

Max Cfg/BOF Backup Rev

The maximum number of backup revisions maintained for a configuration file. This value also applies to the number of revisions maintained for the BOF file.

Cfg-OK Script

URL — The location and name of the CLI script file executed following successful completion of the boot-up configuration file execution.

Cfg-OK Script Status

Successful/Failed —  The results from the execution of the CLI script file specified in the Cfg-OK Script location.

Not used — No CLI script file was executed.

Cfg-Fail Script

URL — The location and name of the CLI script file executed following a failed boot-up configuration file execution.

Not used — No CLI script file was executed.

Cfg-Fail Script Status

Successful/Failed —  The results from the execution of the CLI script file specified in the Cfg-Fail Script location.

Not used — No CLI script file was executed.

Management IP Addr

The management IP address and mask.

DNS Server

The IP address of the DNS server.

DNS Domain

The DNS domain name of the node.

BOF Static Routes

To — The static route destination.

Next Hop — The next hop IP address used to reach the destination.

Metric — Displays the priority of this static route versus other static routes.

None — No static routes are configured.

lldp

Syntax 
lldp [neighbor]
Context 
show>system
Description 

This command displays neighbor information for all configured ports without having to specify each individual port ID.

Parameters 
neighbor—
Displays LLDP neighbor information.
Output 

The following output is an example of LLDP neighbor information.

Sample Output
*A:Dut-C# show system lldp neighbor
Link Layer Discovery Protocol (LLDP) System Information
==============================================================================
NB = nearest-bridge   NTMPR = nearest-non-tpmr   NC = nearest-customer
==============================================================================
Port      Scope  Chassis ID           Index    Port ID     System Name
------------------------------------------------------------------------------
1/1/1     NB     16:2f:ff:00:00:00    1        35717120    Dut-A
2/1/2     NB     16:34:ff:00:00:00    1        35782656    Dut-D
2/1/1     NB     16:36:ff:00:00:00    2        35684352    Dut-E
1/1/2     NB     16:30:ff:00:00:00    2        35749888    Dut-B
1/1/3     NB     16:30:ff:00:00:00    3        35782656    Dut-B
2/1/3     NB     16:30:ff:00:00:00    3        35815424    Dut-B
==============================================================================
Number of neighbors : 6
*A:Dut-C#
 
 
A:GHR-API# show system lldp neighbor
Link Layer Discovery Protocol (LLDP) System Information
==============================================================================
NB = nearest-bridge   NTMPR = nearest-non-tpmr   NC = nearest-customer
==============================================================================
Port      Scope  Chassis ID           Index    Port ID     System Name
------------------------------------------------------------------------------
1/1/6     NTPMR  00:21:05:1b:bc:17    1        36044800    RXI-AMI
1/1/8     NTPMR  00:21:06:6d:bd:53    2        36110336    YOY-WOW
1/1/9     NTPMR  00:21:08:2b:ab:81    3        36143104    FRI-MON
==============================================================================
Number of neighbors : 3

load-balancing-alg

Syntax 
load-balancing-alg [detail]
Context 
show>system
Description 

This command displays system load balancing settings.

Parameters 
detail—
Displays port settings.
Output 

The following output is an example of load balancing information.

Sample Output
*A:bkvm15# show system load-balancing-alg 
===============================================================================
System-wide Load Balancing Algorithms
===============================================================================
L4 Load Balancing                      : exclude-L4
LSR Load Balancing                     : lbl-ip-l4-teid
System IP Load Balancing               : disabled
Multicast Enhanced Load Balancing      : disabled
Service ID LAG Hashing                 : disabled
===============================================================================
*A:bkvm15#

memory-pools

Syntax 
memory-pools
Context 
show>system
Description 

This command displays system memory status.

Output 

The following output is an example of memory pool information, and Table 52 describes the output fields.

Sample Output
A:ALA-1# show system memory-pools
===============================================================================
Memory Pools
===============================================================================
Name               Max Allowed    Current Size      Max So Far          In Use
-------------------------------------------------------------------------------
System                No limit      24,117,248      24,117,248      16,974,832
Icc                  8,388,608       1,048,576       1,048,576          85,200
RTM/Policies          No limit       5,242,912       5,242,912       3,944,104
OSPF                  No limit       3,145,728       3,145,728       2,617,384
MPLS/RSVP             No limit       9,769,480       9,769,480       8,173,760
LDP                   No limit               0               0               0
IS-IS                 No limit               0               0               0
RIP                   No limit               0               0               0
VRRP                  No limit       1,048,576       1,048,576              96
BGP                   No limit       2,097,152       2,097,152       1,624,800
BGP                   No limit       2,097,152       2,097,152       1,624,800
Services              No limit       2,097,152       2,097,152       1,589,824
IOM                   No limit     205,226,800     205,226,800     202,962,744
SIM                   No limit       1,048,576       1,048,576             392
CFLOWD                No limit               0       1,048,576               0
CFLOWD                No limit               0       1,048,576               0
IGMP                  No limit               0               0               0
PIM                   No limit               0               0               0
ATM                   No limit       2,872,648       2,872,648       2,790,104
PIM                   No limit               0               0               0
MMPI                  No limit               0               0               0
MFIB                  No limit               0               0               0
PIP                   No limit      79,943,024      79,943,024      78,895,248
MBUF                67,108,864       5,837,328       5,837,328       4,834,280
-------------------------------------------------------------------------------
Current Total Size :    343,495,200 bytes
Total In Use       :    324,492,768 bytes
Available Memory   :    640,178,652 bytes
===============================================================================
A:ALA-1# 
Table 52:  System Memory-Pools Field Descriptions 

Label

Description

Name

The name of the system or process.

Max Allowed

Integer — The maximum allocated memory size.

No Limit — No size limit.

Current Size

The current size of the memory pool.

Max So Far

The largest amount of memory pool used.

In Use

The current amount of the memory pool currently in use.

Current Total Size

The sum of the Current Size column.

Total In Use

The sum of the In Use column.

Available Memory

The amount of available memory.

ntp

Syntax 
ntp [{peers | peer [router router-instance | service-name service-name] peer-address} | {servers | server [router router-instance | service-name service-name] server-address} | [all]] [detail]
Context 
show>system
Description 

This command displays NTP protocol configuration and state.

Parameters 
peers—
Generates a list of known peers.
peer-address—
Specifies the address of a specific peer.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

servers—
Generates a list of known servers.
server-address—
Specifies the address of a specific server.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D
ptp: shows information about the internal PTP server.

 

router-instance—
Specifies the routing context that contains the interface in the form of router-name or service-id.
Values—
router-name — Base | Management
service-id — 1 to 2147483647

 

Default—
Base
service name—
Specifies the service name for the VPRN. The name can be up to 64 characters in length. Note that CPM routing instances are not supported.
all—
Generates information for all clients, servers, and peers.
detail—
Provides detailed information.
Output 

The following output is an example of NTP information, and Table 53 describes the output fields.

Sample Output
 
*A:Dut-A# show system ntp
===============================================================================
NTP Status
===============================================================================
Configured         : Yes                Stratum              : 4
Admin Status       : up                 Oper Status          : up
Server Enabled     : No                 Server Authenticate  : No
Clock Source       : 2001:db8:3333:4444:5555:10:100:2
Auth Check         : Yes
Current Date & Time: 2015/07/10 12:46:30 UTC
===============================================================================
 
*A:Dut-A# show system ntp all
===============================================================================
NTP Status
===============================================================================
Configured         : Yes                Stratum              : 4
Admin Status       : up                 Oper Status          : up
Server Enabled     : No                 Server Authenticate  : No
Clock Source       : 2001:db8:3333:4444:5555:10:100:2
Auth Check         : Yes
Current Date & Time: 2015/07/10 12:46:32 UTC
===============================================================================
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.396
    Base            2001:db8:3333:4444:5555:40:1:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -30.850
    Base            2001:db8:3333:4444:5555:40:2:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.654
    Base            2001:db8:3333:4444:5555:40:3:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -30.939
    Base            2001:db8:3333:4444:5555:40:4:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.206
    67890           2001:db8:3333:4444:5555:40:5:3
chosen                    192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.405
    67890           2001:db8:3333:4444:5555:70:1:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.054
    67890           2001:db8:3333:4444:5555:70:2:4
outlyer                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.682
    Base            2001:db8:3333:4444:5555:70:3:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.897
    Base            2001:db8:3333:4444:5555:70:4:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.991
    Base            2001:db8:3333:4444:5555:70:5:4
candidate                 192.168.193.198 2  bclnt y  8    YYYYYYYY  -48.991
    67890           2001:db8:3333:4444:5555:70:5:4
 
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
Base
    10.10.100.1                                            03/06/2013 21:32:35
    2001:db8:3333:4444:5555:10:100:1                      03/06/2013 21:32:30
===============================================================================
 
*A:Dut-A# show system ntp detail
===============================================================================
NTP Status
===============================================================================
Configured         : Yes                Stratum              : 4
Admin Status       : up                 Oper Status          : up
Server Enabled     : No                 Server Authenticate  : No
Clock Source       : 2001:db8:3333:4444:5555:10:100:2
Auth Check         : Yes
Auth Errors        : 0                  Auth Errors Ignored  : 0
Auth Key Id Errors : 0                  Auth Key Type Errors : 0
Current Date & Time: 2015/07/10 12:46:34 UTC
===============================================================================
 
===============================================================================
NTP Configured Broadcast/Multicast Interfaces
===============================================================================
vRouter         Interface           Address             Type    Auth    Poll
-------------------------------------------------------------------------------
===============================================================================
 
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router         Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -30.563
    Base           2001:db8:3333:4444:5555:40:1:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.233
    Base           2001:db8:3333:4444:5555:40:2:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.808
    Base           2001:db8:3333:4444:5555:40:3:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -34.563
    Base           2001:db8:3333:4444:5555:40:4:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.507
    Base           2001:db8:3333:4444:5555:40:5:3
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.990
    Base           2001:db8:3333:4444:5555:70:1:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.926
    Base           2001:db8:3333:4444:5555:70:2:4
chosen                    192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.803
    Base           2001:db8:3333:4444:5555:70:3:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.897
    Base           2001:db8:3333:4444:5555:70:4:4
outlyer                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -50.180
    Base           2001:db8:3333:4444:5555:70:5:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
Base
    10.10.100.1                                            03/06/2013 21:33:31
    2001:db8:3333:4444:5555:10:100:1                      03/06/2013 21:33:32
===============================================================================
 
*A:Dut-B# show system ntp all detail
===============================================================================
NTP Status
===============================================================================
Configured         : Yes                Stratum              : 4
Admin Status       : up                 Oper Status          : up
Server Enabled     : No                 Server Authenticate  : No
Clock Source       : 2001:db8:3333:4444:5555:10:100:2
Auth Check         : Yes
Auth Errors        : 0                  Auth Errors Ignored  : 0
Auth Key Id Errors : 0                  Auth Key Type Errors : 0
Current Date & Time: 2015/07/10 12:46:36 UTC
===============================================================================
===============================================================================
NTP Configured Broadcast/Multicast Interfaces
===============================================================================
vRouter         Interface           Address             Type    Auth    Poll
-------------------------------------------------------------------------------
vprn16          ies-16-10.60.1.3                        bcast   yes     8
vprn16          ies-16-10.60.2.3                        bcast   yes     8
vprn16          ies-16-10.60.3.3                        bcast   yes     8
vprn16          ies-16-10.60.4.3                        bcast   yes     8
vprn16          ies-16-10.60.5.3                        bcast   yes     8
vprn16          ies-16-10.60.6.3                        bcast   yes     8
vprn16          ies-16-10.60.7.3                        bcast   yes     8
vprn16          ies-16-10.60.8.3                        bcast   yes     8
vprn16          ies-16-10.60.9.3                        bcast   yes     8
vprn16          ies-16-10.60.10.3                       bcast   yes     8
vprn17          ies-10.40.17.3                          bcast   no      8
vprn18          ies-10.40.18.3                          bcast   no      8
vprn19          ies-10.40.19.3                          bcast   no      8
vprn20          ies-10.40.20.3                          bcast   no      8
........
vprn996         ies-10.43.228.3                         bcast   no      8
vprn997         ies-10.43.229.3                         bcast   no      8
vprn998         ies-10.43.230.3                         bcast   no      8
vprn999         ies-10.43.231.3                         bcast   no      8
vprn1000        ies-10.43.232.3                         bcast   no      8
management      management          192.0.2.1           mcast   yes     8
Base            ip-10.60.1.5        Host-ones           bclnt   yes     n/a
Base            ip-10.60.2.5        Host-ones           bclnt   yes     n/a
Base            ip-10.60.3.5        Host-ones           bclnt   yes     n/a
Base            ip-10.60.4.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.5.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.6.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.7.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.8.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.9.5        Host-ones           bclnt   yes     n/a
67890           ip-10.60.10.5       Host-ones           bclnt   yes     n/a
===============================================================================
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -30.563
    Base           2001:db8:3333:4444:5555:40:1:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.233
    Base           2001:db8:3333:4444:5555:40:2:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.808
    Base           2001:db8:3333:4444:5555:40:3:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -34.563
    Base           2001:db8:3333:4444:5555:40:4:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -35.507
    Base           2001:db8:3333:4444:5555:40:5:3
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.990
    Base           2001:db8:3333:4444:5555:70:1:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.926
    Base           2001:db8:3333:4444:5555:70:2:4
chosen                    192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.803
    Base           2001:db8:3333:4444:5555:70:3:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.897
    Base           2001:db8:3333:4444:5555:70:4:4
outlyer                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -50.180
    Base           2001:db8:3333:4444:5555:70:5:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
Base
    10.10.100.1                                            03/06/2013 21:33:31
    2001:db8:3333:4444:5555:10:100:1                      03/06/2013 21:33:32
===============================================================================
 
*A:Dut-C# show system ntp peers
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router         Remote                                            
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -20.918
    Base           2001:db8:3333:4444:5555:50:1:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYY.  -19.940
    Base           2001:db8:3333:4444:5555:50:2:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -19.970
    Base           2001:db8:3333:4444:5555:50:3:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -20.505
    Base           2001:db8:3333:4444:5555:50:4:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYY.  -21.143
    Base           2001:db8:3333:4444:5555:50:5:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.598
    Base           2001:db8:3333:4444:5555:50:8:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.038
    Base           2001:db8:3333:4444:5555:50:7:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -20.427
    Base           2001:db8:3333:4444:5555:50:9:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYYY  -20.709
    Base           2001:db8:3333:4444:5555:50:10:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.729
    Base           2001:db8:3333:4444:5555:50:6:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
vprn1
    2001:db8:3333:4444:5555:40:1:2                        03/06/2013 21:35:22
vprn2
    2001:db8:3333:4444:5555:40:2:2                        03/06/2013 21:35:27
vprn3
    2001:db8:3333:4444:5555:40:3:2                        03/06/2013 21:35:30
vprn4
    2001:db8:3333:4444:5555:40:4:2                        03/06/2013 21:35:24
===============================================================================
 
*B:SR_ORDINARY_MASTER# show system ntp peers detail
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router         Remote                                            
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -20.918
    Base           2001:db8:3333:4444:5555:50:1:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYY.  -19.940
    Base           2001:db8:3333:4444:5555:50:2:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -19.970
    Base           2001:db8:3333:4444:5555:50:3:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -20.505
    Base           2001:db8:3333:4444:5555:50:4:4
candidate                 192.168.193.198 2  actpr y  8    YYYYYYY.  -21.143
    Base           2001:db8:3333:4444:5555:50:5:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.598
    Base           2001:db8:3333:4444:5555:50:8:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.038
    Base           2001:db8:3333:4444:5555:50:7:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -20.427
    Base           2001:db8:3333:4444:5555:50:9:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYYY  -20.709
    Base           2001:db8:3333:4444:5555:50:10:4
candidate                 192.168.193.198 2  paspr y  8    YYYYYYY.  -19.729
    Base           2001:db8:3333:4444:5555:50:6:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
vprn1
    2001:db8:3333:4444:5555:40:1:2                        03/06/2013 21:35:22
vprn2
    2001:db8:3333:4444:5555:40:2:2                        03/06/2013 21:35:27
vprn3
    2001:db8:3333:4444:5555:40:3:2                        03/06/2013 21:35:30
vprn4
    2001:db8:3333:4444:5555:40:4:2                        03/06/2013 21:35:24
===============================================================================
 
*A:Dut-C# show system ntp peer router Base 2001:db8:3333:4444:5555:50:1:4
===============================================================================
NTP Peer
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router        Remote
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -24.164
    Base           2001:db8:3333:4444:5555:50:1:4
===============================================================================
 
*B:SR_ORDINARY_MASTER# show system ntp peer router Base 2001:db8:3333:4444:5555:50:1:4 detail
===============================================================================
NTP Peer
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router        Remote
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -24.164
    Base           2001:db8:3333:4444:5555:50:1:4
===============================================================================
 
*A:Dut-B# show system ntp servers
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router         Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -25.124
    Base           2001:db8:3333:4444:5555:40:1:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.409
    vprn20          2001:db8:3333:4444:5555:40:2:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -26.174
    vprn20          2001:db8:3333:4444:5555:40:3:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -25.193
    vprn20          2001:db8:3333:4444:5555:40:4:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.499
    vprn20          2001:db8:3333:4444:5555:40:5:3
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.050
    vprn20          2001:db8:3333:4444:5555:70:1:4
chosen                    192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.754
    vprn20          2001:db8:3333:4444:5555:70:2:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.891
    vprn20          2001:db8:3333:4444:5555:70:3:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.562
    vprn20          2001:db8:3333:4444:5555:70:4:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.687
    vprn20          2001:db8:3333:4444:5555:70:5:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
Base
    10.10.100.1                                            03/06/2013 21:39:27
    2001:db8:3333:4444:5555:10:100:1                      03/06/2013 21:39:21
===============================================================================
 
*A:Dut-B# show system ntp servers detail
===============================================================================
NTP Active Associations
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router         Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -25.124
    Base           2001:db8:3333:4444:5555:40:1:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.409
    vprn20          2001:db8:3333:4444:5555:40:2:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -26.174
    vprn20          2001:db8:3333:4444:5555:40:3:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -25.193
    vprn20          2001:db8:3333:4444:5555:40:4:3
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.499
    vprn20          2001:db8:3333:4444:5555:40:5:3
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -49.050
    vprn20          2001:db8:3333:4444:5555:70:1:4
chosen                    192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.754
    vprn20          2001:db8:3333:4444:5555:70:2:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.891
    vprn20          2001:db8:3333:4444:5555:70:3:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.562
    vprn20          2001:db8:3333:4444:5555:70:4:4
candidate                 192.168.193.198 2  srvr  y  8    YYYYYYYY  -48.687
    vprn20          2001:db8:3333:4444:5555:70:5:4
===============================================================================
===============================================================================
NTP Clients
===============================================================================
vRouter                                                    Time Last Request Rx
    Address
-------------------------------------------------------------------------------
Base
    10.10.100.1                                            03/06/2013 21:39:27
    2001:db8:3333:4444:5555:10:100:1                      03/06/2013 21:39:21
===============================================================================
 
*A:Dut-B# show system ntp server service-name vprn20 2001:db8:3333:4444:5555:40:1:3
===============================================================================
NTP Server
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.679
    vprn20          2001:db8:3333:4444:5555:40:1:3
===============================================================================
*
 
A:Dut B# show system ntp server servicename vprn20 2001:db8:3333:4444:5555:40:1:3 
detail
===============================================================================
NTP Server
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.679
    vprn20          2001:db8:3333:4444:5555:40:1:3
===============================================================================
 
*A:Dut-C# show system ntp peer router 20 2001:db8:3333:4444:5555:50:1:4
===============================================================================
NTP Peer
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -24.164
    vprn20          2001:db8:3333:4444:5555:50:1:4
===============================================================================
 
*B:SR_ORDINARY_MASTER# show system ntp peer router 20 2001:db8:3333:4444:5555:50:1:4 detail
===============================================================================
NTP Peer
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
candidate                 192.168.193.198 2  actpr y  8    YYYYYYYY  -24.164
    vprn20          2001:db8:3333:4444:5555:50:1:4
===============================================================================
 
*A:Dut-B# show system ntp server router 20 2001:db8:3333:4444:5555:40:1:3
===============================================================================
NTP Server
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.679
    vprn20          2001:db8:3333:4444:5555:40:1:3
===============================================================================
 
A:Dut-B# show system ntp server router 20 2001:db8:3333:4444:5555:40:1:3 detail
===============================================================================
NTP Server
===============================================================================
State                     Reference ID    St Type  A  Poll Reach     Offset(ms)
    Router          Remote
-------------------------------------------------------------------------------
invalid                   192.168.193.198 2  srvr  y  8    YYYYYYYY  -19.679
    vprn20          2001:db8:3333:4444:5555:40:1:3
===============================================================================
Table 53:  Show NTP Field Description 

Label

Description  

Configured

yes — NTP is configured.

no — NTP is not configured.

Admin Status

yes — Administrative state is enabled.

no — Administrative state is disabled.

Server Enabled

yes — This node is configured to serve external clients.

no — This node is not configured to server external clients.

Stratum

Displays stratum level of this node.

Oper Status

yes — The operational state is enabled.

no — The operational state is disabled.

Auth Check

Displays the authentication requirement.

Server Authenticate

Yes — Authentication is mandatory on received requests.

No — Authentication is not mandatory on received requests.

Clock Source

Address of the chosen server.

Auth Errors

Displays the number of authentication errors.

Auth Errors Ignored

Displays the number of authentication errors ignored.

Auth key Id Errors

Displays the number of key identification errors.

Auth Key Type Errors

Displays the number of authentication key type errors.

Current Date & Time

Current date and time as determined by the NTP process in the node.

vRouter

The router instance containing the interface.

Router

The router instance containing the address.

Interface

The interface configured in NTP.

Address

The address used for transmitted messages.

Type

bcast — broadcast interface

mcast — multicast interface

bclnt — broadcast client

srvr — server

actpr — active peer

paspr — passive peer

Auth

Yes — Authentication in use.

No — Authentication not in use.

Poll

# — Current poll interval used on the interface.

State

Reject — The peer is rejected and will not be used for synchronization. Rejection reasons could be the peer is unreachable, the peer is synchronized to this local server so synchronizing with it would create a sync loop, or the synchronization distance is too large. This is the normal startup state.

Invalid — The peer is not maintaining an accurate clock. This peer will not be used for synchronization.

Excess — The peer's synchronization distance is greater than ten other peers. This peer will not be used for synchronization.

Outlier — The peer is discarded as an outlier. This peer will not be used for synchronization.

Candidate — The peer is accepted as a possible source of synchronization.

Selected — The peer is an acceptable source of synchronization, but its synchronization distance is greater than six other peers.

Chosen — The peer is chosen as the source of synchronization.

ChosenPPS — The peer is chosen as the source of synchronization, but the actual synchronization is occurring from a pulse-per-second (PPS) signal.

Remote

The IP address of the remote NTP server or peer with which this local host is exchanging NTP packets.

Reference ID

When stratum is between 0 and 15 this field shows the IP address of the remote NTP server or peer with which the remote is exchanging NTP packets. For reference clocks, this field shows the identification assigned to the clock, such as, “.GPS.” For an NTP server or peer, if the client has not yet synchronized to a server/peer, the status cannot be determined and displays the following codes:

Peer Codes:

ACST — The association belongs to any cast server.

AUTH — Server authentication failed. Wait while the association is restarted.

AUTO — Autokey sequence failed. Wait while the association is restarted.

BCST — The association belongs to a broadcast server.

CRPT— Cryptographic authentication or identification failed. The details should be in the system log file or the cryptostats statistics file, if configured. No further messages will be sent to the server.

DENY — Access denied by remote server. No further messages will be sent to the server.

DROP — Lost peer in symmetric mode. Wait while the association is restarted.

RSTR — Access denied due to local policy. No further messages will be sent to the server.

INIT — The association has not yet synchronized for the first time.

MCST — The association belongs to a manycast server.

NKEY — No key found. Either the key was never installed or is not trusted.

RATE — Rate exceeded. The server has temporarily denied access because the client exceeded the rate threshold.

RMOT — The association from a remote host running ntpdc has had unauthorized attempted access.

STEP — A step change in system time has occurred, but the association has not yet resynchronized.

System Codes

INIT — The system clock has not yet synchronized for the first time.

STEP — A step change in system time has occurred, but the system clock has not yet resynchronized.

St

Stratum level of this node.

A

y — Authentication is enabled.

n — Authentication is disabled.

Poll

Polling interval.

Reach

Shows the reachability for the most recent polls (up to 8):

Y — The NTP peer or server did respond in the indicated poll.

No — The NTP peer or server did not respond in the indicated poll.

Offset

The time between the local and remote UTC time, in milliseconds.

Time Last Request Rx

The time at which the last request was received from the client.

port-topology

Syntax 
port-topology [uni-dir]
Context 
show>system
Description 

This command generates a listing of the internal connections within the router. These include connections to satellite ports.Use of the uni-dir keyword will list each connection twice; once for each direction.

Parameters 
uni-dir—
Specifies to list each direction as a separate row.
Output 

The following output is an example of port topology information.

Sample Output
*A:Dut-A# show system port-topology
===============================================================================
Port Topology
===============================================================================
Port Far-end
Id Port Id
-------------------------------------------------------------------------------
esat-1/1/u1 1/1/1
esat-1/1/u2 1/1/2
esat-1/1/u3 1/2/1
esat-1/1/u4 1/2/2
esat-20/1/u1 1/1/3
esat-20/1/u2 1/2/3
esat-20/1/u3 2/1/3
esat-20/1/u4 2/2/3
-------------------------------------------------------------------------------
No. of Number of port-topology associations: 8
===============================================================================

ptp

Syntax 
ptp
Context 
show>system
Description 

These commands display Precision Time Protocol (PTP) configuration and state information. This information can be displayed for the entire node or on a per router instance basis.

Output 

The following output is an example of PTP information, and Table 54 describes the output fields.

Sample Output
B:NS082761964# show system ptp 
===============================================================================
IEEE 1588/PTP Clock Information
===============================================================================
-------------------------------------------------------------------------------
Local Clock
-------------------------------------------------------------------------------
Clock Type        : boundary           PTP Profile         : ITU-T G.8275.1
Domain            : 0                  Network Type        : sdh
Admin State       : up                 Oper State          : up
Announce Interval : 1 pkt/2 s          Announce Rx Timeout : 3 intervals
Peer Limit        : none (Base Router) G.8275.1 Priority   : 128 
Clock Id          : 001af0fffeb2fead   Clock Class         : 255 (slave-only)
Clock Accuracy    : 0xfe (unknown)     Clock Variance      : ffff (not computed)
Clock Priority1   : 128                Clock Priority2     : 128
PTP Recovery State: locked             Last Changed        : 08/24/2010 13:17:37
Frequency Offset  : +231.920 ppb
-------------------------------------------------------------------------------
Parent Clock
-------------------------------------------------------------------------------
IP Address        : 10.1.1.1           Router            : Base
Port              : 1/2/8              Remote MAC Address: 01:02:03:04:05:06
Local Clock is Parent Clock
Parent Clock Id   : 001af0fffeab36ad   Parent Port Number: 2
GM Clock Id       : 00b0aefffe011ca6   GM Clock Class    : 13
GM Clock Accuracy : 0xfe (unknown)     GM Clock Variance : 0x6400 (3.7E-09)
GM Clock Priority1: 128                GM Clock Priority2: 128
-------------------------------------------------------------------------------
Time Information
-------------------------------------------------------------------------------
Timescale           : PTP
Current Time        : 2011-08-30 15:31:42.99 UTC
Frequency Traceable : yes
Time Traceable      : yes
Time Source         : gps
==============================================================================
Table 54:  System PTP Field Descriptions 

Label

Description

Pending

When the SR/ESS has initiated a request to a peer but has not yet received a response.

Granted

When the SR/ESS has initiated a request to a peer and it was granted OR a peer has made a request of the SR/ESS and it was granted.

Denied

When the SR/ESS has initiated a request to a peer but it was rejected.

Canceled

When a cancel message has been received from or transmitted toward a peer.

Expired

When a unicast session between the SR/ESS and the peer has expired without being renewed.

peer

Syntax 
peer ip-address [router router-instance | service-name service-name] [detail]
Context 
show>system>ptp
Description 

This command displays information for a specific peer.

Parameters 
ip-address—
Specifies the IP address of the peer.
Values—
a.b.c.d

 

router-instance—
Shows only the information for a specific router instance.
Values—
router-name – Base
vprn-svc-id – 1 to 2147483647

 

service-name—
Specifies the service name used to identify the router instance. The name can be up to 64 characters long.
detail—
Displays detailed information.
Output 

The following output is an example of PTP information for a single peer.

Sample Output
 
A:bksim1620# show system ptp peer 10.1.1.2 router 5
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router            : 5
IP Address        : 10.1.1.2           Announce Direction : rx+tx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 2                  PTP Port State     : passive
Clock Id          : ac5dfffffe000000   Remote PTP Port    : 2
GM Clock Id       : ac5cfffffe000000   GM Clock Class     : 13
GM Clock Accuracy : 0xfe (unknown)     GM Clock Variance  : ffff (not computed)
GM Clock Priority1: 128                GM Clock Priority2 : 128
Steps Removed     : 1                  Parent Clock       : no
===============================================================================
 
 
A:bksim1620# show system ptp peer 10.1.1.2 router 5 detail
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router Instance   : 5
IP Address        : 10.1.1.2           Announce Direction : rx+tx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 2                  PTP Port State     : passive
Clock Id          : ac5dfffffe000000   Remote PTP Port    : 2
GM Clock Id       : ac5cfffffe000000   GM Clock Class     : 13
GM Clock Accuracy : 0xfe (unknown)     GM Clock Variance  : ffff (not computed)
GM Clock Priority1: 128                GM Clock Priority2 : 128
Steps Removed     : 1                  Parent Clock       : no
===============================================================================
===============================================================================
IEEE 1588/PTP Unicast Negotiation Information
===============================================================================
IP Address      Dir Type       Rate       Duration State    Time               
-------------------------------------------------------------------------------
10.1.1.2        Rx  Announce   1 pkt/2 s  300      Granted  09/01/2010 17:23:04
10.1.1.2        Tx  Announce   1 pkt/2 s  300      Granted  09/01/2010 17:23:04
===============================================================================
===============================================================================
IEEE 1588/PTP Packet Statistics
===============================================================================
                                                      Input              Output
-------------------------------------------------------------------------------
PTP Packets                                                      253         11
  Announce                                                       243          1
  Sync                                                             0          0
  Follow Up                                                        0          0
  Delay Request                                                    0          0
  Delay Response                                                   0          0
  Signaling                                                       10         10
    Request TLVs                                                   6          4
      Announce                                                     6          4
      Sync                                                         0          0
      Delay Response                                               0          0
    Grant TLVs (Granted)                                           4          6
      Announce                                                     4          6
      Sync                                                         0          0
      Delay Response                                               0          0
    Grant TLVs (Rejected)                                          0          0
      Announce                                                     0          0
      Sync                                                         0          0
      Delay Response                                               0          0
    Cancel TLVs                                                    0          0
      Announce                                                     0          0
      Sync                                                         0          0
      Delay Response                                               0          0
    Ack Cancel TLVs                                                0          0
      Announce                                                     0          0
      Sync                                                         0          0
      Delay Response                                               0          0
    Other TLVs                                                     0          0
  Other                                                            0          0
Discards                                                           0          0
  Bad PTP domain                                                   0          0
  Alternate Master                                                 0          0
  Out Of Sequence                                                  0          0
  Peer Disabled                                                    0          0
  Other                                                            0          0
================================================================================

peers

Syntax 
peers [router router-instance | service-name service-name] [detail]
Context 
show>system>ptp
Description 

This command displays summary information for all the PTP peers.

Parameters 
router-instance—
Shows only the information for a specific router instance.
Values—
router-name – Base
vprn-svc-id – 1 to 2147483647

 

service-name—
Specifies the service name used to identify the router instance. The name can be up to 64 characters long.
detail—
Displays detailed information.
Output 

The following output is an example of PTP information for all peers.

Sample Output
 
*A:bksim1618# show system ptp peers 
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router                                                             
  IP Address                 Anno Flow Admin State PTP Port State Parent Clock
-------------------------------------------------------------------------------
Base
  10.4.1.21                  tx        n/a         master         no
1
  10.2.1.20                  rx+tx     up          master         no
  10.3.1.19                  rx        up          slave          yes
2
  10.1.1.21                  tx        n/a         master         no
-------------------------------------------------------------------------------
No. of PTP Peers: 4
===============================================================================
 
 
*A:bksim1618# show system ptp peers router Base
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router                                                             
  IP Address                 Anno Flow Admin State PTP Port State Parent Clock
-------------------------------------------------------------------------------
Base
  10.4.1.21                  tx        n/a         master         no
-------------------------------------------------------------------------------
No. of PTP Peers: 1
===============================================================================
 
 
*A:bksim1618# show system ptp peers router 1
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router                                                             
  IP Address                 Anno Flow Admin State PTP Port State Parent Clock
-------------------------------------------------------------------------------
1
  10.2.1.20                  rx+tx     up          master         no
  10.3.1.19                  rx        up          slave          yes
-------------------------------------------------------------------------------
No. of PTP Peers: 2
===============================================================================
 
 
*A:bksim1618# show system ptp peers detail 
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router            : Base
IP Address        : 10.4.1.21          Announce Direction : tx
Admin State       : n/a                G.8275.1 Priority  : 128
Local PTP Port    : 3                  PTP Port State     : master
Clock Id          : ac65fffffe000000   Remote PTP Port    : 1
-------------------------------------------------------------------------------
Router            : 1
IP Address        : 10.2.1.20          Announce Direction : rx+tx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 2                  PTP Port State     : master
Clock Id          : ac5efffffe000000   Remote PTP Port    : 1
Locked Out        : no                 Time Remaining     : n/a
-------------------------------------------------------------------------------
Router            : 1
IP Address        : 10.3.1.19          Announce Direction : rx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 1                  PTP Port State     : slave
Clock Id          : ac5dfffffe000000   Remote PTP Port    : 1
GM Clock Id       : ac5dfffffe000000   GM Clock Class     : 13
GM Clock Accuracy : unknown            GM Clock Variance  : ffff (not computed)
GM Clock Priority1: 0                  GM Clock Priority2 : 128
Steps Removed     : 0                  Parent Clock       : yes
Locked Out        : no                 Time Remaining     : n/a
-------------------------------------------------------------------------------
Router            : 2
IP Address        : 10.1.1.21          Announce Direction : tx
Admin State       : n/a                G.8275.1 Priority  : 128
Local PTP Port    : 4                  PTP Port State     : master
Clock Id          : ac65fffffe000000   Remote PTP Port    : 1
===============================================================================
 
 
*A:bksim1618# show system ptp peers router 1 detail 
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router            : 1
IP Address        : 10.2.1.20          Announce Direction : rx+tx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 2                  PTP Port State     : master
Clock Id          : ac5efffffe000000   Remote PTP Port    : 1
-------------------------------------------------------------------------------
Router            : 1
IP Address        : 10.3.1.19          Announce Direction : rx
Admin State       : up                 G.8275.1 Priority  : 128
Local PTP Port    : 1                  PTP Port State     : slave
Clock Id          : ac5dfffffe000000   Remote PTP Port    : 1
GM Clock Id       : ac5dfffffe000000   GM Clock Class     : 13
GM Clock Accuracy : unknown            GM Clock Variance  : ffff (not computed)
GM Clock Priority1: 0                  GM Clock Priority2 : 128
Steps Removed     : 0                  Parent Clock       : yes
===============================================================================
 

port

Syntax 
port port-id [detail]
Context 
show>system>ptp
Description 

This command displays port information.

Parameters 
port-id—
Specifies the port ID.
Values—
slot/mda/port

 

detail—
Displays detailed information.
Output 

The following output is an example of PTP port information.

Sample Output
A:bksim1618# show system ptp port 1/1/1 detail
===============================================================================
IEEE 1588/PTP Ethernet Port Information
===============================================================================
Port                : 1/1/2              
Local MAC Addr      : 02:43:BA:01:00:03  Multicast MAC Addr : 01:1b:19:00:00:00
PTP Admin State     : up                 PTP Oper State     : up        
PTP Port Number     : 3                  PTP Port State     : Slave
Tx Sync/Delay Rate  : 64 pkt/s           Tx Anno Rate       : 1 pkt/2 s          
Neighbor Clocks     : 4                  Timestamp Point    : port
Asym Factor         : 456 ns
 
 
A:bksim1620# show system ptp peer 10.1.1.2 router 5 detail
===============================================================================
IEEE 1588/PTP Peer Information
===============================================================================
Router Instance   : 5
IP Address        : 10.1.1.2            Announce Direction : rx+tx
Admin State       : up                 G.8265.1 Priority  : n/a
Sync Interval     : 64 pkt/s           
Local PTP Port    : 2                  PTP Port State     : passive
Clock Id          : ac5dfffffe000000   Remote PTP Port    : 2
GM Clock Id       : ac5cfffffe000000   GM Clock Class     : 13
GM Clock Accuracy : 0xfe (unknown)     GM Clock Variance  : ffff (not computed)
GM Clock Priority1: 128                GM Clock Priority2 : 128
Steps Removed     : 1                  Parent Clock       : no
Tx Timestamp Point: port               Rx Timestamp Point : port
Last Tx Port      : 1/1/2              Last Rx Port       : 1/1/2
Asym Factor Tx    : 456 ns             Asym Factor Rx     : 456 ns
===============================================================================
A:bksim1618# show system ptp port 1/1/2 detail
===============================================================================
IEEE 1588/PTP Ethernet Port Information
===============================================================================
Port              : 1/1/2              
PTP Admin State   : up                 PTP Oper State     : up
Local MAC Addr    : a0:f3:e4:33:ee:a3  Multicast MAC Addr : 01:1b:19:00:00:00
PTP Port Number   : 1                  PTP Port State     : slave
Cfg Anno Rate     : 1 pkt/2 s          Cfg Sync/Delay Rate: 64 pkt/s
Neighbors         : 1                  Timestamp Point    : cpm
===============================================================================
IEEE 1588/PTP Ethernet Port Neighbor Clocks
===========================================================
MAC Address       Clock Id          Port #  Rx Packet Rate
-----------------------------------------------------------
8c:90:d3:c4:3d:f9 a0f3e4fffe637e30       1             128
8c:90:d3:c4:3d:fa a0f3e4fffe637e30       2              64
-----------------------------------------------------------
No. of Neighbor Clocks: 2
===========================================================
 
===============================================================================
IEEE 1588/PTP Ethernet Port Packet Statistics
===============================================================================
                                                               Input     Output
-------------------------------------------------------------------------------
PTP Packets                                                     3584       1785
  Announce                                                        14          0
  Sync                                                          1785          0
  Follow Up                                                        0          0
  Delay Request                                                    0       1785
  Delay Response                                                1785          0
  Signaling                                                        0          0
  Other                                                            0          0
Discards                                                           0          0
  Bad PTP domain                                                   0          0
  Alternate Master                                                 0          0
  Out Of Sequence                                                  0          0
  Other                                                            0          0
===============================================================================
 
===============================================================================
IEEE 1588/PTP Ethernet Port Neighbor Clocks
===============================================================================
  MAC Address          Clock Id           Port Num     Rx Packet Rate
-------------------------------------------------------------------------------
  01:02:03:04:05:06    ac65fffffe000001      65535           64
  01:02:03:04:05:07    ac65fffffe000002          1            0
  01:02:03:04:05:08    ac65fffffe000003          2           64
  01:02:03:04:05:09    ac65fffffe000004         99            0
===============================================================================
 
===============================================================================
IEEE 1588/PTP Ethernet Port Packet Statistics
===============================================================================
                                                      Input              Output
-------------------------------------------------------------------------------
PTP Packets                                                      253         11
  Announce                                                       243          1
  Sync                                                             0          0
  Follow Up                                                        0          0
  Delay Request                                                    0          0
  Delay Response                                                   0          0
  Signaling                                                       10         10
  Other                                                            0          0
Discards                                                           0          0
  Bad PTP domain                                                   0          0
  Alternate Master                                                 0          0
  Out Of Sequence                                                  0          0
  Other                                                            0          0
================================================================================
 
 
A:bksim1618# show system ptp port
===============================================================================
IEEE 1588/PTP Ethernet Port Summary Information
===============================================================================
Port       PTP Adm/Opr   PTP State    Neighbors   Tx Rate     Rx Rate
-------------------------------------------------------------------------------
10/2/16       up/up         passive         5          12312       4400
1/1/1         up/up         slave           1          12312       4400
1/1/2         up/up         master         61          12312       4400
1/1/3         up/down       disabled        0              0          0
1/1/4         up/up         listening       0              0          0
-------------------------------------------------------------------------------
No. of PTP Ports : 5                            Total  99999     999999

standby

Syntax 
standby
Context 
show>system>ptp
Description 

This command displays information for PTP on the standby control module.

Output 

The following output is an example of PTP standby information.

Sample Output
 
B:NS082761964# show system ptp standby
===============================================================================
IEEE 1588/PTP Clock Information
===============================================================================
-------------------------------------------------------------------------------
Local Clock
-------------------------------------------------------------------------------
Clock Type        : ordinary,slave     PTP Profile         : ieee1588-2008
Domain            : 0
Admin State       : up                 Oper State          : up
Announce Interval : 1 pkt/2 s          Announce Rx Timeout : 3 intervals
Clock Id          : 001af0fffeb2fead   Clock Class         : 255 (slave-only)
Clock Accuracy    : 0xfe (unknown)     Clock Variance      : ffff (not computed)
Clock Priority1   : 128                Clock Priority2     : 128
PTP Port State    : listening          Last Changed        : 02/11/2013 18:09:58
PTP Recovery State: locked             Last Changed        : 08/24/2010 13:17:37
Frequency Offset  : +231.920 ppb
-------------------------------------------------------------------------------
Parent Clock
-------------------------------------------------------------------------------
IP Address        : 10.1.1.1
Parent Clock Id   : 001af0fffeab36ad   Remote PTP Port Number: 2
GM Clock Id       : 00b0aefffe011ca6   GM Clock Class    : 13
GM Clock Accuracy : 0xfe (unknown)     GM Clock Variance : 0x6400 (3.7E-09)
GM Clock Priority1: 128                GM Clock Priority2: 128
-------------------------------------------------------------------------------
Time Information
-------------------------------------------------------------------------------
Timescale           : PTP
Current Time        : 2011-08-30 15:31:42.99 UTC
Frequency Traceable : yes
Time Traceable      : yes
Time Source         : gps
==============================================================================

statistics

Syntax 
statistics
Context 
show>system>ptp
Description 

This command displays the message and error statistics for the node.

Output 

The following output is an example of PTP statistics information.

Sample Output
 
A:bksim1619# show system ptp statistics 
===============================================================================
IEEE 1588/PTP Packet Statistics
===============================================================================
                                                      Input              Output
-------------------------------------------------------------------------------
PTP Packets                                         2910253            2393354
  Announce                                             9015              22682
  Sync                                              1153275             622585
  Follow Up                                               0                  0
  Delay Request                                      594036            1153568
  Delay Response                                    1153044             593614
  Signaling                                             883                905
    Request TLVs                                        428                598
      Announce                                          304                350
      Sync                                               62                124
      Delay Response                                     62                124
    Grant TLVs (Granted)                                514                428
      Announce                                          272                304
      Sync                                              121                 62
      Delay Response                                    121                 62
    Grant TLVs (Rejected)                                 0                  0
      Announce                                            0                  0
      Sync                                                0                  0
      Delay Response                                      0                  0
    Cancel TLVs                                           3                  0
      Announce                                            1                  0
      Sync                                                1                  0
      Delay Response                                      1                  0
    Ack Cancel TLVs                                       0                  3
      Announce                                            0                  1
      Sync                                                0                  1
      Delay Response                                      0                  1
    Other TLVs                                            0                  0
  Other                                                   0                  0
  Event Packets timestamped at port                  215523             215371
  Event Packets timestamped in software                   0                  0
  Discards                                                0                  0
    Bad domain value                                      0                  0
    Alternate Master Flag Set                             0                  0
    Other                                                 0                  0
==============================================================================
===============================================================================
IEEE 1588/PTP Clock Recovery State Statistics
===============================================================================
State                                                                 Seconds  
-------------------------------------------------------------------------------
Initial                                                                   136
Acquiring                                                                   0
Phase-Tracking                                                              0
Locked                                                                      0
Hold-over                                                                   0
===============================================================================
===============================================================================
IEEE 1588/PTP Clock Recovery Event Statistics
===============================================================================
Event                                                                   Count 
-------------------------------------------------------------------------------
Packet Loss                                                                 0
Excessive Packet Loss                                                       0
Excessive Phase Shift Detected                                              0
Too Much Packet Delay Variation                                             0
===============================================================================
===============================================================================
===============================================================================
IEEE 1588/PTP Message Rates Per Second
===============================================================================
                                                UDP/IP             Ethernet    
Packet Type                                 Input    Output     Input    Output
-------------------------------------------------------------------------------
Announce                                        0         0        16         0
Sync                                            0         0        32         0
Follow Up                                       0         0        32         0
Delay Request                                   0         0         0         4
Delay Response                                  0         0         4         0
Other                                           0         0         0         0
-------------------------------------------------------------------------------
Total                                           0         0        84         4
===============================================================================
===============================================================================

unicast

Syntax 
unicast [router router-instance | service-name service-name]
Context 
show>system>ptp
Description 

This command displays unicast negotiation information.

Parameters 
router-instance—
Shows only the information for a specific router instance.
Values—
router-name – Base
vprn-svc-id – 1 to 2147483647

 

service-name—
Specifies the service name used to identify the router instance. The name can be up to 64 characters.
Output 

The following output is an example of PTP unicast information.

Sample Output
 
*A:bksim1618# show system ptp unicast 
===============================================================================
IEEE 1588/PTP Unicast Negotiation Information
===============================================================================
Router                                                       
  IP Address      Dir Type     Rate       Duration State    Time
-------------------------------------------------------------------------------
Base
  10.4.1.21       Tx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:14:09
1
  10.2.1.20       Rx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:14:19
  10.2.1.20       Tx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:13:25
  10.2.1.20       Tx  Sync     64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.2.1.20       Rx  DelayReq 64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.2.1.20       Tx  DelayRsp 64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.3.1.19       Rx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:13:16
  10.3.1.19       Rx  Sync     64 pkt/s   300      Granted  04/21/2013 19:13:21
  10.3.1.19       Tx  DelayReq 64 pkt/s   300      Granted  04/21/2013 19:13:21
  10.3.1.19       Rx  DelayRsp 64 pkt/s   300      Granted  04/21/2013 19:13:21
2
  10.1.1.21       Tx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:14:08
  10.1.1.21       Tx  Sync     64 pkt/s   300      Granted  04/21/2013 19:14:15
  10.1.1.21       Rx  DelayReq 64 pkt/s   300      Granted  04/21/2013 19:14:15
  10.1.1.21       Tx  DelayRsp 64 pkt/s   300      Granted  04/21/2013 19:14:15
-------------------------------------------------------------------------------
PTP Peers               : 4
Total Packet Rate       : 578 packets/second
===============================================================================
*A:bksim1618#
 
 
A:bksim1618# show system ptp router 1 unicast 
===============================================================================
IEEE 1588/PTP Unicast Negotiation Information
===============================================================================
Router                                                       
  IP Address      Dir Type     Rate       Duration State    Time
-------------------------------------------------------------------------------
1
  10.2.1.20       Rx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:14:19
  10.2.1.20       Tx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:13:25
  10.2.1.20       Tx  Sync     64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.2.1.20       Rx  DelayReq 64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.2.1.20       Tx  DelayRsp 64 pkt/s   300      Granted  04/21/2013 19:13:30
  10.3.1.19       Rx  Announce 1 pkt/2 s  300      Granted  04/21/2013 19:13:16
  10.3.1.19       Rx  Sync     64 pkt/s   300      Granted  04/21/2013 19:13:21
  10.3.1.19       Tx  DelayReq 64 pkt/s   300      Granted  04/21/2013 19:13:21
  10.3.1.19       Rx  DelayRsp 64 pkt/s   300      Granted  04/21/2013 19:13:21
-------------------------------------------------------------------------------
PTP Peers               : 2
Total Packet Rate       : 385 packets/second
===============================================================================
*A:bksim1618#

rollback

Syntax 
rollback [rescue]
Context 
show>system
Description 

This command displays rollback configuration and state.

Parameters 
rescue—
Specifies the rescue configuration.
Output 

The following output is an example of system rollback information.

Sample Output
A:dut-a_a># show system rollback
===============================================================================
Rollback Information
===============================================================================
Rollback Location               : cf1:/Rollback
Save
  Last Rollback Save Result     : In Progress, Successful or Failed     
  Last Save Completion Time     : 10/15/2010 21:24:06
Revert
  In Progress                   : Yes, No
  Last Revert Initiated Time    : 10/15/2010 21:26:23
  Last Revert Initiated User    : xyz
  Last Initiated Checkpoint     : cf1:/Rollback.rb.3
  Last Completed Revert Result  : Successful or Failed
  Last Revert Completion  Time  : 10/15/2010 21:27:19
================================================================================
Rollback Files
================================================================================
Idx      Suffix   Creation time        Release  User  
           Comment
--------------------------------------------------------------------------------
latest   .rb      2010/10/15 21:24:02  9.0.R4   fred
           This checkpoint was saved after the 3 VPLS services were created
1        .rb.1    2010/10/15 21:23:58  9.0.R4   John
           John’s checkpoint on Sunday
2        .rb.2    2010/10/15 21:23:52  9.0.R4   admin
           A long checkpoint comment that an operator is using to summarize 
           various some of the changes that were made.   They may even have so 
           much to say that they use the maximum comment size.   Notice that 
           words are not chopped.
9        .rb.9    2010/10/14 22:00:01  9.0.R4   admin
           VPLS services 1000-2000 created
53       .rb.53   2010/10/14 22:10:10  9.0.R4   admin 
--------------------------------------------------------------------------------
No. of Rollback Files: 10 
================================================================================

satellite

Syntax 
satellite
Context 
show>system
Description 

This command displays a list of configured satellites including information about the satellite’s esat-ID or tsat-ID, satellite type, and state.

Output 

The following output is an example of satellite information.

Sample Output
A:Dut-A# show system satellite
 
===============================================================================
Satellite Information
===============================================================================
SatID     Provisioned Type                         Admin         Oper
              Equipped Type (if different)         State         State
-------------------------------------------------------------------------------
esat-1    es48-1gb-sfp                             up            provisioned
              (not equipped)                      
esat-20   es48-1gb-sfp                             up            up
tsat-2    ts4-choc3-sfp                            up            up
tsat-3    ts4-choc3-sfp                            up            up
-------------------------------------------------------------------------------
No. of Satellites: 4
===============================================================================

eth-sat

Syntax 
eth-sat [sat-id]
Context 
show>system>satellite
Description 

This command displays information about configured Ethernet satellites. If a sat-id is specified, this command displays information only about the specified Ethernet satellite.

Parameters 
sat-id—
Specifies the Ethernet satellite chassis.
Output 

The following output is an example of Ethernet satellite information.

Sample Output
A:Dut-A# show system satellite eth-sat 1 
===============================================================================
Satellite Information
===============================================================================
SatID     Provisioned Type                         Admin         Oper
              Equipped Type (if different)         State         State
-------------------------------------------------------------------------------
esat-1    es48-1gb-sfp                             up            up
Description         : (Not Specified)
MAC Address         : e4:81:84:24:2e:e5
Software Repository : rep1
SyncE               : Disabled
Hardware Data
    Platform type                 : N/A
    Part number                   : 82-0825-01
    CLEI code                     : 
    Serial number                 : 01154100020
    Manufacture date              : 
    Manufacturing deviations      : (Not Specified)
    Manufacturing assembly number : 
    Administrative state          : up
    Operational state             : up
    Temperature                   : 51C
    Temperature threshold         : 85C
    Software boot (rom) version   : X-9.0.S222 on Thu Feb 16 03:29:00 IST 2017
                                    by builder
    Software version              : TiMOS-B-8.0.R9 both/hops Nokia SAS-Sx
                                    46F2C4SFP+ 7210 Copyright (c) 2000-2016
                                    Nokia.
                                    All rights reserved. All use subject to
                                    applicable license agreements.
                                    Built on Mon Oct 31 10:10:30 IST 2016 by
                                    builder in /home/builder/8.0B1/R9/panos/
                                    main
    Time of last boot             : 2017/02/28 13:02:41
    Current alarm state           : alarm cleared
    Base MAC address              : e4:81:84:24:2e:e5
===============================================================================

tdm-sat

Syntax 
tdm-sat [sat-id]
Context 
show>system>satellite
Description 

This command displays information about configured TDM satellites. If a sat-id is specified, this command displays information only about the specified TDM satellite.

Parameters 
sat-id—
Specifies the TDM satellite chassis.
Output 

The following output is an example of TDM satellite information.

Sample Output
*A:Dut-A# show system satellite tdm-sat 1 
===============================================================================
Satellite Information
===============================================================================
SatID     Provisioned Type                         Admin         Oper
              Equipped Type (if different)         State         State
-------------------------------------------------------------------------------
tsat-1    ts4-choc3-sfp                            up            up
Description         : (Not Specified)
MAC Address         : 90:3a:a0:f0:71:97
Software Repository : tsat-1
SyncE               : Enabled
Hardware Data
    Platform type                 : N/A
    Part number                   : 3HE10328AARC0103
    CLEI code                     : INMAT00FRA
    Serial number                 : NS16361M001
    Manufacture date              : 09082016
    Manufacturing deviations      : (Not Specified)
    Manufacturing assembly number : 
    Administrative state          : up
    Operational state             : up
    Software boot (rom) version   : X-8.0.B1-105 on Tue Feb 14 22:51:10 EST
                                    2017 by builder
    Software version              : TiMOS-B-0.0.I3066 both/hops NOKIA SAR 7705
                                    Copyright (c) 2000-2017 Nokia.
                                    All rights reserved. All use subject to
                                    applicable license agreements.
                                    Built on Sat Feb 25 00:03:24 EST 2017 by
                                    builder in /rel0.0/I3066/panos/main
    Time of last boot             : 2017/02/27 14:43:46
    Current alarm state           : alarm cleared
    Base MAC address              : 90:3a:a0:f0:71:97
===============================================================================

port-map

Syntax 
port-map [client-map-id]
Context 
show>system>satellite>eth-sat
show>system>satellite>tdm-sat
Description 

This command displays information about configured satellites port maps.

Parameters 
client-map-id—
Specifies the client map to display.
Output 

The following output is an example of TDM satellite port map information.

Sample Output
A:Dut-A# show system satellite tdm-sat 1 port-map 
===============================================================================
Satellite Port Mapping Information
===============================================================================
Client Port    Adm  State   Uplink Port    Adm  State   Host Port  Adm  State
-------------------------------------------------------------------------------
tsat-1/1/1     Down Down    tsat-1/1/u1    Up   Up      1/1/4      Up   Up
tsat-1/1/2     Down Down    tsat-1/1/u1    Up   Up      1/1/4      Up   Up
tsat-1/1/3     Down Down    tsat-1/1/u1    Up   Up      1/1/4      Up   Up
tsat-1/1/4     Down Down    tsat-1/1/u1    Up   Up      1/1/4      Up   Up
===============================================================================

sync-if-timing

Syntax 
sync-if-timing
Context 
show>system>satellite>eth-sat
show>system>satellite>tdm-sat
Description 

This command displays synchronous interface timing operational information.

Output 

The following output is an example of TDM satellite synchronous interface timing information.

Sample Output
A:Dut-A# show system satellite tdm-sat 1 sync-if-timing 
===============================================================================
Satellite tsat-1 Synchronous Interface Timing Operational Information
===============================================================================
System Status                     : Master Locked
System Quality Level              : eec2
Current Frequency Offset (ppm)    : +0
Reference Input 1
    Admin Status                  : up
    Rx Quality Level              : eec2
    Qualified For Use             : yes
    Selected For Use              : yes
    Source Port                   : tsat-1/1/u1
Reference Input 2
    Admin Status                  : down
    Rx Quality Level              : unknown
    Qualified For Use             : no
        Not Qualified Due To      : disabled
    Selected For Use              : no
        Not Selected Due To       : disabled
    Source Port                   : none
===============================================================================

sntp

Syntax 
sntp
Context 
show>system
Description 

This command displays SNTP protocol configuration and state.

Output 

The following output is an example of SNTP information, and Table 55 describes the output fields.

Sample Output
A:ALA-1# show system sntp
===============================================================================
SNTP                                                                           
===============================================================================
SNTP Server            Version            Preference         Interval          
-------------------------------------------------------------------------------
10.10.20.253           3                  Preferred          64                
===============================================================================
A:ALA-1#
Table 55:  System SNTP Field Descriptions 

Label

Description

SNTP Server

The SNTP server address for SNTP unicast client mode.

Version

The SNTP version number, expressed as an integer.

Preference

Normal — When more than one time server is configured, one server can be configured to have preference over another.

Preferred — Indicates that this server has preference over another.

Interval

The frequency, in seconds, that the server is queried.

thresholds

Syntax 
thresholds
Context 
show>system
Description 

This command displays system monitoring thresholds. The Threshold Events Log table will keep only the last 201 entries.

Output 

The following output is an example of system threshold information, and Table 56 describes the output fields.

Sample Output
A:bkvm3# show system thresholds 
=================================================================
Threshold Alarms
=================================================================
Variable: tmnxCpmFlashUsed.1.10.1
Alarm Id         : 1        Last Value : 3192120
Rising Event Id  : 1        Threshold  : 10
Falling Event Id : 0        Threshold  : 0
Sample Interval  : 1        SampleType : absolute
Startup Alarm    : either   Owner      : TiMOS CLI
 
Variable: tmnxCpmFlashUsed.1.10.2
Alarm Id         : 2        Last Value : 0
Rising Event Id  : 2        Threshold  : 20
Falling Event Id : 3        Threshold  : 30
Sample Interval  : 2        SampleType : absolute
Startup Alarm    : either   Owner      : TiMOS CLI
 
Variable: tmnxCpmFlashPercentageUsed.1.10.1
Alarm Id         : 3        Last Value : 19
Rising Event Id  : 4        Threshold  : 30
Falling Event Id : 0        Threshold  : 0
Sample Interval  : 3        SampleType : absolute
Startup Alarm    : either   Owner      : TiMOS CLI
 
Variable: tmnxCpmFlashPercentageUsed.1.10.2
Alarm Id         : 4        Last Value : 0
Rising Event Id  : 5        Threshold  : 40
Falling Event Id : 6        Threshold  : 50
Sample Interval  : 4        SampleType : absolute
Startup Alarm    : either   Owner      : TiMOS CLI
 
=================================================================
=================================================================
Threshold Events
=================================================================
Description: TiMOS CLI - cflash capacity alarm rising event
             using percentages
Event Id         : 1        Last Sent  : 07/23/2015 18:15:46
Action Type      : both     Owner      : TiMOS CLI
 
Description: TiMOS CLI - cflash capacity warning rising event
Event Id         : 2        Last Sent  : never
Action Type      : both     Owner      : TiMOS CLI
                                      
Description: TiMOS CLI - cflash capacity warning falling event
Event Id         : 3        Last Sent  : 07/23/2015 18:15:46
Action Type      : both     Owner      : TiMOS CLI
 
Description: TiMOS CLI - cflash capacity warning rising event
             using percentages
Event Id         : 4        Last Sent  : never
Action Type      : both     Owner      : TiMOS CLI
 
Description: TiMOS CLI - cflash capacity alarm rising event
             using percentages
Event Id         : 5        Last Sent  : never
Action Type      : both     Owner      : TiMOS CLI
 
Description: TiMOS CLI - cflash capacity alarm falling event
             using percentages
Event Id         : 6        Last Sent  : 07/23/2015 18:15:46
Action Type      : both     Owner      : TiMOS CLI
 
=================================================================
=================================================================
Threshold Events Log                  
=================================================================
Description      : TiMOS CLI - cflash capacity alarm rising
                   event using percentages : value=3192120,
                   >=10 : alarm-index 1, event-index 1 alarm-
                   variable OID tmnxCpmFlashUsed.1.10.1
Event Id         : 1        Time Sent  : 07/23/2015 18:15:46
 
Description      : TiMOS CLI - cflash capacity warning falling
                   event : value=0, <=30 : alarm-index 2, event-
                   index 3 alarm-variable OID tmnxCpmFlashUsed.
                   1.10.2
Event Id         : 3        Time Sent  : 07/23/2015 18:15:46
 
Description      : TiMOS CLI - cflash capacity alarm falling
                   event using percentages : value=0, <=50 :
                   alarm-index 4, event-index 6 alarm-variable
                   OID tmnxCpmFlashPercentageUsed.1.10.2
Event Id         : 6        Time Sent  : 07/23/2015 18:15:46
 
=================================================================
Table 56:  System Thresholds Field Descriptions 

Label

Description  

Variable

Displays the variable OID.

Alarm Id

Displays the numerical identifier for the alarm.

Last Value

Displays the last threshold value.

Rising Event Id

Displays the identifier of the RMON rising event.

Threshold

Displays the identifier of the RMON rising threshold.

Falling Event Id

Displays the identifier of the RMON falling event.

Threshold

Displays the identifier of the RMON falling threshold.

Sample Interval

Displays the polling interval, in seconds, over which the data is sampled and compared with the rising and falling thresholds.

SampleType

Displays the method of sampling the selected variable and calculating the value to be compared against the thresholds.

Startup Alarm

Displays the alarm that may be sent when this alarm is first created.

Owner

Displays the owner of this alarm.

Description

Displays the event cause.

Event Id

Displays the identifier of the threshold event.

Last Sent

Displays the date and time the alarm was sent.

Action Type

log — An entry is made in the RMON-MIB log table for each event occurrence.

trap — A TiMOS logger event is generated. The TiMOS logger utility then distributes the notification of this event to its configured log destinations, which may be CONSOLE, telnet session, memory log, cflash file, syslog, or SNMP trap destinations logs.

both — Both an entry in the RMON-MIB logTable and a TiMOS logger event are generated.

none — No action is taken

Owner

Displays the owner of the event.

time

Syntax 
time
Context 
show>system
Description 

This command displays the system time and zone configuration parameters.

Output 

The following output is an example of system time information, and Table 57 describes the output fields.

Sample Output
A:ALA-1# show system time
===============================================================================
Date & Time
===============================================================================
Current Date & Time : 2006/05/05 23:03:13    DST Active            : yes
Current Zone        : PDT                    Offset from UTC       : -7:00
-------------------------------------------------------------------------------
Non-DST Zone        : PST                    Offset from UTC       : -8:00
Zone type           : standard
-------------------------------------------------------------------------------
DST Zone            : PDT                    Offset from Non-DST   : 0:60
Starts              : first sunday in april 02:00
Ends                : last sunday in october 02:00
============================================================================
A:ALA-1#
 
 
A:ALA-1# show system time (with no DST zone configured)
===============================================================================
Date & Time
===============================================================================
Current Date & Time : 2006/05/12 11:12:05       DST Active      :     no
Current Zone    : APA       Offset from UTC :  -8:00
-------------------------------------------------------------------------------
Non-DST Zone    : APA       Offset from UTC :  -8:00
Zone Type           : non-standard
-------------------------------------------------------------------------------
No DST zone configured
===============================================================================
A:ALA-1#
Table 57:  System Time Field Descriptions 

Label

Description  

Date & Time

The system date and time using the current time zone.

DST Active

Yes — Daylight Savings Time is currently in effect.

No — Daylight Savings Time is not currently in effect.

Zone

The zone names for the current zone, the non-DST zone, and the DST zone if configured.

Current Time Zone

Indicates the process currently controlling the system time. SNTP, NTP, PTP or NONE.

Zone type

Non-standard — The zone is user-defined.

Standard — The zone is system defined.

Offset from UTC

The number of hours and minutes added to universal time for the zone, including the DST offset for a DST zone.

Offset from Non-DST

The number of hours (always 0) and minutes (0 to 60) added to the time at the beginning of Daylight Saving Time and subtracted at the end Daylight Saving Time.

Starts

The date and time Daylight Saving Time begins.

Ends

The date and time Daylight Saving Time ends.

time

Syntax 
time
Context 
show
Description 

This command displays the current day, date, time and time zone.

The time is displayed either in the local time zone or in UTC depending on the setting of the root level time-display command for the console session.

Output 

The following output is an example of time information.

Sample Output
A:ALA-49# show time
Tue Oct 31 12:17:15 GMT 2006

redundancy

Syntax 
redundancy
Context 
show
Description 

This command enables the context to show redundancy information.

mgmt-ethernet

Syntax 
mgmt-ethernet
Context 
show>redundancy
Description 

This command shows the management Ethernet port redundancy status. The show router “management” interface command also shows the CPM Ethernet port used by the management interface. If the primary CPM’s port is active, then it shows “A/1” under the Port field,. If the secondary CPM’s port is active, then it shows “B/1 -> A/1”in the Port field.

Output 

The following output is an example of redundancy mgmt-Ethernet information, and Table 58 describes the output fields.

Sample Output
A:SR12# show redundancy mgmt-ethernet 
 
===============================================================================
Management Ethernet Redundancy
===============================================================================
Admin Status  : Enabled
Oper Status   : Management port operating on active CPM
Revert Time   : 5 seconds
===============================================================================

Show Router “Management” Interface Detail Output

The following is a sample output that shows “A/1” when the primary CPM’s Ethernet port is active and “B/1 ->A/1” if the secondary CPM’s port is active.

*B:Dut-A# show router "management" interface
 
===========================================================================
Interface Table (Router: management)
===========================================================================
Interface-Name                   Adm         Opr(v4/v6)  Mode    Port/SapId
   IP-Address                                                    PfxState
---------------------------------------------------------------------------
management                       Up          Up/Up       Network B/1 -> A/1
   192.168.186.219/24                                            n/a
   2001:db8::8a78:badb/96                                        PREFERRED
   fe80::221:5ff:fece:df49/64                                    PREFERRED
---------------------------------------------------------------------------
Interfaces : 1
===========================================================================
 
*B:Dut-A# show router "management" interface detail
 
===============================================================================
Interface Table (Router: management)
===============================================================================
 
-------------------------------------------------------------------------------
Interface
-------------------------------------------------------------------------------
If Name          : management
Admin State      : Up                   Oper (v4/v6)      : Up/Up
Protocols        : None
IP Addr/mask     : 192.168.186.219/24   Address Type      : Primary
IGP Inhibit      : Disabled             Broadcast Address : Host-ones
HoldUp-Time      : 0                    Track Srrp Inst   : 0
IPv6 Address     : 2001:db8::8a78:badb/96
IPv6 Addr State  : PREFERRED
CGA modifier     : (Not Specified)
HoldUp-Time      : 0                    Track Srrp Inst   : 0
Link Lcl Address : fe80::221:5ff:fece:df49/64
Link Lcl State   : PREFERRED
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Description      : (Not Specified)
If Index         : 1280                 Virt. If Index    : 1280
Last Oper Chg    : 06/16/2015 21:01:07  Global If Index   : 16384
Lag Link Map Prof: none
Port Id          : B/1 -> A/1
TOS Marking      : Trusted              If Type           : Network
Egress Filter    : none                 Ingress Filter    : none
Egr IPv6 Flt     : none                 Ingr IPv6 Flt     : none
BGP IP FlowSpec  : Disabled
BGP IPv6 FlowSpec: Disabled
SNTP B.Cast      : True                 Network QoS Policy: 1
MAC Address      : 00:21:05:ce:df:49    Mac Accounting    : Disabled
Table 58:  Redundancy Mgmt-ethernet Field Descriptions 

Label

Description

Admin Status

Enabled — Administrative status is enabled.

Disabled — Administratively disabled.

Oper Status

Displays the CPM on which the management Ethernet port is operating.

Revert Time

Displays the revert time.

multi-chassis

Syntax 
multi-chassis
Context 
show>redundancy
Description 

This command enables the context to show multi-chassis redundancy information.

all

Syntax 
all
Context 
show>redundancy>multi-chassis
Description 

This command displays brief multi-chassis redundancy information.

Output 

The following output is an example of multi-chassis all information, and Table 59 describes the output fields.

Sample Output
B:Dut-B# show redundancy multi-chassis all
===============================================================================
Multi-chassis Peer Table
===============================================================================
Peer
-------------------------------------------------------------------------------
Peer IP Address         : 10.10.10.2
Description             : Mc-Lag peer 10.10.10.2
Authentication          : Disabled
Source IP Address       : 0.0.0.0
Admin State             : Enabled
===============================================================================
B:Dut-B#
 
 
B:Dut-B# show lag detail
===============================================================================
LAG Details
===============================================================================
LAG 1
-------------------------------------------------------------------------------
Description: Description For LAG Number 1
-------------------------------------------------------------------------------
Details
-------------------------------------------------------------------------------
Lag-id              : 1                     Mode                 : access
Adm                 : up                    Opr                  : up
Thres. Exceeded Cnt : 9                     Port Threshold       : 0
Thres. Last Cleared : 05/20/2006 00:12:35   Threshold Action     : down
Dynamic Cost        : false                 Encap Type           : null
Configured Address  : 1c:71:ff:00:01:41     Lag-IfIndex          : 1342177281
Hardware Address    : 1c:71:ff:00:01:41     Adapt Qos            : distribute
Hold-time Down      : 0.0 sec
LACP                : enabled               Mode                 : active
LACP Transmit Intvl : fast                  LACP xmit stdby      : enabled
Selection Criteria  : highest-count         Slave-to-partner     : disabled
Number of sub-groups: 1                     Forced               : -
System Id           : 1c:71:ff:00:00:00     System Priority      : 32768
Admin Key           : 32768                 Oper Key             : 32666
Prtr System Id      : 20:f4:ff:00:00:00     Prtr System Priority : 32768
Prtr Oper Key       : 32768
 
MC Peer Address     : 10.10.10.2            MC Peer Lag-id       : 1
MC System Id        : 00:00:00:33:33:33     MC System Priority   : 32888
MC Admin Key        : 32666                 MC Active/Standby    : active
MC Lacp ID in use   : true                  MC extended timeout  : false
MC Selection Logic  : peer decided
MC Config Mismatch  : no mismatch
-------------------------------------------------------------------------------
Port-id        Adm    Act/Stdby Opr    Primary   Sub-group     Forced   Prio
-------------------------------------------------------------------------------
331/2/1          up     active    up     yes       1             -        32768
331/2/2          up     active    up               1             -        32768
331/2/3          up     active    up               1             -        32768
331/2/4          up     active    up               1             -        32768
-------------------------------------------------------------------------------
Port-id        Role      Exp   Def   Dist  Col   Syn   Aggr  Timeout  Activity
-------------------------------------------------------------------------------
331/2/1          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/1          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/2          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/2          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/3          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/3          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/4          actor     No    No    Yes   Yes   Yes   Yes   Yes      Yes
331/2/4          partner   No    No    Yes   Yes   Yes   Yes   Yes      Yes
===============================================================================
B:Dut-B#
Table 59:  Redundancy multi-chassis all Field Descriptions 

Label

Description

Peer IP Address

Displays the multi-chassis redundancy peer.

Description

The text string describing the peer.

Authentication

If configured, displays the authentication key used between this node and the MC peer.

Source IP Address

Displays the source address used to communicate with the MC peer.

Admin State

Displays the administrative state of the peer.

mc-endpoint

Syntax 
mc-endpoint statistics
mc-endpoint peer [ip-address] statistics
mc-endpoint endpoint [mcep-id] statistics
mc-endpoint peer [ip-address]
Context 
show>redundancy>multi-chassis
Description 

This command displays multi-chassis endpoint information.

Parameters 
statistics—
Displays the global statistics for the MC endpoint.
peer—
Displays information for a single peer.
ip-address
Specifies the IP address of multi-chassis end-point peer.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

endpoint—
Displays multi-chassis endpoint information.
mcep-id
Specifies the multi-chassis endpoint.
Values—
1 to 4294967295

 

Output 

The following output is an example of multi-chassis endpoint information.

Sample Output
*A:Dut-B# show redundancy multi-chassis mc-endpoint statistics 
===============================================================================
Multi-Chassis Endpoint Global Statistics
===============================================================================
Packets Rx                                  : 533                              
Packets Rx Keepalive                        : 522                              
Packets Rx Config                           : 3                                
Packets Rx Peer Config                      : 1                                
Packets Rx State                            : 7                                
Packets Dropped Keep-Alive Task             : 7                                
Packets Dropped Too Short                   : 0                                
Packets Dropped Verify Failed               : 0                                
Packets Dropped Tlv Invalid Size            : 0                                
Packets Dropped Out Of Seq                  : 0                                
Packets Dropped Unknown Tlv                 : 0                                
Packets Dropped Tlv Invalid MC-Endpoint Id  : 0                                
Packets Dropped MD5                         : 0                                
Packets Dropped Unknown Peer                : 0                                
Packets Dropped MC Endpoint No Peer         : 0                                
Packets Tx                                  : 26099                            
Packets Tx Keepalive                        : 8221                             
Packets Tx Config                           : 2                                
Packets Tx Peer Config                      : 17872                            
Packets Tx State                            : 4                                
Packets Tx Failed                           : 0                                
===============================================================================
*A:Dut-B# 
 
*A:Dut-B# show redundancy multi-chassis mc-endpoint peer 10.1.1.3 statistics 
===============================================================================
Multi-Chassis MC-Endpoint Statistics
===============================================================================
Peer Addr                         : 10.1.1.3                                    
-------------------------------------------------------------------------------
Packets Rx                        : 597                                        
Packets Rx Keepalive              : 586                                        
Packets Rx Config                 : 3                                          
Packets Rx Peer Config            : 1                                          
Packets Rx State                  : 7                                          
Packets Dropped State Disabled    : 0                                          
Packets Dropped Packets Too Short : 0                                          
Packets Dropped Tlv Invalid Size  : 0                                          
Packets Dropped Tlv Invalid LagId : 0                                          
Packets Dropped Out of Seq        : 0                                          
Packets Dropped Unknown Tlv       : 0                                          
Packets Dropped MD5               : 0                                          
Packets Tx                        : 636                                        
Packets Tx Keepalive              : 600                                        
Packets Tx Peer Config            : 30                                         
Packets Tx Failed                 : 0                                          
Packets Dropped No Peer           : 0                                          
===============================================================================
*A:Dut-B# 
 
*A:Dut-B# show redundancy multi-chassis mc-endpoint  endpoint 1 statistics 
===============================================================================
Multi-Chassis Endpoint Statistics
===============================================================================
===============================================================================
MC-Endpoint Id 1
===============================================================================
Packets Rx Config                 : 3                                          
Packets Rx State                  : 7                                          
Packets Tx Config                 : 2                                          
Packets Tx State                  : 4                                          
Packets Tx Failed                 : 0                                          
===============================================================================
Number of Entries 1
===============================================================================

mc-lag

Syntax 
mc-lag peer ip-address [lag lag-id]
mc-lag [peer ip-address [lag lag-id]] statistics
Context 
show>redundancy>multi-chassis
Description 

This command displays multi-chassis LAG information.

Parameters 
lag-id
Shows information for the specified LAG identifier.
Values—
1 to 800

 

ip-address—
Shows peer information about the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

statistics—
Displays multi-chassis statistics.
Output 

See the following sections for show command output:

The following output is an example of mc-lag peer information, and Table 60 describes the output fields.

MC-Lag Peer Sample Output
A:subscr_mgt# show redundancy multi-chassis mc-lag peer 10.10.10.30 
===============================================================================
Multi-Chassis MC-Lag Peer 10.10.10.30
===============================================================================
Last Changed    : 01/23/2007 18:20:13                                          
Admin State     : Up                  Oper State           : Up                
KeepAlive       : 10 deci-seconds     Hold On Ngbr Failure : 3                 
-------------------------------------------------------------------------------
Lag Id Lacp Key Remote Lag Id System Id          Sys Prio Last Changed       
-------------------------------------------------------------------------------
1      1        1             00:00:00:00:00:01  1        01/23/2007 18:20:13
2      2        2             00:00:00:00:00:02  2        01/24/2007 08:53:48
-------------------------------------------------------------------------------
Number of LAGs : 2
===============================================================================
A:subscr_mgt#
A:subscr_mgt# show redundancy multi-chassis mc-lag peer 10.10.10.30 lag 1 
===============================================================================
Multi-Chassis MC-Lag Peer 10.10.10.30
===============================================================================
Last Changed    : 01/23/2007 18:20:13                                          
Admin State     : Up                  Oper State           : Up                
KeepAlive       : 10 deci-seconds     Hold On Ngbr Failure : 3                 
-------------------------------------------------------------------------------
Lag Id Lacp Key Remote Lag Id System Id          Sys Prio Last Changed       
-------------------------------------------------------------------------------
1      1        1             00:00:00:00:00:01  1        01/23/2007 18:20:13
-------------------------------------------------------------------------------
Number of LAGs : 1
===============================================================================
A:subscr_mgt#
Table 60:  Redundancy Multi-chassis MC-Lag Peer Field Descriptions 

Label

Description

Last Changed

Displays date and time of the last mc-lag peer.

Admin State

Displays the administrative state of the mc-lag peer.

Oper State

Displays the operation state of the mc-lag peer.

KeepAlive

Displays the length of time to keep alive the mg-lag peer.

Hold On Ngbr Failure

Specifies how many “keepalive” intervals the standby SR will wait for packets from the active node before assuming a redundant-neighbor node failure.

The following output is an example of multi-chassis mc-lag peer statistics information, and Table 61 describes the output fields.

MC-Lag Peer Statistics Sample Output
A:subscr_mgt# show redundancy multi-chassis mc-lag statistics 
===============================================================================
Multi-Chassis Statistics
===============================================================================
Packets Rx                        : 52535                                      
Packets Rx Keepalive              : 52518                                      
Packets Rx Config                 : 2                                          
Packets Rx Peer Config            : 4                                          
Packets Rx State                  : 6                                          
Packets Dropped KeepaliveTask     : 0                                          
Packets Dropped Packet Too Short  : 0                                          
Packets Dropped Verify Failed     : 0                                          
Packets Dropped Tlv Invalid Size  : 0                                          
Packets Dropped Out of Seq        : 0                                          
Packets Dropped Unknown Tlv       : 0                                          
Packets Dropped Tlv Invalid LagId : 0                                          
Packets Dropped MD5               : 0                                          
Packets Dropped Unknown Peer      : 0                                          
Packets Tx                        : 52583                                      
Packets Tx Keepalive              : 52519                                      
Packets Tx Config                 : 2                                          
Packets Tx Peer Config            : 54                                         
Packets Tx State                  : 8                                          
Packets Tx Failed                 : 0                                          
===============================================================================
A:subscr_mgt#
 
B:Dut-B# show redundancy multi-chassis mc-lag peer 10.10.10.2 statistics
===============================================================================
Multi-Chassis Statistics, Peer 10.10.10.2
===============================================================================
Packets Rx                        : 231
Packets Rx Keepalive              : 216
Packets Rx Config                 : 1
Packets Rx Peer Config            : 2
Packets Rx State                  : 12
Packets Dropped State Disabled    : 0
Packets Dropped Packets Too Short : 0
Packets Dropped Tlv Invalid Size  : 0
Packets Dropped Tlv Invalid LagId : 0
Packets Dropped Out of Seq        : 0
Packets Dropped Unknown Tlv       : 0
Packets Dropped MD5               : 0
Packets Tx                        : 235
Packets Tx Keepalive              : 216
Packets Tx Peer Config            : 3
Packets Tx Failed                 : 0
===============================================================================
B:Dut-B#
Table 61:  Redundancy Multi-chassis MC-Lag Peer Statistics Field Descriptions 

Label

Description  

Packets Rx

Indicates the number of MC-Lag packets received from the peer.

Packets Rx Keepalive

Indicates the number of MC-Lag keepalive packets received from the peer.

Packets Rx Config

Indicates the number of received MC-Lag configured packets from the peer.

Packets Rx Peer Config

Indicates the number of received MC-Lag packets configured by the peer.

Packets Rx State

Indicates the number of MC-Lag “lag” state packets received from the peer.

Packets Dropped State Disabled

Indicates the number of packets that were dropped because the peer was administratively disabled.

Packets Dropped Packets Too Short

Indicates the number of packets that were dropped because the packet was too short.

Packets Dropped Tlv Invalid Size

Indicates the number of packets that were dropped because the packet size was invalid.

Packets Dropped Tlv Invalid LagId

Indicates the number of packets that were dropped because the packet referred to an invalid or non multi-chassis lag.

Packets Dropped Out of Seq

Indicates the number of packets that were dropped because the packet size was out of sequence.

Packets Dropped Unknown Tlv

Indicates the number of packets that were dropped because the packet contained an unknown TLV.

Packets Dropped MD5

Indicates the number of packets that were dropped because the packet failed MD5 authentication.

Packets Tx

Indicates the number of packets transmitted from this system to the peer.

Packets Tx Keepalive

Indicates the number of keepalive packets transmitted from this system to the peer.

Packets Tx Peer Config

Indicates the number of configured packets transmitted from this system to the peer.

Packets Tx Failed

Indicates the number of packets that failed to be transmitted from this system to the peer.

mc-ring

Syntax 
mc-ring peer ip-address statistics
mc-ring peer ip-address [ring sync-tag [detail | statistics]]
mc-ring peer ip-address ring sync-tag ring-node [ring-node-name [detail | statistics]]
mc-ring global-statistics
Context 
show>redundancy>multi-chassis
Description 

This command displays multi-chassis ring information.

Parameters 
ip-address—
Specifies the address of the multi-chassis peer to display.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

statistics—
Displays statistics for the multi-chassis ring.
sync-tag
Specifies a synchronization tag to be displayed that was used while synchronizing this port with the multi-chassis peer. 32 characters maximum.
ring-node-name
Specifies a ring-node name. 32 characters maximum.
global-statistics—
Displays global statistics for the multi-chassis ring.
detail—
Displays detailed peer information for the multi-chassis ring.
Output 

See the following sections for show command output:

The following output is an example of ip-address ring information, and Table 62 describes the output fields.

Mc-ring peer IP-address Ring Sample Output
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 10.0.0.2 ring ring11 detail
==============================================================================
Multi-Chassis MC-Ring Detailed Information
==============================================================================
Peer           : 10.0.0.2
Sync Tag       : ring11
Port ID        : 1/1/3
Admin State    : inService
Oper State     : connected
Admin Change   : 01/07/2008 21:40:07
Oper Change    : 01/07/2008 21:40:24
Failure Reason : None
------------------------------------------------------------------------------
In Band Control Path
------------------------------------------------------------------------------
Service ID     : 10
Interface Name : to_an1
Oper State     : connected
Dest IP        : 10.10.0.2
Src  IP        : 10.10.0.1
------------------------------------------------------------------------------
VLAN Map B Path Provisioned
------------------------------------------------------------------------------
range 13-13
range 17-17
------------------------------------------------------------------------------
VLAN Map Excluded Path Provisioned
------------------------------------------------------------------------------
range 18-18
------------------------------------------------------------------------------
VLAN Map B Path Operational
------------------------------------------------------------------------------
range 13-13
range 17-17
------------------------------------------------------------------------------
VLAN Map Excluded Path Operational
------------------------------------------------------------------------------
range 18-18
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
 
 
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 192.168.10.104
==============================================================================
MC Ring entries
==============================================================================
Sync Tag                         Oper State      Failure Reason
------------------------------------------------------------------------------
No. of MC Ring entries: 0
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
 
 
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 10.0.0.2
==============================================================================
MC Ring entries
==============================================================================
Sync Tag                         Oper State      Failure Reason
------------------------------------------------------------------------------
ring11                           connected       None
ring12                           shutdown        None
------------------------------------------------------------------------------
No. of MC Ring entries: 4
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
 
 
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 10.0.0.2 ring ring11 ring-
node an1 detail
==============================================================================
Multi-Chassis MC-Ring Node Detailed Information
==============================================================================
Peer           : 10.0.0.2
Sync Tag       : ring11
Node Name      : an1
Oper State Loc : connected
Oper State Rem : notTested
In Use         : True
Admin Change   : 01/07/2008 21:40:07
Oper Change    : 01/07/2008 21:40:25
Failure Reason : None
------------------------------------------------------------------------------
Ring Node Connectivity Verification
------------------------------------------------------------------------------
Admin State    : inService
Service ID     : 11
VLAN Tag       : 11
Dest IP        : 10.11.3.1
Src  IP        : None
Interval       : 1 minutes
Src MAC        : None
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
 
 
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 10.0.0.2 ring ring11 ring-node
==============================================================================
MC Ring Node entries
==============================================================================
Name                             Loc Oper St.      Failure Reason
  In Use                           Rem Oper St.
------------------------------------------------------------------------------
an1                              connected         None
  Yes                              notTested
an2                              connected         None
  Yes                              notTested
------------------------------------------------------------------------------
No. of MC Ring Node entries: 2
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
Table 62:  Mc-ring peer ip-address Ring Field Descriptions 

Label

Description

Sync Tag

Displays the synchronization tag that was used while synchronizing this port with the multi-chassis peer.

Oper State

noPeer — The peer has no corresponding ring configured.

connected — The in-band control connection with the peer is operational.

broken — The in-band control connection with the peer has timed out.

conflict — The in-band control connection with the peer has timed out but the physical connection is still OK; the failure of the in-band signaling connection is caused by a misconfiguration. For example, a conflict between the configuration of this system and its peer, or a misconfiguration on one of the ring access node systems.

testingRing — The in-band control connection with the peer is being set up. Waiting for result.

waitingForPeer — Verifying if this ring is configured on the peer.

configErr — The ring is administratively up, but a configuration error prevents it from operating properly.

halfBroken — The in-band control connection indicates that the ring is broken in one direction (towards the peer).

localBroken — The in-band control connection with the peer is known to be broken due to local failure or local administrative action.

Oper state

shutdown — The ring is shutdown.

Failure Reason

Displays the reason of the failure of the operational state of a MC ring.

No. of MC Ring entries

Displays the number of MC ring entries.

The following output is an example of multi-chassis ring peer statistics information, and Table 63 describes the output fields.

Redundancy Multi-Chassis Ring Peer Statistics Sample Output
*A:ALA-48>show>redundancy>multi-chassis# mc-ring peer 192.168.10.104 statistics
==============================================================================
MC Ring statistics for peer 192.168.10.104
==============================================================================
Message                                              Received     Transmitted
------------------------------------------------------------------------------
MCS ID Request                                       0            0
MCS ID Response                                      0            0
Ring Exists Request                                  0            0
Ring Exists Response                                 0            0
Keepalive                                            0            0
------------------------------------------------------------------------------
Total                                                0            0
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
Table 63:  Redundancy Multi-Chassis Ring Peer Statistics Field Descriptions 

Label

Description  

Message

Displays the message type.

Received

Indicates the number of valid MC-ring signaling messages received from the peer.

Transmitted

Indicates the number of valid MC-ring signaling messages transmitted from the peer.

MCS ID Request

Displays the number of valid MCS ID requests were received from the peer.

MCS ID Response

Displays the number of valid MCS ID responses were received from the peer.

Ring Exists Request

Displays the number of valid 'ring exists' requests were received from the peer.

Ring Exists Response

Displays the number of valid ring exists' responses were received from the peer.

Keepalive

Displays the number of valid MC-ring control packets of type 'keepalive' were received from the peer.

The following output is an example of MC-ring information, and Table 64 and Table 65 describe the output fields.

Show mc-ring fields
*A:ALA-48>show>redundancy>multi-chassis# mc-ring global-statistics
==============================================================================
Global MC Ring statistics
==============================================================================
Rx                           : 0
Rx Too Short                 : 0
Rx Wrong Authentication      : 0
Rx Invalid TLV               : 0
Rx Incomplete                : 0
Rx Unknown Type              : 0
Rx Unknown Peer              : 0
Rx Unknown Ring              : 0
Rx Unknown Ring Node         : 0
Tx                           : 36763
Tx No Buffer                 : 0
Tx Transmission Failed       : 0
Tx Unknown Destination       : 0
Missed Configuration Events  : 0
Missed BFD Events            : 0
==============================================================================
*A:ALA-48>show>redundancy>multi-chassis#
Table 64:  Mc-ring ring-node Command Field Descriptions 

Label

Description

Oper State

Displays the state of the connection verification (both local and remote).

notProvisioned — Connection verification is not provisioned.

configErr — Connection verification is provisioned but a configuration error prevents it from operating properly.

notTested — Connection verification is administratively disabled or is not possible in the current situation.

testing — Connection Verification is active, but no results are yet available.

connected — The ring node is reachable.

disconnected — Connection verification has timed out.

In Use

Displays “True” if the ring node is referenced on an e-pipe or as an inter-dest-id on a static host or dynamic lease.

Table 65:  Mc-ring global-statistics Command Field Descriptions 

Label

Description

Rx

Displays the number of MC-ring signaling packets were received by this system.

Rx Too Short

Displays the number of MC-ring signaling packets were received by this system that were too short.

Rx Wrong Authentication

Displays the number of MC-ring signaling packets were received by this system with invalid authentication.

Rx Invalid TLV

Displays the number of MC-ring signaling packets were received by this system with invalid TLV.

Rx Incomplete

Displays the number of MC-ring signaling packets were received by this system that were incomplete.

Rx Unknown Type

Displays the number of MC-ring signaling packets were received by this system that were of unknown type.

Rx Unknown Peer

Displays the number of MC-ring signaling packets were received by this system that were related to an unknown peer.

Rx Unknown Ring

Displays the number of MC-ring signaling packets were received by this system that were related to an unknown ring.

Rx Unknown Ring Node

Displays the number of MC-ring signaling packets were received by this system that were related to an unknown ring node.

Tx

Displays the number of MC-ring signaling packets were transmitted by this system.

Tx No Buffer

Displays the number of MC-ring signaling packets could not be transmitted by this system due to a lack of packet buffers.

Tx Transmission Failed

Displays the number of MC-ring signaling packets could not be transmitted by this system due to a transmission failure.

Tx Unknown Destination

Displays the number of MC-ring 'unknown destination' signaling packets were transmitted by this system.

Missed Configuration Events

Displays the number of missed configuration events on this system.

Missed BFD Events

Displays the number of missed BFD events on this system.

sync

Syntax 
sync [peer ip-address]
sync peer ip-address detail
sync [peer ip-address] statistics
Context 
show>redundancy>multi-chassis
Description 

This command displays synchronization information.

Parameters 
ip-address—
Shows peer information about the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

detail—
Displays detailed peer information.
statistics—
Displays peer statistics.
Output 

See the following sections for sample output:

The following output is an example of multi-chassis sync information, and Table 66 describes the output fields.

Multi-Chassis Sync Sample Output
*A:subscr_mgt_2# show redundancy multi-chassis sync 
===============================================================================
Multi-chassis Peer Table
===============================================================================
Peer
-------------------------------------------------------------------------------
Peer IP Address         : 10.10.10.20                                          
Description             : Mc-Lag peer 10.10.10.20
Authentication          : Disabled                                             
Source IP Address       : 0.0.0.0                                              
Admin State             : Enabled                                              
-------------------------------------------------------------------------------
Sync-status
-------------------------------------------------------------------------------
Client Applications     : SUBMGMT                                              
Sync Admin State        : Up                                                   
Sync Oper State         : Up                                                   
DB Sync State           : inSync                                               
Num Entries             : 1                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
Rem Num Entries         : 1                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
===============================================================================
A:subscr_mgt_2# 
Table 66:  Redundancy Multi-chassis Sync Field Descriptions 

Label

Description

Peer IP Address

Displays the multi-chassis redundancy peer.

Description

The text string describing the peer.

Authentication

If configured, displays the authentication key used between this node and the multi-chassis peer.

Source IP Address

Displays the source address used to communicate with the multi-chassis peer.

Admin State

Displays the administrative state of the peer.

Client Applications

Displays the list of client applications synchronized between SRs.

Sync Admin State

Displays the administrative state of the synchronization.

Sync Oper State

Displays the operation state of the synchronization.

DB Sync State

Displays the database state of the synchronization.

Num Entries

Displays the number of entries on local router.

Lcl Deleted Entries

Displays the number of deleted entries made at the local router.

Alarm Entries

Displays the alarm entries on the local router.

Rem Num Entries

Displays the number of entries on the remote router.

Rem Lcl Deleted Entries

Displays the number of locally deleting entries made by the remote router.

Rem Alarm Entries

Displays alarm entries on the remote router.

The following output is an example of multi-chassis sync peer information, and Table 67 describes the output fields.

Redundancy Multi-Chassis Sync Peer Sample Output
*A:subscr_mgt_2# show redundancy multi-chassis sync peer 10.10.10.20 
===============================================================================
Multi-chassis Peer Table
===============================================================================
Peer
-------------------------------------------------------------------------------
Peer IP Address         : 10.10.10.20                                          
Description             : Mc-Lag peer 10.10.10.20
Authentication          : Disabled                                             
Source IP Address       : 0.0.0.0                                              
Admin State             : Enabled                                              
-------------------------------------------------------------------------------
Sync-status
-------------------------------------------------------------------------------
Client Applications     : SUBMGMT                                              
Sync Admin State        : Up                                                   
Sync Oper State         : Up                                                   
DB Sync State           : inSync                                               
Num Entries             : 1                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
Rem Num Entries         : 1                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0 
===============================================================================
MCS Application Stats
===============================================================================
Application             : igmp                                                 
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : igmpSnooping                                         
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : subMgmt                                              
Num Entries             : 1                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 1                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : srrp                                                 
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
===============================================================================
*A:subscr_mgt_2# 
Table 67:  Redundancy Multi-chassis Sync Peer Field Descriptions 

Label

Description

Peer IP Address

Displays the multi-chassis redundancy peer.

Description

The text string describing the peer.

Authentication

If configured, displays the authentication key used between this node and the multi-chassis peer.

Source IP Address

Displays the source address used to communicate with the multi-chassis peer.

Admin State

Displays the administrative state of the peer.

Client Applications

Displays the list of client applications synchronized between SRs.

Sync Admin State

Displays the administrative state of the synchronization.

Sync Oper State

Displays the operation state of the synchronization.

DB Sync State

Displays the database state of the synchronization.

Num Entries

Displays the number of entries on local router.

Lcl Deleted Entries

Displays the number of deleted entries made at the local router.

Alarm Entries

Displays the alarm entries on the local router.

Rem Num Entries

Displays the number of entries on the remote router.

Rem Lcl Deleted Entries

Displays the number of locally deleting entries made by the remote router.

Rem Alarm Entries

Displays alarm entries on the remote router.

The following output is an example of multi-chassis sync detail information, and Table 68 describes the output fields.

Redundancy Multi-Chassis Sync Peer Detail Sample Output
*A:subscr_mgt_2# show redundancy multi-chassis sync peer 10.10.10.20 detail 
===============================================================================
Multi-chassis Peer Table
===============================================================================
Peer
-------------------------------------------------------------------------------
Peer IP Address         : 10.10.10.20                                          
Description             : Mc-Lag peer 10.10.10.20
Authentication          : Disabled                                             
Source IP Address       : 0.0.0.0                                              
Admin State             : Enabled                                              
-------------------------------------------------------------------------------
Sync-status
-------------------------------------------------------------------------------
Client Applications     : SUBMGMT                                              
Sync Admin State        : Up                                                   
Sync Oper State         : Up                                                   
DB Sync State           : inSync                                               
Num Entries             : 1                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
Rem Num Entries         : 1                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0 
===============================================================================
MCS Application Stats
===============================================================================
Application             : igmp                                                 
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : igmpSnooping                                         
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : subMgmt                                              
Num Entries             : 1                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 1                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
-------------------------------------------------------------------------------
Application             : srrp                                                 
Num Entries             : 0                                                    
Lcl Deleted Entries     : 0                                                    
Alarm Entries           : 0                                                    
-------------------------------------------------------------------------------
Rem Num Entries         : 0                                                    
Rem Lcl Deleted Entries : 0                                                    
Rem Alarm Entries       : 0                                                    
===============================================================================
Ports synced on peer 10.10.10.20
===============================================================================
Port/Encap                    Tag                                              
-------------------------------------------------------------------------------
lag-1                         test123                                          
===============================================================================
*A:subscr_mgt_2#
Table 68:  Redundancy Multi-chassis Sync Peer Detail Field Descriptions 

Label

Description  

Peer IP Address

Displays the multi-chassis redundancy peer.

Description

The text string describing the peer.

Authentication

If configured, displays the authentication key used between this node and the multi-chassis peer.

Source IP Address

Displays the source address used to communicate with the multi-chassis peer.

Admin State

Displays the administrative state of the peer.

Client Applications

Displays the list of client applications synchronized between routers.

Sync Admin State

Displays the administrative state of the synchronization.

Sync Oper State

Displays the operation state of the synchronization.

DB Sync State

Displays the database state of the synchronization.

Num Entries

Displays the number of entries on local router.

Lcl Deleted Entries

Displays the number of deleted entries made at the local router.

Alarm Entries

Displays the alarm entries on the local router.

Rem Num Entries

Displays the number of entries on the remote router.

Rem Lcl Deleted Entries

Displays the number of locally deleting entries made by the remote router.

Rem Alarm Entries

Displays alarm entries on the remote router.

synchronization

Syntax 
synchronization
Context 
show>redundancy
Description 

This command displays redundancy synchronization times.

Output 

The following output is an example of redundancy synchronization information.

Sample Output
A:ALA-48>show>redundancy# synchronization
===============================================================================
Synchronization Information
===============================================================================
Standby Status               : disabled
Last Standby Failure         : N/A
Standby Up Time              : N/A
Failover Time                : N/A
Failover Reason              : N/A
Boot/Config Sync Mode        : None
Boot/Config Sync Status      : No synchronization
Last Config File Sync Time   : Never
Last Boot Env Sync Time      : Never
===============================================================================
A:ALA-48>show>redundancy#

script-control

Syntax 
script-control
Context 
show>system
Description 

This command enables the context to display script information.

script

Syntax 
script [script-name] [owner script-owner]
Context 
show>system>script-control
Description 

This command displays script parameters.

Parameters 
script-name—
Displays information for the specified script. 32 characters maximum.
script-owner
Displays information for the specified script owner. 32 characters maximum.
Output 

The following output is an example of show script command information, and Table 69 describes the output fields.

Sample Output
A:sim1>show>system>script-control# script
===============================================================================
Script Information
===============================================================================
Script                       : test
Owner name                   : TiMOS CLI
Description                  : asd
Administrative status        : enabled
Operational status           : enabled
Script source location       : ftp://*****:******@192.168.100.1/home/testlab_bgp
                               /test1.cfg
Last script error            : none
Last change                  : 2015/01/07 17:10:03
=============================================================================== 
A:sim1>show>cron#
Table 69:  Show Script Output 

Label

Description  

Script

Displays the name of the script.

Script owner

Displays the owner name of script.

Administrative status

Enabled — Administrative status is enabled.

Disabled — Administratively disabled.

Operational status

Enabled — Operational status is enabled.

Disabled — Operationally disabled.

Script source location

Displays the location of scheduled script.

Last script error

Displays the system time of the last error.

Last change

Displays the system time of the last change.

script-policy

Syntax 
script-policy script-policy-name [owner owner-name]
script-policy run-history [run-state]
Context 
show>system>script-control
Description 

This command displays script policy information.

Parameters 
script-policy-name—
Displays policy information for the specified script. 32 characters maximum.
owner-name
Displays information for the specified script owner. 32 characters maximum.
Default—
TiMOS CLI
run-state—
Displays information for script policies in the specified state.
Values—
executing, initializing, terminated

 

Output 

The following output is an example of script policy information, and Table 70 describes the output fields.

Sample Output
*A:Redundancy# show system script-control script-policy run-history terminated
===============================================================================
Script-policy Run History
===============================================================================
Script policy "test"
Owner "TiMOS CLI"
-------------------------------------------------------------------------------
Script Run #17
-------------------------------------------------------------------------------
Start time : 2006/11/06 20:30:09 End time : 2006/11/06 20:35:24
Elapsed time : 0d 00:05:15 Lifetime : 0d 00:00:00
State : terminated Run exit code : noError
Result time : 2006/11/06 20:35:24 Keep history : 0d 00:49:57
Error time : never
Results file : ftp://*:*@192.168.15.18/home/testlab_bgp/cron/_20061106-203008.
out
Run exit : Success
-------------------------------------------------------------------------------
Script Run #18
-------------------------------------------------------------------------------
Start time : 2006/11/06 20:35:24 End time : 2006/11/06 20:40:40
Elapsed time : 0d 00:05:16 Lifetime : 0d 00:00:00
State : terminated Run exit code : noError
Result time : 2006/11/06 20:40:40 Keep history : 0d 00:55:13
Error time : never
Results file : ftp://*:*@192.168.15.18/home/testlab_bgp/cron/_20061106-203523.
out
Run exit : Success
-------------------------------------------------------------------------------
*A:Redundancy#
 
*A:Redundancy# show system script-control script-policy run-history executing
===============================================================================
Script-policy Run History
===============================================================================
Script policy "test"
Owner "TiMOS CLI"
-------------------------------------------------------------------------------
Script Run #20
-------------------------------------------------------------------------------
Start time : 2006/11/06 20:46:00 End time : never
Elapsed time : 0d 00:00:56 Lifetime : 0d 00:59:04
State : executing Run exit code : noError
Result time : never Keep history : 0d 01:00:00
Error time : never
Results file : ftp://*:*@192.168.15.18/home/testlab_bgp/cron/_20061106-204559.
out
===============================================================================
*A:Redundancy#
 
*A:Redundancy# show system script-control script-policy run-history initializing
===============================================================================
Script-policy Run History
===============================================================================
Script policy "test"
Owner "TiMOS CLI"
-------------------------------------------------------------------------------
Script Run #21
-------------------------------------------------------------------------------
Start time : never End time : never
Elapsed time : 0d 00:00:00 Lifetime : 0d 01:00:00
State : initializing Run exit code : noError
Result time : never Keep history : 0d 01:00:00
Error time : never
Results file : none
-------------------------------------------------------------------------------
Script Run #22
-------------------------------------------------------------------------------
Start time : never End time : never
Elapsed time : 0d 00:00:00 Lifetime : 0d 01:00:00
State : initializing Run exit code : noError
Result time : never Keep history : 0d 01:00:00
Error time : never
Results file : none
-------------------------------------------------------------------------------
Script Run #23
-------------------------------------------------------------------------------
Start time : never End time : never
Elapsed time : 0d 00:00:00 Lifetime : 0d 01:00:00
State : initializing Run exit code : noError
Result time : never Keep history : 0d 01:00:00
Error time : never
Results file : none
===============================================================================
*A:Redundancy#
Table 70:  Script Policy Output 

Label

Description 

Script policy

Displays the name of the script policy.

Script policy owner

Displays the name of the script policy owner.

Administrative status

Enabled — Administrative status is enabled.

Disabled — Administrative status is disabled.

Script

Displays the name of the script.

Script owner

Displays the name of the script owner.

Script source location

Displays the location of scheduled script.

Max running allowed

Displays the maximum number of allowed sessions.

Max completed run histories

Displays the maximum number of sessions previously run.

Max lifetime allowed

Displays the maximum amount of time the script may run.

Completed run histories

Displays the number of completed sessions.

Executing run histories

Displays the number of sessions in the process of executing.

Initializing run histories

Displays the number of sessions ready to run/queued but not executed.

Max time tun history saved

Displays the maximum amount of time to keep the results from a script run.

Last change

Displays the system time a change was made to the configuration.

uptime

Syntax 
uptime
Context 
show
Description 

This command displays the time since the system started.

Output 

The following output is an example of uptime information, and Table 71 describes the output field.

Sample Output
A:ALA-1# show uptime
System Up Time         : 11 days, 18:32:02.22 (hr:min:sec)
 
A:ALA-1#
Table 71:  Uptime Output 

Label

Description

System Up Time

Displays the length of time the system has been up in days, hr:min:sec format.

switch-fabric

Syntax 
switch-fabric [exclude-sfm sfm-list]
switch-fabric high-bandwidth-multicast
Context 
show>system
Description 

This command displays switch fabric information. When an MDA is not provisioned in an XCM, no information will be displayed relating to that MDA. In order to display the forwarding capacity and multicast planes corresponding to that MDA, regardless of whether an XMA is equipped, an mda-type must be provisioned for that MDA.

Parameters 
sfm-list—
Specifies which SFMs to exclude from the displayed information.
Values—
“A”, “B”, “A,B”, “1”, “2”, and “1,2”

 

high-bandwidth-multicast—
Displays MDA information about the switch-fabric plane’s high bandwidth multicast traffic tap allocation.
Output 

The following output is an example of switch fabric information for 12-slot and 7-slot chassis models, and Table 72 describes the output fields.

Sample Output

The following is an example for the 7750 SR:

 
A:ALA-7# show system switch-fabric 
==============================================================================
Switch Fabric
==============================================================================
Slot/Mda       Min. Forwarding Capacity      Max. Forwarding Capacity
------------------------------------------------------------------------------
1/1            100%                          100%
1/2            100%                          100%
2/1            100%                          100%
2/2            100%                          100%
3/1            100%                          100%
3/2            100%                          100%
4/1            100%                          100%
4/2            100%                          100%
5/1            100%                          100%
5/2            100%                          100%
A              100%                          100%
B              100%                          100%
==============================================================================
A:ALA-7# 
 
A:ALA-12# show system switch-fabric 
Table 72:  Switch Fabric Output 

Label

Description

Slot/MDA

Displays the fabric slot within a chassis in the system. The CPM cards and XCM/IOM cards cannot be physically inserted into the switch fabric card slots.

Min. Forwarding Capacity

Displays the minimum forwarding capacity of the slot and XMA/MDA as a percentage.

Max. Forwarding Capacity

Displays the maximum forwarding capacity of the slot and XMA/MDA as a percentage.

sync-if-timing

Syntax 
sync-if-timing [cpm-slot]
Context 
show>system
Description 

This command displays synchronous interface timing operational information.

Parameters 
cpm-slot—
Specifies the system CPM slot.
Values—
standby, A, B

 

Output 

The following output is an example of sync-if-timing information, and Table 73 describes the output fields.

Sample Output

The following system example shows:

  1. sync-if timing, or
  2. sync-if-timing “A” when the SETS reference on the active CPM-A locks to BITS A, or
  3. sync-if-timing “B” when the SETS reference on the active CPM-B locks to BITS A

Note:

The following output applies only to the 7750 SR-1e/2e/3e and 7950 XRS-16/20/40 platforms.

 
*A:Dut-B# show system sync-if-timing or show system sync-if-timing "A"
===============================================================================
System Interface Timing Operational Info
===============================================================================
System Status CPM A                : Master Locked
    Reference Input Mode           : Revertive
    Quality Level Selection        : Disabled
    Reference Selected             : BITS A
    System Quality Level           : prc
    Current Frequency Offset (ppm) : +0
    Input Minimum Quality Level    : st3
    Wait to Restore Timer          : Disabled
 
Reference Order                    : bits ref1 ref2
 
Reference Input 1
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 1/1/5
 
Reference Input 2
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 3/1/5
 
Reference BITS A
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : Yes
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
 
Reference BITS B
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
===============================================================================

The following system example shows:

  1. sync-if timing standby, or
  2. sync-if-timing “B” when the SETS reference on the standby CPM-B locks to Mate CPM (BITS A), or
  3. sync-if-timing “A” when the SETS reference on the standby CPM-A locks to Mate CPM (BITS A)

Note:

The following output applies only to the 7750 SR-1e/2e/3e and 7950 XRS-16/20/40 platforms.

 
---------------------------------------------------------------------------
*A:Dut-B# show system sync-if-timing standby or show system sync-if-timing "B"
===============================================================================
System Interface Timing Operational Info
===============================================================================
System Status CPM B                : Master Locked
    Reference Input Mode           : Revertive
    Quality Level Selection        : Disabled
    Reference Selected             : Mate CPM (BITS A)
    System Quality Level           : prc
    Current Frequency Offset (ppm) : +0sync-if-timing "A
    Input Minimum Quality Level    : st3
    Wait to Restore Timer          : Disabled
 
Reference Order                    : bits ref1 ref2
 
Reference Mate CPM
    Qualified For Use              : Yes
    Selected For Use               : Yes
 
Reference Input 1
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 1/1/5
 
Reference Input 2
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 3/1/5
 
Reference BITS A
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
 
Reference BITS B
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
===============================================================================

The following system example shows:

  1. sync-if timing, or
  2. sync-if-timing “A” when the SETS reference on the active CPM-A locks to BITS B, or
  3. sync-if-timing “B” when the SETS reference on the active CPM-B locks to BITS B

Note:

The following output applies only to the 7750 SR-1e/2e/3e and 7950 XRS-16/20/40 platforms.

 
--------------------------------------------------------------------
*A:Dut-B# show system sync-if-timing or show system sync-if-timing "A"
===============================================================================
System Interface Timing Operational Info
===============================================================================
System Status CPM A                : Master Locked
    Reference Input Mode           : Non-revertive
    Quality Level Selection        : Disabled
    Reference Selected             : BITS B
    System Quality Level           : prc
    Current Frequency Offset (ppm) : +0
    Input Minimum Quality Level    : st3
    Wait to Restore Timer          : Disabled
 
Reference Order                    : bits ref1 ref2
 
Reference Input 1
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 1/1/5
 
Reference Input 2
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 3/1/5
 
Reference BITS A
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     previous failure
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
 
Reference BITS B
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : Yes
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
===============================================================================

The following system example shows:

  1. sync-if timing standby, or
  2. sync-if-timing “B” when the SETS reference on the standby CPM-B locks to Mate CPM (BITS B), or
  3. sync-if-timing “A” when the SETS reference on the standby CPM-A locks to Mate CPM (BITS B)

Note:

The following output applies only to the 7750 SR-1e/2e/3e and 7950 XRS-16/20/40 platforms.

 
--------------------------------------------------------------------
*A:Dut-B# show system sync-if-timing standby or show system sync-if-timing "B"
===============================================================================
System Interface Timing Operational Info
===============================================================================
System Status CPM B                : Master Locked
    Reference Input Mode           : Non-revertive
    Quality Level Selection        : Disabled
    Reference Selected             : Mate CPM (BITS B)
    System Quality Level           : prc
    Current Frequency Offset (ppm) : +0
    Input Minimum Quality Level    : st3
    Wait to Restore Timer          : Disabled
 
Reference Order                    : bits ref1 ref2
 
Reference Mate CPM
    Qualified For Use              : Yes
    Selected For Use               : Yes
 
Reference Input 1
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 1/1/5
 
Reference Input 2
    Admin Status                   : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Source Port                    : 3/1/5
 
Reference BITS A
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     previous failure
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
 
Reference BITS B
    Input Admin Status             : up
    Rx Quality Level               : prc
    Quality Level Override         : none
    Qualified For Use              : Yes
    Selected For Use               : No
        Not Selected Due To        :     on standby
    Interface Type                 : E1
    Framing                        : PCM31 CRC
    Line Coding                    : HDB3
    SSM Bit                        : 8
    Output Admin Status            : up
    Output Minimum Quality Level   : st2
    Output Source                  : line reference
    Output Reference Selected      : ref1
    Output Squelch                 : Disabled
    Tx Quality Level               : prc
===============================================================================
Table 73:  System Timing Output 

Label

Description  

System Status CPM A/B

Indicates the present status of the synchronous timing equipment subsystem (SETS).

Not Present — Only shown on systems without central clocks (7450 ESS-1)

Master Freerun — The clock is in free-run because it hasn’t had a qualified input reference to lock to

Master Holdover — The clock was locked to an input reference but has lost all qualified input references and is in holdover.

Master Locked — The clock is locked to an input reference

Acquiring — The clock is training to a qualified input reference.

Reference Input Mode

Revertive — Indicates that for a re-validated or a newly validated reference source which has a higher priority than the currently selected reference has reverted to the new reference source.

Non-revertive — The clock cannot revert to a higher priority clock if the current clock goes offline.

Quality Level Selection

Indicates whether the ql-selection command has been enabled or disabled. If this command is enabled, then the reference is selected first using the QL value, then by the priority reference order. If this command is not enabled, then the reference is selected by the priority reference order.

Reference Selected

Indicates which reference has been selected:

  1. ref1, ref2 — (for all chassis)
  2. BITS A, BITS B:
    1. 7450 ESS-7/12
    2. 7750 SR-7/12
    3. 7750 SR-12e
    4. 7750 SR-1e/2e/3e
    5. 7750 SR-a4/8
    6. 7950 XRS-16/20
    7. 7950 XRS-40
  3. BITS C, BITS D - (7950 XRS-40)

  1. Mate CPM (BITS A), Mate CPM (BITS B) — show>system>sync-if-timing>standby:
    1. 7450 ESS-7/12
    2. 7750 SR-7/12
    3. 7750 SR-12e
    4. 7750 SR-1e/2e/3e
    5. 7750 SR-a4/8
    6. 7950 XRS-16/20
    7. 7950 XRS-40
  1. Mate CPM (BITS A), Mate CPM (BITS B) — show>system>sync-if-timing:
    1. 7450 ESS-7/12
    2. 7750 SR-7/12
    3. 7750 SR-12e
    4. 7750 SR-a4/8
  1. Mate CPM (none) - show>system>sync-if-timing>standby when standby locked to active which is freerun or holdover - (for all chassis)
  2. Mate CPM (ref1), Mate CPM (ref2) - show>system>sync-if-timing>standby when standby locked to active which is locked to ref1 or ref2:
    1. 7750 SR-7/12
    2. 7450 ESS-7/12
    3. 7750 SR-12e
    4. 7750 SR-1e/2e/3e
    5. 7750 SR-a4/8
    6. 7950 XRS-16/20/40
  3. BITS 1, BITS2 - (7750 SR-c4 only)

System Quality Level

Indicates the quality level being generated by the system clock.

Current Frequency Offset

This value indicates the offset that is applied within the central clock to align the local oscillator to the frequency of the selected input reference. The units for this value are parts per million (ppm).

This value should not be misinterpreted as an indicator of the frequency accuracy of the output of the central clock.

If the central clock is locked to a true Primary Reference Clock or Stratum 1 frequency reference, this value should report a number within the range [-5, +5] ppm.

Input Minimum Quality Level

The configured minimum acceptable QL to consider for use by the central clock.

Wait to Restore Timer

The configured timeout to use for the Wait to Restore timer.

Reference Order

ref1, ref2, bits — Indicates that the priority order of the timing references.

Reference Mate CPM

Data within this block represents the status of the timing reference provided by the Mate CPM. This will be the BITS input from the standby CPM.

Admin Status

down — The ref1 or ref2 configuration is administratively shutdown.

up — The ref1 or ref2 configuration is administratively enabled.

diag — Indicates the reference has been forced using the force-reference command.

Quality Level Override

Indicates whether the QL value used to determine the reference was configured directly by the user.

Rx Quality Level

Indicates the QL value received on the interface.

  1. inv — SSM received on the interface indicates an invalid code for the interface type.
  2. unknown — No QL value was received on the interface.

Qualified for Use

Indicates whether the reference has been qualified to be used as a source of timing for the node.

Not Qualified Due To

Indicates the reason why the reference has not been qualified:

  1. disabled
  2. LOS
  3. OOPIR
  4. OOF

Selected for Use

Indicates whether the method is presently selected.

Not Selected Due To

Indicates the reason why the method is not selected:

  1. disabled
  2. not qualified
  3. previous failure
  4. LOF
  5. AIS-L
  6. validating
  7. on standby
  8. ssm quality

Source Port

Identifies the Source port for the reference.

Interface Type

The interface type configured for the BITS port.

Framing

The framing configured for the BITS port.

Line Coding

The line coding configured for the BITS port.

Line Length

The line length value of the BITS output.

Output Admin Status

down — The BITS output is administratively shutdown.

up — The BITS output is administratively enabled.

Output Minimum Quality Level

The configured minimum acceptable QL to use for the BITSout signal.

Output Source

The source to be used to provide the signal on the BITS output port.

line reference — unfiltered recovered line reference.

internal clock — filtered node clock output.

Output Reference Selected

The reference selected as the source for the BITS output signal (ref1, ref2, or PTP).

Output Squelch

Indicates whether the squelch function for BITSout is enabled or disabled.

TX Quality Level

QL value for BITS output signal.

synchronization

Syntax 
synchronization
Context 
show>redundancy>synchronization
Description 

This command displays redundancy synchronization times.

Output 

The following output is an example of redundancy synchronization information, and Table 74 describes the output fields.

Sample Output
A:ALA-1>show>redundancy# synchronization
===============================================================================
Synchronization Information
===============================================================================
Standby Status               : disabled
Last Standby Failure         : N/A
Standby Up Time              : N/A
Failover Time                : N/A
Failover Reason              : N/A
Boot/Config Sync Mode        : None
Boot/Config Sync Status      : No synchronization
Last Config File Sync Time   : Never
Last Boot Env Sync Time      : Never
===============================================================================
A:ALA-1>show>redundancy#
Table 74:  Synchronization Output 

Label

Description

Standby Status

Displays the status of the standby CPM.

Last Standby Failure

Displays the timestamp of the last standby failure.

Standby Up Time

Displays the length of time the standby CPM has been up.

Failover Time

Displays the timestamp when the last redundancy failover occurred causing a switchover from active to standby CPM. If there is no redundant CPM card in this system or no failover has occurred since the system last booted, the value will be 0.

Failover Reason

Displays a text string giving an explanation of the cause of the last redundancy failover. If no failover has occurred, an empty string displays.

Boot/Config Sync Mode

Displays the type of synchronization operation to perform between the primary and secondary CPMs after a change has been made to the configuration files or the boot environment information contained in the boot options file (BOF).

Boot/Config Sync Status

Displays the results of the last synchronization operation between the primary and secondary CPMs.

Last Config File Sync Time

Displays the timestamp of the last successful synchronization of the configuration files.

Last Boot Env Sync Time

Displays the timestamp of the last successful synchronization of the boot environment files.

5.17.2.2. Debug Commands

sync-if-timing

Syntax 
sync-if-timing
Context 
debug
Description 

The context to debug synchronous interface timing references.

force-reference

Syntax 
force-reference {ref1 | ref2 | bits | bits1 | bits2 | bitsa | bitsb | ptp}
no force-reference
Context 
debug>sync-if-timing
Description 

This command allows an operator to force the system synchronous timing output to use a specific reference.

The debug sync-if-timing force-reference command should only be used to test and debug problems. Network synchronization problems may appear if network elements are left with this manual override setting. Once the system timing reference input has been forced, it may be cleared using the no force-reference command.

This command also clears the Wait-to-Restore state of the reference so that the reference can be selected.

The CPM clock can be forced to use a specific input reference using the force-reference command.

When the command is executed, the CPM clock on the active CPM immediately switches its input reference to that specified by the command. If the specified input is not available (shutdown), or in a disqualified state, the CPM clock shall use the next qualified input reference based on the selection rules.

This command also affects the BITS output port on the active CPM. If the BITS output port selection is set to line-reference and the reference being forced is not the BITS input port, then the system uses the forced reference to generate the signal out the BITS output port. If the BITS output port selection is set to internal-clock, then the system uses the output of the CPM clock to generate the signal for the BITS output port.

On a CPM activity switch, the force command is cleared and normal reference selection is determined.

Debug configurations are not saved between reboots.

The 7750 SR-c4 has two BITS input ports on the CFM. The force reference command on this system allows the selection of the specific port.

7750 SR-c4 CLI Syntax: debug>sync-if-timing>force-reference {ref1 | ref2 | bits | bits1 | bits a | bits b}

Parameters 
ref1—
Specifies that the clock will use the first timing reference.
ref2—
Specifies that the clock will use the second timing reference.
bits—
Specifies that the clock will use the external network interface on the active CPM to be the highest priority input.
bits1—
(7750 SR-c4) Specifies that the clock will use the bits1 timing reference.
bits2—
(7750 SR-c4) Specifies that the clock will use the bits2 timing reference.
bitsa—
Specifies that the clock will use the bitsa timing reference.
bitsb—
Specifies that the clock will use the bitsb timing reference.
ptp—
Specifies that the clock will use the PTP slave as the timing reference (applies to the 7450 ESS and 7750 SR).

system

Syntax 
[no] system
Context 
debug
Description 

This command displays system debug information.

http-connections

Syntax 
http-connections [ip-address/prefix-length]
http-connections any
http-connections [ipv6-address/prefix-length]
no http-connections
Context 
debug>system
Description 

This command displays HTTP connections debug information.

Parameters 
ip-address/prefix-length—
Displays information for the specified host IP address and prefix length.
Values—
ip-address: a.b.c.d
prefix-length: 0 to 32

 

any—
Specifies that any address can be used.
ipv6-address/prefix-length—
Displays information for the specified host IPv6 address and prefix length.
Values—
ipv6-address:
  1. x:x:x:x:x:x:x:x: (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x [0 to FFFFF] H
  4. d [0 to 255] D
prefix-length: 0 to 128

 

ntp

Syntax 
ntp [router router-instance] [interface ip-int-name]
Context 
debug>system
Description 

This command enables and configures debugging for NTP.

The no form of the command disables debugging for NTP.

Parameters 
router-instance—
Specifies the router name or CPM router instance.
Values—
router-name | vprn-svc-id
router-name – “Base”, “management”
vprn-svc-id – 1 to 2147483647

 

Default—
Base
ip-int-name—
Specifies the name of the IP interface. The name can be up to 32 characters and must begin with a letter. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.

persistence

Syntax 
persistence [persistence-client]
no persistence
Context 
debug>system
Description 

This command displays persistence debug information.

Parameters 
persistence-client—
Displays persistence debug information.
Values—

ancp

ANCP

application-as

application-assurance

dhcp-server

local DHCP server

nat-fwds

NAT port forwarding

python-policy

Python Cache

submgt

subscriber management

 

5.17.2.3. Tools Commands

redundancy

Syntax 
redundancy
Context 
tools>dump
Description 

This command enables the context to dump redundancy parameters.

multi-chassis

Syntax 
multi-chassis
Context 
tools>dump>redundancy
Description 

This command enables the context to dump multi-chassis parameters.

mc-endpoint

Syntax 
mc-endpoint peer ip-address
Context 
tools>dump>redundancy>multi-chassis
Description 

This command dumps multi-chassis endpoint information.

Parameters 
ip-address
Specifies the peer’s IP address.
Output 

The following output is an example of multi-chassis peer endpoint information.

Sample Output
*A:Dut-B# tools dump redundancy multi-chassis mc-endpoint peer 10.1.1.3 
MC Endpoint Peer Info
    peer addr                    : 10.1.1.3
    peer name                    : Dut-C
    peer name refs               : 1
    src addr conf                : Yes
    source addr                  : 10.1.1.2
    num of mcep                  : 1
    num of non-mcep              : 0
    own sess num                 : 58ba0d39
    mc admin state               : Up
    tlv own mc admin state       : Up
    tlv peer mc admin state      : Up
    reachable                    : Yes
 
    own sys priority             : 50
    own sys id                   : 00:03:fa:72:c3:c0
    peer sys priority            : 21
    peer sys id                  : 00:03:fa:c6:31:f8
    master                       : No
 
    conf boot timer              : 300
    boot timer active            : No 
    conf ka intv                 : 10
    conf hold on num of fail     : 3
    tlv own ka intv              : 10
    tlv peer ka intv             : 10
    ka timeout tmr active        : Yes
    ka timeout tmr intvl         : 20
    ka timeout tmr time left     : 4
    peer ka intv                 : 10
    mc peer timed out            : No
 
    initial peer conf rx         : Yes
    peer-mc disabled             : No
    initial peer conf sync       : Yes
    peer conf sync               : Yes
 
    own passive mode             : Disable
    peer passive mode            : No
 
    retransmit pending           : No
    non-mcep retransmit pending  : No
    retransmit intvl             : 5
    last tx time                 : 1437130
    last rx time                 : 1437156
 
    own bfd                      : Enable
    peer bfd                     : Enable
    bfd vrtr if                  : 2
    bfd handle                   : 1
    bfd state                    : 3
    bfd code                     : 0
 
*A:Dut-B#

mc-ring

Syntax 
mc-ring
mc-ring peer ip-address [ring sync-tag]
Context 
tools>dump>redundancy>multi-chassis
Description 

This command dumps multi-chassis ring information.

Parameters 
ip-address
Specifies the peer IP address.
sync-tag
Specifies the ring’s synchronization tag created in the config>redundancy>mc>peer>mcr> ring context. The tag can be up to 32 characters.

srrp-sync-database

Syntax 
srrp-sync-database [instance instance-id] [peer ip-address]
Context 
tools>dump>redundancy>multi-chassis
Description 

This command dumps SRRP database information and applies to the 7450 ESS.

Parameters 
ip-address
Specifies the peer’s IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

instance-id
Dumps information for the specified Subscriber Router Redundancy Protocol instance configured on this system.
Values—
1 to 4294967295

 

sync-database

Syntax 
sync-database [peer ip-address] [port port-id | lag-id] [sdp sdp-id] [sync-tag sync-tag] [application application] [detail] [type type]
Context 
tools>dump>redundancy>multi-chassis
Description 

This command dumps MCS database information.

Parameters 
ip-address
Specifies the peer’s IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

port-id | lag-id
Indicates the port or LAG ID to be synchronized with the multi-chassis peer.
Values—
port-id: slot/mda/port
lag-id: lag-id
  1. lag: keyword
  2. id: 1 to 800
  3. pw-id: pw-id
  4. pw: keyword
  5. id: 1 to 32767

 

sdp-id—
Specifies the SDP identifier.
Values—
1 to 32767

 

sync-tag
Specifies a synchronization tag to be used while synchronizing this port with the multi-chassis peer, up to 32 characters.
application
Specifies a particular multi-chassis peer synchronization protocol application.
Values—

dhcp-server:

local dhcp server

igmp:

Internet group management protocol

igmp-snooping:

igmp-snooping

mc-ring

multi-chassis ring

12tp

L2TP

mld

multicast listener discovery

mld-snooping:

multicast listener discovery-snooping

srrp:

simple router redundancy protocol

sub-host-trk:

subscriber host tracking

sub-mgmt-ipoe:

subscriber management for IPoE

sub-mgmt-pppoe

subscriber management for PPPoE

mc-ipsec

multi-chassis IPsec

python

Python cache

diameter-proxy

diameter proxy

pim-snpg-sap

protocol independent multicast snooping for SAP

pim-snpg-sdp

protocol independent multicast snooping for SDP

 

type
Indicates the locally deleted or alarmed deleted entries in the MCS database per multi-chassis peer.
Values—
alarm-deleted, local-deleted, global-deleted, omcr-standby, omcr-alarmed

 

detail—
Displays detailed information.

src-bmac-lsb

Syntax 
src-bmac-lsb
Context 
tools>dump>redundancy
Description 

This command dumps PBB source Backbone MAC address LSB information.

resource-usage

Syntax 
resource-usage
Context 
tools>dump
Description 

This command enables the context to display system resource information, such as policers, including data for total, available, and free numbers for each resource.

card

Syntax 
card [slot-num]
card [slot-num] all
Context 
tools>dump>resource-usage
Description 

This command displays resource information for cards.

Parameters 
slot-num—
Specifies a card slot.
Values—
1 to 10

 

all—
Displays all available information for the card, including resource usage information for all child objects of the card such as FPs and MDAs.

fp

Syntax 
fp [fp-number]
Context 
tools>dump>resource-usage>card
Description 

This command displays resource information for FPs.

Parameters 
fp-number—
Specifies an FP.
Values—
1 to 6

 

mda

Syntax 
mda [mda-slot]
Context 
tools>dump>resource-usage>card
Description 

This command displays resource information for MDAs.

Parameters 
mda-slot—
Specifies an MDA slot.
Values—
1 to 2

 

system

Syntax 
system [all]
Context 
tools>dump>resource-usage
Description 

This command displays resource information for resources that are managed at the system level.

Parameters 
all—
Displays all system resource usage information, as well as resource usage information for all cards, FPs, and MDAs in the system.

system-resources

Syntax 
system-resources [slot-number]
Context 
tools>dump
Description 

The system-resources command has been deprecated and replaced by the tools>dump>resource-usage command. The system-resources command continues to be supported, but it is recommended to use the resource-usage command instead.

This command displays system resource information.

Parameters 
slot-number—
Specifies a specific slot to view system resources information.
Values—
1 to 10

 

chassis

Syntax 
chassis [phys-chassis-id]
Context 
tools>perform
Description 

The following command performs chassis maintenance operations.

Parameters 
phys-chassis-id—
The identifier of the physical chassis for the tools perform context.
Values—
1

 

check-bp-eprom

Syntax 
check-bp-eprom
Context 
tools>perform>chassis
Description 

This command checks the chassis BP EPROM. The function reads the EPROM and is corrected with one of the following:

  1. for each SEEP that is found to be acceptable or can be corrected:
    “BP eprom X: ok” with X = seep number
  2. for each SEEP that is found to be unacceptable and cannot be corrected:
    “BP eprom X: not ok”

set-role

Syntax 
set-role {extension | master | standalone}
Context 
tools>perform>chassis
Description 

This command sets the role of the 7950 XRS chassis from which the command is invoked.

  1. When run on a standalone chassis this will update the EEPROM on the (one) Chassis backplane.
  2. Master and Extension chassis are blocked if any SFMs are configured as type sfm-x20 (must be sfm-x20-b). The following message displays:
  3. When the extension option is specified, the chassis will immediately reboot as part of the command. The following warning and prompt will be provided:
    WARNING: You are about to provision the chassis as an XRS-40 Extension chassis. 
    This chassis will immediately reboot after the command is executed. No CLI shell is 
    available directly on an Extension chassis. An Extension chassis will not completely
     boot up unless it is properly cabled to and controlled by an XRS-40 Master 
    chassis. Do you wish to proceed (yes/no) ?
  4. When the master option is specified, the chassis will immediately reboot as part of the command. The Operational mode is not changed until a reboot is performed. The following warning and prompt will be provided:
    WARNING: You are about to provision the chassis as an XRS-
    40 Master chassis. This chassis will immediately reboot after the command is 
    execute
     
    Do you wish to proceed (yes/no) ?
  5. When the master or extension options are specified and the chassis has any SFM slots with a configured type of sfm-x20, then the command will fail with the following message:
    Configured sfm-type of sfm-x20 is not compatible with XRS-40 mode operation.
    If you want to change the role of the chassis anyways, you can deconfigure the SFMs and then change the role.

redundancy

Syntax 
redundancy
Context 
tools>perform
Description 

This command enables the context to display redundancy information.

forced-single-sfm-overload

Syntax 
[no] forced-single-sfm-overload
Context 
tools>perform>redundancy
Description 

This command forces the single-sfm-overload state on or off.

issu-post-process

Syntax 
issu-post-process
Context 
tools>perform>redundancy
Description 

This command allows requests for new LSPs.

mgmt-ethernet

Syntax 
mgmt-ethernet
Context 
tools>perform>redundancy
Description 

This command triggers redundancy mode, just as if the management Ethernet port of the primary CPM has gone down. The router will revert if the management Ethernet port of the primary CPM has been up for the revert duration.

force-switch

Syntax 
force-switch {primary | secondary} {client-port-id | uplink-port-id}
Context 
tools>perform>satellite
Description 

This command forces traffic to be switched away from either the primary or secondary uplink depending on which option is specified.

If a client port is specified then only the specified client port is switched to the alternate uplink.

If an uplink is specified, then all client ports associated with that uplink are switched from the specified uplink.

Parameters 
primary—
Specifies that traffic will be switched away from the current primary uplink for the specified access ports.
secondary—
Specifies that traffic will be switched away from the current secondary uplink for the specified access ports.
client-port-id —
Specifies the satellite client port associated with the port mapping, in the format esat-id/slot/port or tsat-id/slot/port.
uplink-port-id —
Specifies the primary satellite uplink to be associated with the client port, in the format esat-id/slot/uport where id is 1 to 20.

mixed-mode-upgrade

Syntax 
mixed-mode-upgrade [slot-list] [now]
Context 
tools>perform>system
Description 

This command initiates the upgrade process to enable mixed-mode in a 7450 ESS-7 or ESS-12.

Executing this command will (as one action), enable the system state of mixed-mode and enable SR capabilities on the IOMs or IMMs located in the slots specified in the slot list. This will result in rebooting of the IOMs and IMMs located in the specified slots.

If any of the slots contain 7450 ESS IOMs, this command will fail.

This command can only be used to enable the mixed-mode state. It can not be used to reverse the state.

Parameters 
slot-list—
Specifies a list of slots to be upgraded to 7750 IOM/IMM functionality. This parameter is required to modify the mode in which the IOM/IMMs function and will require a reboot of the IOM/IMMs in the designated slot.
now—
Forces the command to be executed immediately without further question (optional). If this keyword is not present, then the user will be presented with a question to ensure they understand that as a result of this command, the associated slots will be reset immediately to enable mixed mode.

system

Syntax 
system
Context 
tools>perform
Description 

This command is a tool for controlling the system.

auto-node-provisioning

Syntax 
auto-node-provisioning
Context 
tools>perform>system
Description 

This command initiates auto-provisioning of the node on all ports that are operationally up but do not have an IP address.

bluetooth

Syntax 
bluetooth
Context 
tools>perform>system
Description 

This command enters the context for tools commands related to the Bluetooth interface.

module

Syntax 
module cpm-slot action {reboot | disconnect}
Context 
tools>perform>system>bluetooth
Description 

This command performs reboots or disconnects on the Bluetooth module on the specified CPM.

Parameters 
cpm-slot—
Specifies the CPM slot
Values—
{A | B | C | D}

 

reboot—
triggers a reboot of the Bluetooth subsystem on the module.
disconnect—
forces a disconnect of any active Bluetooth session.

ipv4

Syntax 
ipv4 [timeout seconds] [dhcp-client-identifier {string ascii-string | hex hex-string | serial-number}] [force-reboot-on-success] [save-provision-file-destination file-url]
Context 
tools>perform>system>auto-node-provisioning
Description 

This command initiates the IPv4 auto-provisioning of the node on all the ports that have an operationally up port but no IP address.

Parameters 
seconds—
DHCP request timeout period, before the system tries the next interface. Within this timeout, the DHCP client tries to retransmit the DHCP request with randomized exponential backoff (RFC 2131). This randomized exponential backoff begins at 2 s and goes to 64 s (2,4,8,32,64,64,64,64). After 64 seconds, the system will retry every 64 s.
Values—
1 to 65535 seconds

 

Default—
10
ascii-string—
DHCP client identifier in ASCII format, up to 127 characters long.
hex-string—
DHCP client identifier in hexadecimal format, up to 254 hexadecimal nibbles long.
Values—
0x0 to 0xFFFFFFFF

 

file-url—
The file URL as a local-url. The local file or folder name should not exceed 99 characters).

local-url

[cflash-id/][file-path]

cflash-id

cf1:, cf1-A:, cf1-B:, cf2:, cf2-A:, cf2-B:, cf3:, cf3-A:, cf3-B:

sfm-interco-test

Syntax 
sfm-interco-test [sfm x]
Context 
tools>perform>system>inter-chassis>
Description 

Use this command to run inter-chassis SFM loopback tests for the 7950 XRS.

Run on an out-of-service standalone chassis that will later become the Extension chassis of an XRS-40 system. The out of service chassis (Chassis 1 – future Master chassis) must be connected by means of SFM interconnect links (cable bundles) before this test is run. This test operates without requiring any XCMs in either chassis, but they can be present.

The test should not be initiated from Chassis 1.

The following conditions must be satisfied for the test to be permitted:

  1. The system must be in standalone mode; error message:
        The test can only be performed on a standalone system
 
  1. The system must have only XRS-40 compatible SFMs provisioned; error message:
        The chassis can not have SFMs with a configured type of sfm-x20s-b
        when performing the test
 
  1. All provisioned SFMs must be operational; error message:
All provisioned SFMs must be operational before performing the test
  1. The same test cannot be running in another session (i.e. only one test can be executed at a time); error message:
        The test is already in-progress in another session
 

Other notes (which are also relayed to the operator when the test is attempted):

  1. All provisioned XCMs will be reset at the start of the test and will be held in the booting state until the test has completed.
  2. All SFMs will be cleared when the operator exits the test. This will trigger a reset of the XCMs and the standby CPM.
Output 

The following output is an example of SFM interconnection test information.

Sample Output
*A:Dut-A# tools perform system inter-chassis sfm-interco-test 
WARNING: This test is intended for an out-of-service standalone chassis that is
going to later become the extension chassis of an XRS-40 system.
 
At the start of the test, all provisioned IOMs will be reset and will be held
in the 'booting' state until the test has completed.
 
While the test is running avoid altering this system or the attached system
(e.g. do not shutdown, clear, or remove the CPMs/SFMs/IOMs and do not issue
CPM switchovers)
 
Once testing has completed all SFMs in this system will be cleared.
 
Do you wish to proceed (y/n)? y 
Clearing provisioned IOMs ... 
Test executing ... 
Displaying results
 
===============================================================================
SFM Interconnect Port Summary
===============================================================================
SFM   SFM            IcPort  IcPort         Module    Degrade   Miscon Info
      Oper State     Num     Oper State     Inserted  State     SFM  IcPort
-------------------------------------------------------------------------------
1     up             1       up             yes       none      
1     up             2       up             yes       none      
1     up             3       up             yes       none      
1     up             4       up             yes       none      
1     up             5       up             yes       none      
1     up             6       up             yes       none      
1     up             7       up             yes       none      
1     up             8       up             yes       none      
1     up             9       up             yes       none      
1     up             10      up             yes       none      
1     up             11      up             yes       none      
1     up             12      up             yes       none      
1     up             13      up             yes       none      
1     up             14      up             yes       none      
2     up             1       up             yes       none      
2     up             2       up             yes       none      
2     up             3       up             yes       none      
2     up             4       up             yes       none      
2     up             5       up             yes       none      
2     up             6       up             yes       none      
2     up             7       up             yes       none      
2     up             8       up             yes       none      
2     up             9       up             yes       none      
2     up             10      up             yes       none      
2     up             11      up             yes       none      
2     up             12      up             yes       none      
2     up             13      up             yes       none      
2     up             14      up             yes       none      
3     up             1       up             yes       none      
3     up             2       up             yes       none      
3     up             3       up             yes       none      
3     up             4       up             yes       none      
3     up             5       up             yes       none      
3     up             6       up             yes       none      
3     up             7       up             yes       none      
3     up             8       up             yes       none      
3     up             9       up             yes       none      
3     up             10      up             yes       none      
3     up             11      up             yes       none      
3     up             12      up             yes       none      
3     up             13      up             yes       none      
3     up             14      up             yes       none      
4     up             1       up             yes       none      
4     up             2       up             yes       none      
4     up             3       up             yes       none      
4     up             4       up             yes       none      
4     up             5       up             yes       none      
4     up             6       up             yes       none      
4     up             7       up             yes       none      
4     up             8       up             yes       none      
4     up             9       up             yes       none      
4     up             10      up             yes       none      
4     up             11      up             yes       none      
4     up             12      up             yes       none      
4     up             13      up             yes       none      
4     up             14      up             yes       none      
5     up             1       up             yes       none      
5     up             2       up             yes       none      
5     up             3       up             yes       none      
5     up             4       up             yes       none      
5     up             5       up             yes       none      
5     up             6       up             yes       none      
5     up             7       up             yes       none      
5     up             8       up             yes       none      
5     up             9       up             yes       none      
5     up             10      up             yes       none      
5     up             11      up             yes       none      
5     up             12      up             yes       none      
5     up             13      up             yes       none      
5     up             14      up             yes       none      
6     up             1       up             yes       none      
6     up             2       up             yes       none      
6     up             3       up             yes       none      
6     up             4       up             yes       none      
6     up             5       up             yes       none      
6     up             6       up             yes       none      
6     up             7       up             yes       none      
6     up             8       up             yes       none      
6     up             9       up             yes       none      
6     up             10      up             yes       none      
6     up             11      up             yes       none      
6     up             12      up             yes       none      
6     up             13      up             yes       none      
6     up             14      up             yes       none      
7     up             1       up             yes       none      
7     up             2       up             yes       none      
7     up             3       up             yes       none      
7     up             4       up             yes       none      
7     up             5       up             yes       none      
7     up             6       up             yes       none      
7     up             7       up             yes       none      
7     up             8       up             yes       none      
7     up             9       up             yes       none      
7     up             10      up             yes       none      
7     up             11      up             yes       none      
7     up             12      up             yes       none      
7     up             13      up             yes       none      
7     up             14      up             yes       none      
8     up             1       up             yes       none      
8     up             2       up             yes       none      
8     up             3       up             yes       none      
8     up             4       up             yes       none      
8     up             5       up             yes       none      
8     up             6       up             yes       none      
8     up             7       up             yes       none      
8     up             8       up             yes       none      
8     up             9       up             yes       none      
8     up             10      up             yes       none      
8     up             11      up             yes       none      
8     up             12      up             yes       none      
8     up             13      up             yes       none      
8     up             14      up             yes       none      
===============================================================================
 
Correct any mis-cabling and replace any suspected faulty equipment. Press Q to
quit the test or any other key to run the test again. q 
Test complete, clearing the SFMs to return them to normal operational state.
Done. Exiting test.

script-control

Syntax 
script-control
Context 
tools>perform>system
Description 

This command performs script-control operations.

script-policy

Syntax 
script-policy
Context 
tools>perform>system>script-control
Description 

This command performs script-policy operations.

stop

Syntax 
stop [script-policy-name] [owner script-policy-owner] [all]
Context 
tools>perform>system>script-control>script-policy
Description 

This command stops the execution of scripts.

Parameters 
script-policy-name—
Specifies to only stop scripts with the specified script-policy, up to 32 characters.
script-policy-owner—
Specifies to only stop scripts that are associated with script-policies with the specified owner, up to 32 characters.
Default—
TiMOS CLI
all—
Specifies to stop all running scripts.

set-fabric-speed

Syntax 
set-fabric-speed speed
Context 
tools>perform>system
Description 

This command sets fabric speed for the 7750 SR-7/12/12e, 7450 ESS-7/12 or 7950 XRS-20/20e. With the introduction of the T3 and T4 generations of fabric switching, this command is necessary to define the mode of operation of the system.

Default 

set-fabric-speed fabric-speed-a (for the 7750 SR and 7450 ESS systems)

set-fabric-speed none (for the 7950 XRS systems)

Parameters 
speed—
Specifies the system fabric-speed.
Values—
fabric-speed-a — The 7750 SR-7/12/12e and 7450 ESS-7/12 chassis default is fabric-speed-a when initially deployed. The chassis operates as: 100 Gb/s per slot for ESS/SR-7/12 and 200 Gb/s per slot for SR-12e. This permits a mixture of FP2 and FP3-based cards to co-exist.
fabric-speed-b — Enables the 7750 SR-7/12 and 7450 ESS-7/12 to operate at up to 200 Gb/s, and the 7750 SR-12e to operate up to 400 Gb/s. All cards in the system are required to be T3-based (FP3 IMM, IOM3-XP-C, or newer). The system does not support any FP2-based cards when the chassis is set to fabric-speed-b.
Note: For the 7750 SR-7/12 and 7450 ESS-7/12, the chassis must have a manufacturing date of 2008 or later (show chassis detail).
none — The 7950 XRS-20/20e chassis defaults to none when initially deployed. This permits the operation of FP3-based cards only.
fabric-speed-c — Enables the 7950 XRS-20/20e to use both FP3-based and FP4-based cards. This speed is mandatory if FP4 cards are used.

 

snmp

Syntax 
snmp
Context 
tools>perform>system
Description 

This command displays SNMP information.

walk

Syntax 
walk [start-oid start-oid [start-oid]] [skip-oid skip-oid [skip-oid]] [output file-url] [syntax syntax]
Context 
tools>perform>system>snmp
Description 

This command performs SNMP MIB walk.

Parameters 
start-oid—
Specifies the starting SNMP MIB object identifier for the MIB walk, up to 256 characters, and up to twenty MIB objects can be specified in a single statement.
Default—
1.3
skip-oid—
Specifies the MIB object identifier to be skipped during MIB walk, up to 256 characters, and up to twenty MIB objects can be specified in a single statement.
file-url—
Specifies the URL for the local file.
Values—
file-url: local-url | remote-url
local-url: [cflash-id/] [file-path] 200 characters max, including cflash-id directory length 99 characters max each
remote-url: [{ftp:// | tftp://}login:pswd@remote-locn/] [filepath]
remote-locn: [hostname | ipv4-address | ipv6-address]
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x [-interface]
  2. x:x:x:x:x:x:d.d.d.d [-interface]
  3. x – [0 to FFFFF] H
  4. d – [0 to 255] D
• interface: 32 characters max, for link local addresses
cflash-id: cf1: | cf1-A: | cf1-B: | cf2: | cf2-A: | cf2-B: | cf3: | cf3-A: | cf3-B:

 

syntax—
Specifies the syntax for the addresses.
Values—
hexString, inetAddress

 

xmpp

Syntax 
xmpp
Context 
tools>perform>system
Description 

This command displays XMPP information.

vsd-refresh

Syntax 
vsd-refresh
Context 
tools>perform>system>xmpp
Description 

This command performs VSD refresh operations.

5.17.2.4. Clear Commands

application-assurance

Syntax 
application-assurance
Context 
clear
Description 

This command clears application assurance commands.

group

Syntax 
group aa-group-id [:partition-id]
Context 
clear>application-assurance
Description 

This command clears application assurance group data.

Parameters 
aa-group-id—
Specifies a group of ISA MDAs.
Values—
1 to 255
 

 

partition-id—
Specifies a partition within a group.
Values—
1 to 65535

 

statistics

Syntax 
statistics
Context 
clear>application-assurance>group
Description 

This command clears application assurance statistics.

status

Syntax 
status
Context 
clear>application-assurance>group
Description 

This command clears application assurance system statistics.

redundancy

Syntax 
redundancy
Context 
clear
Description 

This command enables the context to clear redundancy parameters.

multi-chassis

Syntax 
multi-chassis
Context 
clear>redundancy
Description 

This command enables the context to clear multi-chassis parameters.

mc-endpoint

Syntax 
mc-endpoint endpoint [mcep-id] statistics
mc-endpoint statistics
mc-endpoint peer [ip-address] statistics
Context 
clear>redundancy>multi-chassis
Description 

This command clears multi-chassis endpoint statistics.

Parameters 
mcep-id
Clears information for the specified multi-chassis endpoint ID.
Values—
1 to 4294967295

 

ip-address
Clears information for the specified peer IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

statistics—
Clears statistics for this multi-chassis endpoint.

mc-lag

Syntax 
mc-lag [peer ip-address [lag lag-id]]
Context 
clear>redundancy>multi-chassis
Description 

This command clears multi-chassis Link Aggregation Group (LAG) information.

Parameters 
ip-address
Clears the specified address of the multi-chassis peer.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

lag-id
Clears the specified LAG on this system.
Values—
1 to 200

 

mc-ring

Syntax 
mc-ring
Context 
clear>redundancy>multi-chassis
Description 

This command clears multi-chassis ring data.

debounce

Syntax 
debounce peer ip-address ring sync-tag
Context 
clear>redundancy>multi-chassis
Description 

This command clears multi-chassis ring operational state debounce history.

Parameters 
ip-address—
Clears debounce history for the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

sync-tag
Clears debounce history for the specified sync tag.

ring-nodes

Syntax 
ring-nodes peer ip-address ring sync-tag
Context 
clear>redundancy>multi-chassis>mcr
Description 

This command clears multi-chassis ring unreferenced ring nodes.

Parameters 
ip-address—
Clears ring statistics for the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

sync-tag
Clears ring statistics for the specified sync tag.

statistics

Syntax 
statistics
Context 
clear>redundancy>multi-chassis>mc-ring
Description 

This command clears multi-chassis ring

global

Syntax 
global
Context 
clear>redundancy>multi-chassis>mc-ring>statistics
Description 

This command clears multi-chassis ring global statistics.

peer

Syntax 
peer ip-address
Context 
clear>redundancy>multi-chassis>mc-ring>statistics
Description 

This command clears multi-chassis ring peer statistics.

Parameters 
ip-address—
Clears ring peer statistics for the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

ring

Syntax 
ring peer ip-address ring sync-tag
Context 
clear>redundancy>multi-chassis>mc-ring>statistics
Description 

This command clears multi-chassis ring statistics.

Parameters 
ip-address—
Clears ring statistics for the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

sync-tag
Clears ring statistics for the specified sync tag. 32 characters maximum.

ring-node

Syntax 
ring-node peer ip-address ring sync-tag node ring-node-name
Context 
clear>redundancy>multi-chassis>mc-ring>statistics
Description 

This command clears multi-chassis ring statistics.

Parameters 
ip-address
Clears ring-node peer statistics for the specified IP address.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

sync-tag
Clears ring-node peer statistics for the specified synchronization tag. The tag can be up to 32 characters.
ring-node-name
Clears ring-node peer statistics for the specified ring node name. The ring node name can be up to 32 characters.

sync-database

Syntax 
sync-database peer ip-address all application application
sync-database peer ip-address port {port-id | lag-id} [sync-tag sync-tag] application application
sync-database peer ip-address sdp sdp-id [sync-tag sync-tag] application application
sync-database peer ip-address sync-tag sync-tag application application
Context 
clear>redundancy>multi-chassis
Description 

This command clears multi-chassis sync database information.

Parameters 
ip-address
Clears the specified address of the multi-chassis peer.
Values—
ipv4-address: a.b.c.d
ipv6-address:
  1. x:x:x:x:x:x:x:x (eight 16-bit pieces)
  2. x:x:x:x:x:x:d.d.d.d
  3. x – [0 to FFFF] H
  4. d – [0 to 255] D

 

port-id
Clears the specified port ID of the multi-chassis peer.
Values—
slot/mda/port

 

lag-id
Clears the specified Link Aggregation Group (LAG) on this system.
Values—
lag-lag-id

 

all—
Clears all ports and synchronization tags.
sync-tag
Clears the synchronization tag used while synchronizing this port with the multi-chassis peer. The synchronization tag can be up to 32 characters.
sdp-id—
Specifies the SDP identifier.
Values—
1 to 32767

 

application—
Clears the specified application information that was synchronized with the multi-chassis peer.
Values—
The following are values for the 7750 SR and 7950 XRS:

all:

All supported applications

dhcp-server:

local dhcp server

igmp:

internet group management protocol

igmp-snooping:

igmp-snooping

mc-ring:

multi-chassis ring

mld-snooping:

multicast listener discovery-snooping

srrp:

simple router redundancy protocol

sub-host-trk

subscriber host tracking

sub-mgmt:

subscriber management

 

Values—
The following are values for the 7450 ESS:

all

All supported applications

igmp-snooping

igmp-snooping

mc-ring

multi-chassis ring

mld-snooping

multicast listener discovery-snooping

sub-host-trk

subscriber host tracking

sub-mgmt

subscriber management

 

screen

Syntax 
screen
Context 
clear
Description 

This command allows an operator to clear the Telnet or console screen.

system

Syntax 
system
Context 
clear
Description 

This command allows an operator to clear system information.

ptp

Syntax 
ptp
Context 
clear>system
Description 

This command enables the context to clear Precision Timing Protocol (PTP) information.

inactive-peers

Syntax 
inactive-peers
Context 
clear>system>ptp
Description 

This command clears inactive peer information.

peer

Syntax 
peer ip-address [router router-instance | service name service-name] statistics
Context 
clear>system>ptp
Description 

This command clears PTP peer information.

Parameters 
ip-address—
Clears information specific to the address of the PTP 1588 peer.
Values—
a.b.c.d

 

router-instance
Clears information that is specific to a virtual router instance. The router instance can be up to 32 characters.
service-name—
Clears information that is specific to a service name. The service name can be up to 64 characters.
statistics—
Clears statistics information of the specified IP address.

port

Syntax 
port port-id statistics
Context 
clear>system>ptp
Description 

This command clears PTP port information.

Parameters 
port-id
Clears the specified port ID.
Values—
slot/mda/port

 

statistics—
Clears statistics information of the specified port ID.

statistics

Syntax 
statistics
Context 
clear>system>ptp
Description 

This command clears all PTP statistics.

script-control

Syntax 
script-control
Context 
clear>system
Description 

This command enables the context to clear script information.

script-policy

Syntax 
script-policy
Context 
clear>system>script-control
Description 

This command enables the context to clear script policy information.

completed

Syntax 
completed [script-policy-name] [owner owner-name]
Context 
clear>system>script-control>script-policy
Description 

This command clears completed script run history entries.

Parameters 
script-policy-name—
Specifies to only clear history entries for the specified script-policy. 32 characters maximum.
owner-name
Specifies to only clear history entries for script-policies with the specified owner. 32 characters maximum.
Default—
TiMOS CLI

statistics

Syntax 
statistics
Context 
clear>system
Description 

This command clears system specific statistics.

xmpp

Syntax 
xmpp server xmpp-server-name
Context 
clear>system>statistics
Description 

This command clears XMPP server statistics.

Parameters 
xmpp-server-name—
Specifies the XMPP server, up to 32 characters in length.

sync-if-timing

Syntax 
sync-if-timing {ref1 | ref2 | bits}
Context 
clear>system
Description 

This command allows an operator to individually clear (re-enable) a previously failed reference. As long as the reference is one of the valid options, this command is always executed. An inherent behavior enables the revertive mode which causes a re-evaluation of all available references.

This command also clears the Wait-to-Restore state of the reference so that it can be selected.

Parameters 
ref1—
Clears the first timing reference.
ref2—
Clears the second timing reference.
bits—
Clears the bits timing reference.

trace

Syntax 
trace
Context 
clear
Description 

This command clears commands for traces.