NOTE: See the description for the 
admin-password command. If the 
admin-password is configured in the 
config>system>security>password context, then any user can enter a special administrative mode by entering the 
enable-admin command.
 
      enable-admin is in the default profile. By default, all users are given access to this command.
 
      Once the enable-admin command is entered, the user is prompted for a password. If the password matches, the user is given unrestricted access to all the commands.
 
      The minimum length of the password is determined by the minimum-length command. The complexity requirements for the password is determined by the 
complexity command.
 
      
      
      A:ALA-1>config>system>security# info
      ----------------------------------------------
      ...
                  password
                      aging 365
                      minimum-length 8
                      attempts 5 time 5 lockout 20
                      admin-password "rUYUz9XMo6I" hash
                  exit
      ...
      ----------------------------------------------
      A:ALA-1>config>system>security#
      
      
      
        
          
            | 
               •	 
             | 
            
              show users — Administrator can know which users are in this mode.  
             | 
          
        
       
      
        
          
            | 
               •	 
             | 
            
              Enter the enable-admin command again at the root prompt and an error message will be returned.  
             | 
          
        
       
      A:ALA-1# show users
      ===============================================================================
      User Type From Login time Idle time
      ===============================================================================
      admin Console -- 10AUG2006 13:55:24 0d 19:42:22
      admin Telnet 10.20.30.93 09AUG2004 08:35:23 0d 00:00:00 A
      -------------------------------------------------------------------------------
      Number of users : 2
      'A' indicates user is in admin mode
      ===============================================================================
      A:ALA-1#
      A:ALA-1# enable-admin
      MINOR: CLI Already in admin mode.
      A:ALA-1#
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              arp, authentication, bgp, bfd, dhcp, dhcp6, forwarding-table, icmp-redirect-route, icmp6, igmp, interface, isis, ldp, mpls, neighbor, ospf, ospf3, pim, rip, router-advertisement, rsvp  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      echo [text-to-echo] [extra-text-to-echo] [more-text] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      exec [-echo
] [-syntax
] {filename | <<[eof_string]} 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      A:ALA-1# configure
      A:ALA-1>config# router
      A:ALA-1>config>router# ospf
      A:ALA-1>config>router>ospf# exit
      A:ALA-1>config>router# exit
      A:ALA-1>config# exit
      If you navigated to the current level by entering a command string, then the exit command returns the cursor to the context in which the command was initially entered.
 
      A:ALA-1# configure router ospf
      A:ALA-1>config>router>ospf# exit
      A:ALA-1#
      The exit all command moves the cursor all the way back to the root level. 
       
      A:ALA-1# configure
      A:ALA-1>config# router
      A:ALA-1>config>router# ospf
      A:ALA-1>config>router>ospf# exit all
      A:ALA-1#
      
      
      
      
      
      
      
      
      
      
      
      
      Help may be requested at any point by hitting a question mark '?'.
      In case of an executable node, the syntax for that node will be displayed with an explanation of all parameters.
      In case of sub-commands, a brief description is provided.
      Global Commands:
      	Help on global commands can be observed by issuing "help globals" at any time.
      Editing Commands:
      	Help on editing commands can be observed by issuing "help edit" at any time.
      
      
      
      
      
      
      Delete current character.....................Ctrl-d
      Delete text up to cursor.....................Ctrl-u
      Delete text after cursor.....................Ctrl-k
      Move to beginning of line....................Ctrl-a
      Move to end of line..........................Ctrl-e
      Get prior command from history...............Ctrl-p
      Get next command from history................Ctrl-n
      Move cursor left.............................Ctrl-b
      Move cursor right............................Ctrl-f
      Move back one word...........................Esc-b
      Move forward one word........................Esc-f
      Convert rest of word to uppercase............Esc-c
      Convert rest of word to lowercase............Esc-l
      Delete remainder of word.....................Esc-d
      Delete word up to cursor.....................Ctrl-w
      Transpose current and previous character.....Ctrl-t
      Enter command and return to root prompt......Ctrl-z
      Refresh input line...........................Ctrl-l
      
      
      
      back            - Go back a level in the command tree
      echo            - Echo the text that is typed in
      exec            - Execute a file - use -echo to show the commands and
                        prompts on the screen
      exit            - Exit to intermediate mode - use option all to exit to
                        root prompt
      help            - Display help
      history         - Show command history
      info            - Display configuration for the present node
      logout          - Log off this system
      oam             + OAM Test Suite
      ping            - Verify the reachability of a remote host
      pwc             - Show the present working context
      sleep           - Sleep for specified number of seconds
      ssh             - SSH to a host
      telnet          - Telnet to a host
      traceroute      - Determine the route to a destination address
      tree            - Display command tree structure from the context of
                        execution
      write           - Write text to another user
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      Re-execute a command in the history with the !n command, where 
n is the line number associated with the command in the history output. 
 
      
      A:ALA-1# history
        68 info
        69 exit
        70 info
        71 filter
        72 exit all
        73 configure
        74 router
        75 info
        76 interface "test"
        77 exit
        78 reduced-prompt
        79 info
        80 interface "test"
        81 icmp unreachables exit all
        82 exit all
        83 reduced-prompt
        84 configure router
        85 interface
        86 info
        87 interface "test"
        88 info
        89 reduced-prompt
        90 exit all
        91 configure
        92 card 1
        93 card-type
        94 exit
        95 router
        96 exit
        97 history
      A:ALA-1# !91
      A:ALA-1# configure
      A:ALA-1>config#
      
      
      
      
      
      
      
      The output of this command is similar to the output of a show config command. This command, however, lists the configuration of the context where it is entered and all branches below that context level.
 
      
      
      A:ALA-48>config>router>mpls# info
      ----------------------------------------------
                  admin-group "green" 15
                  admin-group "red" 25
                  admin-group "yellow" 20
                  interface "system"
                  exit
                  interface "to-104"
                      admin-group "green"
                      admin-group "red"
                      admin-group "yellow"
                      label-map 35
                          swap 36 nexthop 10.10.10.91
                          no shutdown
                      exit
                  exit
                  path "secondary-path"
                      hop 1 10.10.0.111  strict
                      hop 2 10.10.0.222  strict
                      hop 3 10.10.0.123  strict
                      no shutdown
                  exit
                  path "to-NYC"
                      hop 1 10.10.10.104  strict
                      hop 2 10.10.0.210  strict
                      no shutdown
                  exit
                  path "to-104"
                      no shutdown
                  exit
                  lsp "to-104"
                      to 10.10.10.104
                      from 10.10.10.103
                      rsvp-resv-style ff
                      cspf
      ...
      ----------------------------------------------
      A:ALA-48>config>router>mpls#
      A:ALA-48>config>router>mpls# info detail
      ----------------------------------------------
                  frr-object
                  no resignal-timer
                  admin-group "green" 15
                  admin-group "red" 25
                  admin-group "yellow" 20
                  interface "system"
                      no admin-group
                      no shutdown
                  exit
                  interface "to-104"
                      admin-group "green"
                      admin-group "red"
                      admin-group "yellow"
                      label-map 35
                          swap 36 nexthop 10.10.10.91
                          no shutdown
                      exit
                      no shutdown
                  exit
                  path "secondary-path"
                      hop 1 10.10.0.111  strict
                      hop 2 10.10.0.222  strict
                      hop 3 10.10.0.123  strict
                      no shutdown
                  exit
                  path "to-NYC"
                      hop 1 10.10.10.104  strict
                      hop 2 10.10.0.210  strict
                      no shutdown
                  exit
                  path "to-104"
                      no shutdown
                  exit
                  lsp "to-104"
                      to 10.10.10.104
                      from 10.10.10.103
                      rsvp-resv-style ff
                      adaptive
                      cspf
                      include "red"
                      exclude "green"
                      adspec
                      fast-reroute one-to-one
                          no bandwidth
                          no hop-limit
                          node-protect
                      exit
                      hop-limit 10
                      retry-limit 0
                      retry-timer 30
                      secondary "secondary-path"
                          no standby
                          no hop-limit
                          adaptive
                          no include
                          no exclude
                          record
                          record-label
                          bandwidth 50000
                          no shutdown
                      exit
                      primary "to-NYC"
                          hop-limit 50
                          adaptive
                          no include
                          no exclude
                          record
                          record-label
                          no bandwidth
                          no shutdown
                      exit
                      no shutdown
                  exit
      ...
      ----------------------------------------------
      A:ALA-48>config>router>mpls#
      
      
      
      
      
      
      
      
      
      
      When the logout command is issued from the console, the login prompt is displayed, and any log IDs directed to the console are discarded. When the console session resumes (regardless of the user), the log output to the console resumes.
 
      When a Telnet session is terminated from a logout command, all log IDs directed to the session are removed. When a user logs back in, the log IDs must be re-created. 
 
      
      
      
      mrinfo [ip-address | dns-name ] [router
 router-instance] 
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      mstat source [ip-address | dns-name ] [group
 grp-ip-address] [destination
 dst-ip-address] [hop
 hop] [router
 router-instance] [wait-time
 wait-time] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      
      
      
      mtrace source [ip-address | dns-name ] [group
 grp-ip-address] [destination
 dst-ip-address] [hop
 hop] [router
 router-instance] [wait-time
 wait-time] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management  service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      
      
      When a user logs in after the administrator forces a new-password-at-login, or the password has expired (
aging), then this command is automatically invoked.
 
      
      If a user fails to create a new password after the administrator forces a new-password-at-login or after the password has expired, the user is not allowed access to the CLI.
 
      
      
      
      ping {ip-address| ipv6-address | dns-name} [rapid
 | detail
] [ttl
 time-to-live] [tos
 type-of-service] [size
 bytes] [pattern
 pattern] [source
 ip-address] [interval
 seconds] [{next-hop
 ip-address} | {interface
 interface-name} | bypass-routing
] [count
 requests] [do-not-fragment
] [router
 [router-instance] [timeout 
timeout] 
      
      
      
      
      
      
      
      
      
      
      
      The rapid parameter specifies to send ping requests rapidly. The results are reported in a single message, not in individual messages for each ping request. By default, five ping requests are sent before the results are reported. To change the number of requests, include the 
count option.
 
      The detail parameter includes in the output the interface on which the ping reply was received.
 
      
       
      A:ALA-1# ping 192.168.xx.xx4 detail
      PING 192.168.xx.xx4: 56 data bytes
      64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=0 ttl=64 time=0.000 ms.
      64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=1 ttl=64 time=0.000 ms.
      64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=2 ttl=64 time=0.000 ms.
      64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=3 ttl=64 time=0.000 ms.
      64 bytes from 192.168.xx.xx4 via fei0: icmp_seq=4 ttl=64 time=0.000 ms.
       
      ---- 192.168.xx.xx4 PING Statistics ----
      5 packets transmitted, 5 packets received, 0.00% packet loss
      round-trip min/avg/max/stddev = 0.000/0.000/0.000/0.000 ms
      A:ALA-1#
       
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management  service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      
      This command displays the present or previous working context of the CLI session. The pwc command provides a user who is in the process of dynamically configuring a chassis a way to display the current or previous working context of the CLI session. The 
pwc command displays a list of the CLI nodes that hierarchically define the current context of the CLI instance of the user. 
For example, 
 
      A:ALA-1>config>router>bgp>group# pwc
      -----------------------------------------------
      Present Working Context :
      -----------------------------------------------
      <root>
        configure
        router Base
        bgp
        group test
        ospf
        area 1
      -----------------------------------------------
      A:ALA-1>config>router>bgp>group#
      
      When the previous keyword is specified, the previous context displays. This is the context entered by the CLI parser upon execution of the 
exit command. The current context of the CLI is not affected by the 
pwc command.
 
      
      A:ALA-1>config>router>bgp>group# pwc previous
      ---------------------------------------------------
      Previous Working Context :
      ---------------------------------------------------
      <root>
        configure
        router Base
        bgp
        ospf
      ---------------------------------------------------
      A:ALA-1>config>router>bgp>group#
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      ssh [ip-addr | dns-name |username@ip-addr] [-l
 username] [-v 
SSH-version]  [router
 router-instance| service-name
 service-name]  
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name:	Base, management service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      telnet [ip-address | dns-name] [port] [router
 router-instance]  
      
      
      
      This command opens a Telnet session to a remote host. Telnet servers in 7750 SRnetworks limit a Telnet clients to three retries to login. The Telnet server disconnects the Telnet client session after three retries. The number of retry attempts for a Telnet client session is not user-configurable.
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name:	Base, management service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      traceroute {ip-address | dns-name} [ttl 
ttl] [wait 
milliseconds] [no-dns
] [source 
ip-address] [tos 
type-of-service] [router router-instance] 
      
      
      
      
      A:ALA-1# traceroute 192.168.xx.xx4
      traceroute to 192.168.xx.xx4, 30 hops max, 40 byte packets
       1  192.168.xx.xx4 0.000 ms  0.000 ms  0.000 ms
      A:ALA-1#
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              ipv4-address		 a.b.c.d
 ipv6-address      		 x:x:x:x:x:x:x:x[-interface] 		x:x:x:x:x:x:d.d.d.d[-interface]                              x:   [0 — FFFF]H                          		d:   [0 — 255]Dipv6-address   
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      When the no-dns keyword is specified, a DNS lookup for the specified host name will not be performed.
 
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management  service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      
      
      
      
      write {user | broadcast
} message-string 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      alias alias-name alias-command-line 
      
      
      
      
      This command enables the substitution of a command line by an alias. Use the alias command to create alternative or easier to remember/understand names for an entity or command string. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes. The special characters | and > can't be used inside environment alias strings. Additionally, the special characters / and \ cannot be used as the first character inside an alias string. Only a single command can be present in the command string. The 
alias command can be entered in any context but must be created in the 
root>environment context. 
For example, to create an alias named 
soi to display OSPF interfaces, enter: 
 
      
      
      
      
      
      
      
      
      
      
      
      
      By default, the create command is required to create a new OS entity. 
 
      The no form of the command disables requiring the 
create keyword.
 
      
      create — The create keyword is required.
 
      
      
      
      
      
      
      
      Press any key to continue (Q to quit)
      The no form of the command displays the output all at once. If the output length is longer than one screen, the entire output will be displayed, which may scroll the screen. 
 
      
      more — CLI output pauses at the end of each screen waiting for the user input to continue.
 
      
      
      
      
      
      
      
      
      The number of nodes specified indicates the number of higher-level contexts that can be displayed in the prompt. For example, if reduced prompt is set to 2, the two highest contexts from the present working context are displayed by name with the hidden (reduced) contexts compressed into a ellipsis (“…”). 
 
      A:ALA-1>environment# reduced-prompt 2
      A:ALA-1>vonfig>router# interface to-103
      A:ALA-1>...router>if#
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      [no
] suggest-internal-objects
 
      
      
      
      
      The no form of the command disables the command.
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      24 — Terminal dimensions are set to 24 lines long by 80 characters wide.
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      card slot-number fp 
fp-number ingress {access | network} queue-group 
queue-group-name instance 
instance-id [interval 
seconds ] [repeat 
repeat] policer 
policer-id [absolute | percent-rate | 
reference-rate]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      
      
      
      
      
      
      
      
      ccag ccag-id [path
 {a
 | b
}] [type
 {sap-sap
 | sap-net
 | net-sap
}] [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      
      
      
      
      
      ip entry entry-id [interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      ip entry entry-id [interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      mac entry entry-id [interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      
      
      
      
      
      ip ip-filter-id entry entry-id [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-1>monitor# filter ip 10 entry 1 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for IP filter 10 entry 1
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ===============================================================================
      A:ALA-1>monitor#
       
       
      A:ALA-1>monitor# filter ip 10 entry 1 interval 3 repeat 3 rate
      ===========================================================================
      Monitor statistics for IP filter 10 entry 1
      ===========================================================================
      At time t = 0 sec (Base Statistics)
      ---------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ---------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      ---------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ---------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      ---------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ---------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      ---------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ===========================================================================
      A:ALA-1>monitor#
      
      
      ipv6 ipv6-filter-id entry entry-id [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-48# monitor filter ipv6 100 entry 10 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for IPv6 filter 100 entry 10
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 01
      ===============================================================================
      A:ALA-48#
       
       
      A:ALA-48# monitor filter ipv6 100 entry 10 interval 3 repeat 3 rate
      ==============================================================================
      Monitor statistics for IPv6 filter 100 entry 10
      ------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      ------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      ------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      ------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      ------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      ------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      ------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      ------------------------------------------------------------------------------
      Ing. Matches : 0                                Egr. Matches   : 1
      ==============================================================================
      A:ALA-48#
      
      
      mac mac-filter-id entry entry-id [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-1>monitor>filter# mac 50 entry 10 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for Mac filter 50 entry 10
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ===============================================================================
       
       
      A:ALA-1>monitor>filter# mac 50 entry 10 interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for Mac filter 50 entry 10
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Ing. Matches: 0                                Egr. Matches    : 0
      ===============================================================================
      A:ALA-1>monitor>filter#
      
      
      lag lag-id [lag-id...(up to 5 max)] [interval
 seconds] [repeat
 repeat] [absolute
 | rate] 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays. Monitor commands display the selected statistics according to the configured number of times at the interval specified. 
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12# monitor lag 12 
===============================================================================
Monitor statistics for LAG ID 12
===============================================================================
Port-id 	Input 	Input 	Output 	Output 	Input 	Output
	Bytes 	Packets 	Bytes 	Packets 	Errors 	Errors
-------------------------------------------------------------------------------
At time t = 0 sec (Base Statistics)
-------------------------------------------------------------------------------
1/1/1 	2168900 	26450 	64 	1 	0 	0
1/1/2 	10677318 	125610 	2273750 	26439 	0 	0
1/1/3 	2168490 	26445 	0 	0 	0 	0
-------------------------------------------------------------------------------
Totals 	15014708 	178505 	2273814 	26440 	0 	0 
      -------------------------------------------------------------------------------
At time t = 5 sec (Mode: Delta)
-------------------------------------------------------------------------------
1/1/1 	0 	0 	0 	0 	0	0
1/1/2 	258 	3 	86 	1 	0 	0
1/1/3 	82 	1 	0 	0 	0 	0
-------------------------------------------------------------------------------
Totals 	340 	4 	86 	1 	0 	0
===============================================================================
      A:ALA-12#
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      ip entry entry-id [interval
 seconds] [repeat
 repeat] [absolute
 | rate] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      ipv6 entry-id [interval
 seconds] [repeat
 repeat] [absolute
 | rate] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      mac entry-id [interval
 seconds] [repeat
 repeat] [absolute
 | rate] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      port port-id [
port-id...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      Syntax: 	port-id	slot/mda/port[.channel]
		aps-id	aps-
group-id[.
channel]
			aps	keyword
			group-id	1 — 64
		bundle ID	bundle-
type-
slot/mda.
bundle-num
			bundle	keyword
			type	ima, ppp
			bundle-num 	1 — 128
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor# port 2/1/4 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for Port 2/1/4
      ===============================================================================
                                                   Input                      Output
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                         39                         175
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                         39                         175
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                         39                         175
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                         39                         175
      Errors                                           0                           0
      ===============================================================================
      A:ALA-12>monitor# 
       
       
      A:ALA-12>monitor# port 2/1/4 interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for Port 2/1/4
      ===============================================================================
                                                   Input                      Output
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                         39                         175
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                          0                           0
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                          0                           0
      Errors                                           0                           0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Octets                                           0                           0
      Packets                                          0                           0
      Errors                                           0                           0
      ===============================================================================
      A:ALA-12>monitor#
      
      
      atm [interval
 seconds] [repeat
 repeat] [absolute
|rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      port port-id atm 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm aal-5 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm ilmi 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm interface-connection 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm pvc 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm pvp 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      port port-id atm pvt 
[interval
 seconds] [repeat
 repeat] [absolute 
| rate
] 
      
      
      
      
      
      
      
      Syntax: 	port-id	slot/mda/port[.channel]
		aps-id	aps-
group-id[.
channel]
			aps	keyword
			group-id	1 — 64
		bundle ID	bundle-
type-
slot/mda.
bundle-num
			bundle	keyword
			type	ima, ppp
			bundle-num 	1 — 128
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      port port-id exp-secondary-shaper 
shaper-name [interval 
seconds] [repeat 
repeat] [absolute|rate]
 
      
      
      
      
      
      
      
      
      
      
      
      seconds — Configures the interval for each display in seconds.	
 
      
      
      
      
      
      
      
      
      
      
      
      
      port port-id vport 
name monitor-threshold [interval 
seconds] [repeat 
repeat]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      seconds — Configures the interval for each display in seconds.	
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      card slot-number fp 
fp-number queue-group 
queue-group-name instance 
instance-id [ingress] [access | networks] [interval 
seconds] [repeat 
repeat] [absolute | percent-rate | 
reference-rate] [arbiter 
root | 
name] 
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      customer customer-id site 
customer-site-name [arbiter 
root|name] [ingress|egress] [interval 
seconds] [repeat 
repeat] [absolute|rate]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      port port-id egress 
network queue-group
 queue-group-name instance 
instance-id  
      [interval seconds] [repeat 
repeat] [absolute | rate] [arbiter 
root | 
name]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      sap sap-id [arbiter 
name | root] [ingress
 | egress
] [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              An existing scheduler-name in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.  
             | 
          
        
       
      
      
      
      Displays scheduler-name statistics applied on the ingress SAP.
 
      
      Displays scheduler-name statistics applied on the egress SAP.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      subscriber sub-ident-string [arbiter 
name | root] [ingress
 | egress
] [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              An existing scheduler-name in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.  
             | 
          
        
       
      
      
      
      Displays scheduler-name statistics applied on the ingress SAP.
 
      
      Displays scheduler-name statistics applied on the egress SAP.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
customer 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      customer customer-id site customer-site-name [
scheduler scheduler-name] [
ingress | 
egress] [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      
      
      
      
      
      
      Specify an existing scheduler-name.  Scheduler names are configured in the 
config>qos>scheduler-policy>tier level context. This parameter is mandatory if the customer resides on a LAG in adapt-qoslink or port-fair mode.
 
      
        
          
            | 
               
                Values	
               
             | 
            
              An existing scheduler-name is in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      sap sap-id [
scheduler scheduler-name] [
ingress | 
egress] [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      Specify an existing scheduler-name.  Scheduler names are configured in the 
config>qos>scheduler-policy>tier level context. This parameter is mandatory if the SAP resides on a LAG in adapt-qoslink or port-fair mode.
 
      
        
          
            | 
               
                Values	
               
             | 
            
              An existing scheduler-name in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.  
             | 
          
        
       
      
      Displays scheduler-name statistics applied on the ingress SAP.
 
      
      Displays scheduler-name statistics applied on the egress SAP.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      subscriber sub-ident-string [scheduler
 scheduler-name] [ingress
 | egress
] [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              An existing scheduler-name in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.  
             | 
          
        
       
      
      Displays scheduler-name statistics applied on the ingress SAP.
 
      
      Displays scheduler-name statistics applied on the egress SAP.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      port port-id queue-group 
queue-group-name [ingress | egress] [interval 
seconds]
 
      [repeat repeat] [absolute | rate] [access | network] [instance 
instance-id]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      port port-id vport 
name [interval 
seconds] [repeat 
repeat][absolute|rate]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      sap sap-id encap-group 
group-name [member 
encap-id] [scheduler 
scheduler-name] [interval 
seconds] [repeat 
repeat] [absolute|rate]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      subscriber sub-ident-string [interval 
seconds] [repeat 
repeat] [absolute|rate] sap 
sap-id sla-profile 
sla-profile-name 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              router-name: 	Base, management  service-id: 		1 — 2147483647  
             | 
          
        
       
      
      
      
      neighbor ip-address [
ip-address...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router>bgp# neighbor 180.0.0.10 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for BGP Neighbor 180.0.0.10
      ===============================================================================
      At time t = 0 sec
      -------------------------------------------------------------------------------
      Recd. Prefixes   : 2                    Sent Prefixes    : 0
      Recd. Paths      : 0                    Suppressed Paths : 0
      Num of Flaps     : 0
      i/p Messages     : 916                  o/p Messages     : 916
      i/p Octets       : 17510                o/p Octets       : 17386
      i/p Updates      : 2                    o/p Updates      : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec
      -------------------------------------------------------------------------------
      Recd. Prefixes   : 0                    Sent Prefixes    : 0
      Recd. Paths      : 0                    Suppressed Paths : 0
      Num of Flaps     : 0
      i/p Messages     : 0                    o/p Messages     : 0
      i/p Octets       : 0                    o/p Octets       : 0
      i/p Updates      : 0                    o/p Updates      : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec
      -------------------------------------------------------------------------------
      Recd. Prefixes   : 0                    Sent Prefixes    : 0
      Recd. Paths      : 0                    Suppressed Paths : 0
      Num of Flaps     : 0
      i/p Messages     : 0                    o/p Messages     : 0
      i/p Octets       : 0                    o/p Octets       : 0
      i/p Updates      : 0                    o/p Updates      : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec
      -------------------------------------------------------------------------------
      Recd. Prefixes   : 0                    Sent Prefixes    : 0
      Recd. Paths      : 0                    Suppressed Paths : 0
      Num of Flaps     : 0
      i/p Messages     : 0                    o/p Messages     : 0
      i/p Octets       : 6                    o/p Octets       : 0
      i/p Updates      : 0                    o/p Updates      : 0
      ===============================================================================
      A:ALA-12>monitor>router>bgp#
      
      
      statistics [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router>isis# statistics interval 3 repeat 2 absolute
      ===============================================================================
      ISIS Statistics
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 2
      Purge Initiated   : 0                       LSP Regens.    : 11
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          74         0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 2
      Purge Initiated   : 0                       LSP Regens.    : 11
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          74         0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 2
      Purge Initiated   : 0                       LSP Regens.    : 11
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          74         0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      ===============================================================================
       
       
      A:ALA-12>monitor>router>isis# statistics interval 3 repeat 2 rate
      ===============================================================================
      ISIS Statistics
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 2
      Purge Initiated   : 0                       LSP Regens.    : 11
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          76         0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 0
      Purge Initiated   : 0                       LSP Regens.    : 0
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          0          0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      ISIS Instance     : 1                       SPF Runs       : 0
      Purge Initiated   : 0                       LSP Regens.    : 0
       
      CSPF Statistics
       
      Requests          : 0                       Request Drops  : 0
      Paths Found       : 0                       Paths Not Found: 0
      -------------------------------------------------------------------------------
      PDU Type   Received   Processed  Dropped    Sent       Retransmitted
      -------------------------------------------------------------------------------
      LSP        0          0          0          0          0
      IIH        0          0          0          1          0
      CSNP       0          0          0          0          0
      PSNP       0          0          0          0          0
      Unknown    0          0          0          0          0
      ===============================================================================
      A:ALA-12>monitor>router>isis#
      
      
      session ldp-id [
ldp-id...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              ip-address[: label-space]  ip-address — a.b.c.d label-space — [0..65535]  
             | 
          
        
       
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-103>monitor>router>ldp# session 10.10.10.104 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for LDP Session 10.10.10.104
      ===============================================================================
                                    Sent                     Received
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      FECs                          1                        2
      Hello                         5288                     5289
      Keepalive                     8225                     8225
      Init                          1                        1
      Label Mapping                 1                        4
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       1                        1
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      FECs                          1                        2
      Hello                         5288                     5289
      Keepalive                     8226                     8226
      Init                          1                        1
      Label Mapping                 1                        4
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       1                        1
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      FECs                          1                        2
      Hello                         5288                     5290
      Keepalive                     8226                     8226
      Init                          1                        1
      Label Mapping                 1                        4
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       1                        1
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      FECs                          1                        2
      Hello                         5288                     5290
      Keepalive                     8226                     8226
      Init                          1                        1
      Label Mapping                 1                        4
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       1                        1
      Address Withdraw              0                        0
      ========================================================================
      A:ALA-12>monitor>router>ldp#
       
       
      A:ALA-12>monitor>router>ldp# session 10.10.10.104 interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for LDP Session 10.10.10.104
      ===============================================================================
                                    Sent                     Received
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      FECs                          1                        2
      Hello                         5289                     5290
      Keepalive                     8227                     8227
      Init                          1                        1
      Label Mapping                 1                        4
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       1                        1
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      FECs                          0                        0
      Hello                         0                        0
      Keepalive                     0                        0
      Init                          0                        0
      Label Mapping                 0                        0
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       0                        0
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      FECs                          0                        0
      Hello                         0                        0
      Keepalive                     0                        0
      Init                          0                        0
      Label Mapping                 0                        0
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       0                        0
      Address Withdraw              0                        0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      FECs                          0                        0
      Hello                         0                        0
      Keepalive                     0                        0
      Init                          0                        0
      Label Mapping                 0                        0
      Label Request                 0                        0
      Label Release                 0                        0
      Label Withdraw                0                        0
      Label Abort                   0                        0
      Notification                  0                        0
      Address                       0                        0
      Address Withdraw              0                        0
      ===============================================================================
      A:ALA-12>monitor>router>ldp#
      
      
      statistics [interval
 seconds] [repeat
 repeat] [absolute
 | rate
]  
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router>ldp# statistics interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for LDP instance
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 1                    Serv FECs Recv     : 2
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 1                    Serv FECs Recv     : 2
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 1                    Serv FECs Recv     : 2
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 1                    Serv FECs Recv     : 2
      ===============================================================================
      A:ALA-12>monitor>router>ldp#
       
       
      A:ALA-12>monitor>router>ldp# statistics interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for LDP instance
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 1                    Serv FECs Recv     : 2
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 0                    Serv FECs Recv     : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 0                    Serv FECs Recv     : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Addr FECs Sent    : 0                    Addr FECs Recv     : 0
      Serv FECs Sent    : 0                    Serv FECs Recv     : 0
      ===============================================================================
      A:ALA-12>monitor>router>ldp#
      
      
      interface interface [
interface...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      Specify the interface's IP address (ip-address) or interface name (
ip-int-name).  Up to 5 interfaces can be specified. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router>mpls# interface system interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for MPLS Interface "system"
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      ===============================================================================
      A:ALA-12>monitor>router>mpls# 
       
       
      A:ALA-12>monitor>router>mpls# interface system interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for MPLS Interface "system"
      ===============================================================================
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
        Transmitted  : Pkts - 0                     Octets - 0
        Received     : Pkts - 0                     Octets - 0
      ===============================================================================
      A:ALA-12>monitor>router>mpls#
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      B:Dut-C-cpm2# monitor router mpls lsp-egress-stats sample repeat 3 interval 10 absolute 
      ===============================================================================
      Monitor egress statistics for MPLS LSP "sample"
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : 5                      
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 0                       OutProf Pkts  : 551                    
      InProf Octets : 0                       OutProf Octets: 560918                 
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 551                    
      InProf Octets : 0                       OutProf Octets: 560918                 
      FC AF
      InProf Pkts   : 551                     OutProf Pkts  : 0                      
      InProf Octets : 560918                  OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 551                     OutProf Pkts  : 0                      
      InProf Octets : 560918                  OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 551                    
      InProf Octets : 0                       OutProf Octets: 560918                 
      FC EF
      InProf Pkts   : 0                       OutProf Pkts  : 551                    
      InProf Octets : 0                       OutProf Octets: 560918                 
      FC H1
      InProf Pkts   : 0                       OutProf Pkts  : 551                    
      InProf Octets : 0                       OutProf Octets: 560918                 
      FC NC
      InProf Pkts   : 551                     OutProf Pkts  : 0                      
      InProf Octets : 560918                  OutProf Octets: 0 
      -------------------------------------------------------------------------------
      At time t = 10 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : 5                      
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 0                       OutProf Pkts  : 580                    
      InProf Octets : 0                       OutProf Octets: 590440                 
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 580                    
      InProf Octets : 0                       OutProf Octets: 590440                 
      FC AF
      InProf Pkts   : 580                     OutProf Pkts  : 0                      
      InProf Octets : 590440                  OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 580                     OutProf Pkts  : 0                      
      InProf Octets : 590440                  OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 580                    
      InProf Octets : 0                       OutProf Octets: 590440                 
      FC EF
      InProf Pkts   : 0                       OutProf Pkts  : 580                    
      InProf Octets : 0                       OutProf Octets: 590440                 
      FC H1
      InProf Pkts   : 0                       OutProf Pkts  : 580                    
      InProf Octets : 0                       OutProf Octets: 590440                 
      FC NC
      InProf Pkts   : 580                     OutProf Pkts  : 0                      
      InProf Octets : 590440                  OutProf Octets: 0 
      -------------------------------------------------------------------------------
      At time t = 20 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : 5                      
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 0                       OutProf Pkts  : 609                    
      InProf Octets : 0                       OutProf Octets: 619962                 
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 609                    
      InProf Octets : 0                       OutProf Octets: 619962                 
      FC AF
      InProf Pkts   : 609                     OutProf Pkts  : 0                      
      InProf Octets : 619962                  OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 609                     OutProf Pkts  : 0                      
      InProf Octets : 619962                  OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 609                    
      InProf Octets : 0                       OutProf Octets: 619962                 
      FC EF
      InProf Pkts   : 0                       OutProf Pkts  : 609                    
      InProf Octets : 0                       OutProf Octets: 619962                 
      FC H1
      InProf Pkts   : 0                       OutProf Pkts  : 609                    
      InProf Octets : 0                       OutProf Octets: 619962                 
      FC NC
      InProf Pkts   : 609                     OutProf Pkts  : 0                      
      InProf Octets : 619962                  OutProf Octets: 0 
      -------------------------------------------------------------------------------
      At time t = 30 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : 5                      
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 0                       OutProf Pkts  : 638                    
      InProf Octets : 0                       OutProf Octets: 649484                 
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 638                    
      InProf Octets : 0                       OutProf Octets: 649484                 
      FC AF
      InProf Pkts   : 638                     OutProf Pkts  : 0                      
      InProf Octets : 649484                  OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 638                     OutProf Pkts  : 0                      
      InProf Octets : 649484                  OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 638                    
      InProf Octets : 0                       OutProf Octets: 649484                 
      FC EF
      InProf Pkts   : 0                       OutProf Pkts  : 638                    
      InProf Octets : 0                       OutProf Octets: 649484                 
      FC H1
      InProf Pkts   : 0                       OutProf Pkts  : 638                    
      InProf Octets : 0                       OutProf Octets: 649484                 
      FC NC
      InProf Pkts   : 638                     OutProf Pkts  : 0                      
      InProf Octets : 649484                  OutProf Octets: 0 
      ===============================================================================
      B:Dut-C-cpm2# 
      
      
      lsp-ingress-stats lsp lsp-name sender 
sender-address [interval 
seconds] [repeat 
repeat] [absolute | rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      B:Dut-C-cpm2# monitor router mpls lsp-ingress-stats lsp sample 1.1.1.1 repeat 3 interval 10 absolute 
      ===============================================================================
      Monitor ingress statistics for MPLS LSP "sample"
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      Sender        : 1.1.1.1
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : None                   
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 539                     OutProf Pkts  : 0                      
      InProf Octets : 548702                  OutProf Octets: 0                      
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 539                    
      InProf Octets : 0                       OutProf Octets: 548702                 
      FC AF
      InProf Pkts   : 0                       OutProf Pkts  : 0                      
      InProf Octets : 0                       OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 1078                    OutProf Pkts  : 0                      
      InProf Octets : 1097404                 OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 539                    
      InProf Octets : 0                       OutProf Octets: 548702                 
      FC EF
      InProf Pkts   : 539                     OutProf Pkts  : 0                      
      InProf Octets : 548702                  OutProf Octets: 0                      
      FC H1
      InProf Pkts   : 539                     OutProf Pkts  : 0                      
      InProf Octets : 548702                  OutProf Octets: 0                      
      FC NC
      InProf Pkts   : 0                       OutProf Pkts  : 539                    
      InProf Octets : 0                       OutProf Octets: 548702 
      -------------------------------------------------------------------------------
      At time t = 10 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      Sender        : 1.1.1.1
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : None                   
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 568                     OutProf Pkts  : 0                      
      InProf Octets : 578224                  OutProf Octets: 0                      
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 568                    
      InProf Octets : 0                       OutProf Octets: 578224                 
      FC AF
      InProf Pkts   : 0                       OutProf Pkts  : 0                      
      InProf Octets : 0                       OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 1136                    OutProf Pkts  : 0                      
      InProf Octets : 1156448                 OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 568                    
      InProf Octets : 0                       OutProf Octets: 578224                 
      FC EF
      InProf Pkts   : 568                     OutProf Pkts  : 0                      
      InProf Octets : 578224                  OutProf Octets: 0                      
      FC H1
      InProf Pkts   : 568                     OutProf Pkts  : 0                      
      InProf Octets : 578224                  OutProf Octets: 0                      
      FC NC
      InProf Pkts   : 0                       OutProf Pkts  : 568                    
      InProf Octets : 0                       OutProf Octets: 578224 
      -------------------------------------------------------------------------------
      At time t = 20 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      Sender        : 1.1.1.1
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : None                   
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 597                     OutProf Pkts  : 0                      
      InProf Octets : 607746                  OutProf Octets: 0                      
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 597                    
      InProf Octets : 0                       OutProf Octets: 607746                 
      FC AF
      InProf Pkts   : 0                       OutProf Pkts  : 0                      
      InProf Octets : 0                       OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 1194                    OutProf Pkts  : 0                      
      InProf Octets : 1215492                 OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 597                    
      InProf Octets : 0                       OutProf Octets: 607746                 
      FC EF
      InProf Pkts   : 597                     OutProf Pkts  : 0                      
      InProf Octets : 607746                  OutProf Octets: 0                      
      FC H1
      InProf Pkts   : 597                     OutProf Pkts  : 0                      
      InProf Octets : 607746                  OutProf Octets: 0                      
      FC NC
      InProf Pkts   : 0                       OutProf Pkts  : 597                    
      InProf Octets : 0                       OutProf Octets: 607746 
      -------------------------------------------------------------------------------
      At time t = 30 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      LSP Name      : sample
      Sender        : 1.1.1.1
      -------------------------------------------------------------------------------
      Collect Stats : Enabled                 Accting Plcy. : None                   
      Adm State     : Up                      PSB Match     : True                   
      FC BE
      InProf Pkts   : 627                     OutProf Pkts  : 0                      
      InProf Octets : 638286                  OutProf Octets: 0                      
      FC L2
      InProf Pkts   : 0                       OutProf Pkts  : 627                    
      InProf Octets : 0                       OutProf Octets: 638286                 
      FC AF
      InProf Pkts   : 0                       OutProf Pkts  : 0                      
      InProf Octets : 0                       OutProf Octets: 0                      
      FC L1
      InProf Pkts   : 1254                    OutProf Pkts  : 0                      
      InProf Octets : 1276572                 OutProf Octets: 0                      
      FC H2
      InProf Pkts   : 0                       OutProf Pkts  : 627                    
      InProf Octets : 0                       OutProf Octets: 638286                 
      FC EF
      InProf Pkts   : 627                     OutProf Pkts  : 0                      
      InProf Octets : 638286                  OutProf Octets: 0                      
      FC H1
      InProf Pkts   : 627                     OutProf Pkts  : 0                      
      InProf Octets : 638286                  OutProf Octets: 0                      
      FC NC
      InProf Pkts   : 0                       OutProf Pkts  : 627                    
      InProf Octets : 0                       OutProf Octets: 638286 
      ===============================================================================
      B:Dut-C-cpm2# 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      interface interface [
interface...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      
      When the keyword rate is specified, the “rate per second” for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      Specify the interface's IP address (ip-address) or interface name (
ip-int-name). Up to 5 interfaces can be specified. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router>ospf# interface to-104 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for OSPF Interface "to-104"
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 8379                   Tot Tx Packets : 8528
      Rx Hellos      : 8225                   Tx Hellos      : 8368
      Rx DBDs        : 6                      Tx DBDs        : 12
      Rx LSRs        : 2                      Tx LSRs        : 1
      Rx LSUs        : 55                     Tx LSUs        : 95
      Rx LS Acks     : 91                     Tx LS Acks     : 52
      Retransmits    : 2                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 8379                   Tot Tx Packets : 8528
      Rx Hellos      : 8225                   Tx Hellos      : 8368
      Rx DBDs        : 6                      Tx DBDs        : 12
      Rx LSRs        : 2                      Tx LSRs        : 1
      Rx LSUs        : 55                     Tx LSUs        : 95
      Rx LS Acks     : 91                     Tx LS Acks     : 52
      Retransmits    : 2                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 8380                   Tot Tx Packets : 8529
      Rx Hellos      : 8226                   Tx Hellos      : 8369
      Rx DBDs        : 6                      Tx DBDs        : 12
      Rx LSRs        : 2                      Tx LSRs        : 1
      Rx LSUs        : 55                     Tx LSUs        : 95
      Rx LS Acks     : 91                     Tx LS Acks     : 52
      Retransmits    : 2                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 8380                   Tot Tx Packets : 8529
      Rx Hellos      : 8226                   Tx Hellos      : 8369
      Rx DBDs        : 6                      Tx DBDs        : 12
      Rx LSRs        : 2                      Tx LSRs        : 1
      Rx LSUs        : 55                     Tx LSUs        : 95
      Rx LS Acks     : 91                     Tx LS Acks     : 52
      Retransmits    : 2                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      ===============================================================================
      A:ALA-12>monitor>router>ospf# 
       
       
      A:ALA-12>monitor>router>ospf# interface to-104 interval 3 repeat 3 rate
      ===============================================================================
      Monitor statistics for OSPF Interface "to-104"
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 8381                   Tot Tx Packets : 8530
      Rx Hellos      : 8227                   Tx Hellos      : 8370
      Rx DBDs        : 6                      Tx DBDs        : 12
      Rx LSRs        : 2                      Tx LSRs        : 1
      Rx LSUs        : 55                     Tx LSUs        : 95
      Rx LS Acks     : 91                     Tx LS Acks     : 52
      Retransmits    : 2                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 0                      Tot Tx Packets : 0
      Rx Hellos      : 0                      Tx Hellos      : 0
      Rx DBDs        : 0                      Tx DBDs        : 0
      Rx LSRs        : 0                      Tx LSRs        : 0
      Rx LSUs        : 0                      Tx LSUs        : 0
      Rx LS Acks     : 0                      Tx LS Acks     : 0
      Retransmits    : 0                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 0                      Tot Tx Packets : 0
      Rx Hellos      : 0                      Tx Hellos      : 0
      Rx DBDs        : 0                      Tx DBDs        : 0
      Rx LSRs        : 0                      Tx LSRs        : 0
      Rx LSUs        : 0                      Tx LSUs        : 0
      Rx LS Acks     : 0                      Tx LS Acks     : 0
      Retransmits    : 0                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Tot Rx Packets : 0                      Tot Tx Packets : 0
      Rx Hellos      : 0                      Tx Hellos      : 0
      Rx DBDs        : 0                      Tx DBDs        : 0
      Rx LSRs        : 0                      Tx LSRs        : 0
      Rx LSUs        : 0                      Tx LSUs        : 0
      Rx LS Acks     : 0                      Tx LS Acks     : 0
      Retransmits    : 0                      Discards       : 0
      Bad Networks   : 0                      Bad Virt Links : 0
      Bad Areas      : 0                      Bad Dest Addrs : 0
      Bad Auth Types : 0                      Auth Failures  : 0
      Bad Neighbors  : 0                      Bad Pkt Types  : 0
      Bad Lengths    : 0                      Bad Hello Int. : 0
      Bad Dead Int.  : 0                      Bad Options    : 0
      Bad Versions   : 0
      ===============================================================================
      A:ALA-12>monitor>router>ospf#
      
      
      neighbor ip-address [
ip-address...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12>monitor>router# ospf neighbor 10.0.0.104 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for OSPF Neighbor 10.0.0.104
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Absolute)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      =======================================================================
      A:ALA-12>monitor>router# 
       
       
      A:ALA-12>monitor>router# ospf neighbor 10.0.0.104 interval 3 repeat 3 absolute
      ===============================================================================
      Monitor statistics for OSPF Neighbor 10.0.0.104
      ===============================================================================
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 3 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 6 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      -------------------------------------------------------------------------------
      At time t = 9 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      Bad Nbr States   : 0                    LSA Inst fails   : 0
      Bad Seq Nums     : 0                    Bad MTUs         : 0
      Bad Packets      : 0                    LSA not in LSDB  : 0
      Option Mismatches: 0                    Nbr Duplicates   : 0
      ===============================================================================
      A:ALA-12>monitor>router#
      
      
      neighbor [router-id] [interface-name] [interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      virtual-link nbr-rtr-id area
 area-id [interval
 seconds] [repeat
 repeat] [absolute
 | rate
]  
      
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      virtual-neighbor nbr-rtr-id area area-id [
interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      
      When the keyword rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      group grp-ip-address [source
 ip-address] [interval
 interval] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      neighbor neighbor [
neighbor...(up to 5 max)] [
interval seconds] [
repeat repeat] [
absolute | 
rate] 
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      interface interface [
interface...(up to 5 max)][
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      Specify the interface's IP address (ip-address) or interface name (
ip-int-name). Up to 5 interfaces can be specified. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
 
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      This command displays statistics for a specific service, specified by the service-id, at the configured interval until the configured count is reached.
 
      The first screen displays the current statistics related to the service-id.  The subsequent statistical information listed for each interval is displayed as a delta to the previous display. When the keyword 
rate is specified, the "rate per second" for each statistic is displayed instead of the delta. 
 
      Monitor commands are similar to show commands but only statistical information displays.  Monitor commands display the selected statistics according to the configured number of times at the interval specified.  
 
      
      
      
      
      
      sap sap-id [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      This command displays statistics for a specific SAP, identified by the port-id and encapsulation value, at the configured interval until the configured count is reached.
 
      
      Monitor commands are similar to show commands but only statistical information displays. Monitor commands display the selected statistics according to the configured number of times at the interval specified. 
 
      
      
      
      sap-id:	null	[port-id
 | bundle-id
 | bpgrp-id | lag-id
 | aps-id
]
		dot1q	[port-id
 | bundle-id
 | bpgrp-id | lag-id
 | aps-id
]:qtag1
		qinq	[port-id
 | bundle-id
 | bpgrp-id | lag-id
]:qtag1.qtag2
		atm	[port-id
 | aps-id 
| bundle-id
 | bpgrp-id
][:vpi
/vci
 |vpi
 |vpi1
.vpi2
]
		frame 	[port-id
 | bundle-id
]:dlci
		cisco-hdlc 	slot/mda/port.channel
		port-id	slot/mda/port
[.channel
]		aps-id 	aps-group-id
[.channel
]
			aps	keyword
			group-id
	1 — 64 
		bpgrp-id: 	bpgrp-type
-bpgrp-num
			bpgrp 	keyword
			type
	ima
			bpgrp-num
 	1 — 1280
		ccag-id	ccag-id
.path-id
[cc-type
]:cc-id
			ccag 	keyword
			id
	1 — 8
			path-id
	a, b
			cc-type
	.sap-net, .net-sap
			cc-id
	0 — 4094
		lag-id 	lag-id
			lag	keyword
			id	 1 — 800
port-id
 
      
      If the card in the slot has MDAs installed, the 
port-id must be in the slot_number/MDA_number/port_number format.  For example 6/2/3 specifies port 3 on 
MDA 2 in slot 6.
 
      The port-id must reference a valid port type. When the 
port-id parameter represents SONET/SDH and TDM channels, the port ID must include the channel ID. A period “.” separates the physical port from the 
channel-id. The port must be configured as an access port. 
 
      
      
      
      bundle-id:	 	bundle-type-slot-id/mda-slot.bundle-num
bundle-id value range: 		1 — 128 
      
      
      
      
      
      bpgrp-id: 		bpgrp-
type-bpgrp-num
type:		 ima
bpgrp-num value range: 		1 — 1280
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the absolute rate-per-second value for each statistic is displayed. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      *A:cses-A13# monitor service id 88  sap 1/1/2:0
      ===============================================================================
      Monitor statistics for Service 88 SAP 1/1/2:0
      ===============================================================================
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      -------------------------------------------------------------------------------
      Sap Statistics
      -------------------------------------------------------------------------------
      Last Cleared Time     : N/A
                              Packets                 Octets
      Forwarding Engine Stats
      Dropped               : 0                       0
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 0                       0
      Off. Uncolor          : 0                       0
       
      Queueing Stats(Ingress QoS Policy 1)
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      Queueing Stats(Egress QoS Policy 1)
      Dro. InProf           : 0                       0
      Dro. OutProf          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
      -------------------------------------------------------------------------------
      Sap per Queue Stats
      -------------------------------------------------------------------------------
                              Packets                 Octets
       
      Ingress Queue 1 (Unicast) (Priority)
      Off. HiPrio           : 0                       0
      Off. LoPrio           : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LoPrio           : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      
      
      sdp {sdp-id | far-end 
ip-address} [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the absolute rate-per-second value for each statistic is displayed. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      A:ALA-12# monitor service id 100 sdp 10 repeat 3
      ===============================================================================
      Monitor statistics for Service 100 SDP binding 10
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      I. Fwd. Pkts.   : 0                     I. Dro. Pkts.   : 0
      E. Fwd. Pkts.   : 0                     E. Fwd. Octets  : 0
      -------------------------------------------------------------------------------
      At time t = 11 sec (Mode: Delta)
      -------------------------------------------------------------------------------
      I. Fwd. Pkts.   : 0                     I. Dro. Pkts.   : 0
      E. Fwd. Pkts.   : 0                     E. Fwd. Octets  : 0
      -------------------------------------------------------------------------------
      At time t = 22 sec (Mode: Delta)
      -------------------------------------------------------------------------------
      I. Fwd. Pkts.   : 0                     I. Dro. Pkts.   : 0
      E. Fwd. Pkts.   : 0                     E. Fwd. Octets  : 0
      -------------------------------------------------------------------------------
      At time t = 33 sec (Mode: Delta)
      -------------------------------------------------------------------------------
      I. Fwd. Pkts.   : 0                     I. Dro. Pkts.   : 0
      E. Fwd. Pkts.   : 0                     E. Fwd. Octets  : 0
      ===============================================================================
      A:ALA-12#
      
      
      
      
      
      
      
      
      
      instance interface interface-name vr-id virtual-router-id [
interval seconds] [
repeat repeat] [
absolute | 
rate]
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      subscriber sub-ident-string sap
 sap-id sla-profile
 sla-profile-name [base
 | ingress-queue-id
 ingress-queue-id | egress-queue-id 
egress-queue-id] [interval
 seconds] [repeat
 repeat] [absolute
 | rate
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. 
 
      
      
      When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. 
 
      
      
      
      
      
      
      
      
      
      A:Dut-A# monitor service subscriber alcatel_100 sap 1/2/1:101 sla-profile sla_default
      ===============================================================================
      Monitor statistics for Subscriber alcatel_100
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      SLA Profile Instance statistics
      -------------------------------------------------------------------------------
                              Packets                 Octets
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 94531                   30704535
      Off. Uncolor          : 0                       0
       
      Queueing Stats (Ingress QoS Policy 1000)
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 7332                    2510859
      For. InProf           : 0                       0
      For. OutProf          : 87067                   28152288
       
      Queueing Stats (Egress QoS Policy 1000)
      Dro. InProf           : 880                     127660
      Dro. OutProf          : 0                       0
      For. InProf           : 90862                   12995616
      For. OutProf          : 0                       0
      -------------------------------------------------------------------------------
      SLA Profile Instance per Queue statistics
      -------------------------------------------------------------------------------
                              Packets                 Octets
      Ingress Queue 1 (Unicast) (Priority)
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 0                       0
      Off. Uncolor          : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      Ingress Queue 2 (Unicast) (Priority)
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 94531                   30704535
      Off. Uncolor          : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 7332                    2510859
      For. InProf           : 0                       0
      For. OutProf          : 87067                   28152288
       
      Ingress Queue 3 (Unicast) (Priority)
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 0                       0
      Off. Uncolor          : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      Ingress Queue 11 (Multipoint) (Priority)
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 0                       0
      Off. Uncolor          : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      Egress Queue 1
      Dro. InProf           : 880                     127660
      Dro. OutProf          : 0                       0
      For. InProf           : 90862                   12995616
      For. OutProf          : 0                       0
       
      Egress Queue 2
      Dro. InProf           : 0                       0
      Dro. OutProf          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
       
      Egress Queue 3
      Dro. InProf           : 0                       0
      Dro. OutProf          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
      ===============================================================================
      A:Dut-A#
       
       
      A:Dut-A# monitor service subscriber alcatel_100 sap 1/2/1:101 sla-profile sla_default base rate
      ===============================================================================
      Monitor statistics for Subscriber alcatel_100
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
      SLA Profile Instance statistics
      -------------------------------------------------------------------------------
                              Packets                 Octets
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 109099                  35427060
      Off. Uncolor          : 0                       0
      Queueing Stats (Ingress QoS Policy 1000)
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 8449                    2894798
      For. InProf           : 0                       0
      For. OutProf          : 100523                  32489663
      Queueing Stats (Egress QoS Policy 1000)
      Dro. InProf           : 880                     127660
      Dro. OutProf          : 0                       0
      For. InProf           : 105578                  15104553
      For. OutProf          : 0                       0
      -------------------------------------------------------------------------------
      At time t = 11 sec (Mode: Rate)
      -------------------------------------------------------------------------------
      SLA Profile Instance statistics
      -------------------------------------------------------------------------------
                              Packets                 Octets                  % Port
                                                                              Util.
      Off. HiPrio           : 0                       0                       0.00
      Off. LowPrio          : 1469                    477795                  0.38
      Off. Uncolor          : 0                       0                       0.00
      Queueing Stats (Ingress QoS Policy 1000)
      Dro. HiPrio           : 0                       0                       0.00
      Dro. LowPrio          : 119                     40691                   0.03
      For. InProf           : 0                       0                       0.00
      For. OutProf          : 1349                    437350                  0.34
      Queueing Stats (Egress QoS Policy 1000)
      Dro. InProf           : 0                       0                       0.00
      Dro. OutProf          : 0                       0                       0.00
      For. InProf           : 1469                    209129                  0.16
      For. OutProf          : 0                       0                       0.00
      ===============================================================================
      A:Dut-A#
      
      A:Dut-A# monitor service subscriber alcatel_100 sap 1/2/1:101 sla-profile sla_default ingress-queue-id 1
      ===============================================================================
      Monitor statistics for Subscriber alcatel_100
      ===============================================================================
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
                              Packets                 Octets
      Ingress Queue 1 (Unicast) (Priority)
      Off. HiPrio           : 0                       0
      Off. LowPrio          : 0                       0
      Off. Uncolor          : 0                       0
      Dro. HiPrio           : 0                       0
      Dro. LowPrio          : 0                       0
      For. InProf           : 0                       0
      For. OutProf          : 0                       0
      ===============================================================================
      A:Dut-A#
       
       
      A:Dut-A# monitor service subscriber alcatel_100 sap 1/2/1:101 sla-profile sla_default egress-queue-id 1
      ===============================================================================
      Monitor statistics for Subscriber alcatel_100
      -------------------------------------------------------------------------------
      At time t = 0 sec (Base Statistics)
      -------------------------------------------------------------------------------
                              Packets                 Octets
      Egress Queue 1
      Dro. InProf           : 880                     127660
      Dro. OutProf          : 0                       0
      For. InProf           : 164366                  23506178
      For. OutProf          : 0                       0
      ===============================================================================
      A:Dut-A#
      
      
      
      
      
      
      
      
      Commands in the candidate CLI branch, except 
candidate edit, are available only when in edit-cfg mode.
 
      
      
      
      
      
      
      
      
      
      
      
      
      commit [confirmed
 timeout] [comment
 comment] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      This command is used to stop an automatic reversion to the previous configuration after the candidate commit confirmed command was used. If the confirm command is not executed before the commit confirmed timeout period expires then the previous commit changes will be undone and the previous candidate configuration will be available for editing and a subsequent commit. 
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      A redo command is blocked if another user has made changes in the same CLI branches that would be impacted during the redo.
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
       
      
      
      
      
      
      
      
      
      config>xx (where xx is any sub-branch at any level below config, but not at the config context itself) 
      
      
      A compare operation does not check authorization of each line of output. Permission to execute the compare operation from the “admin” branch of CLI (authorization for the admin rollback compare or 
admin compare command itself) should only be given to users who are allowed to view the entire configuration, similar to permissions for 
admin display-config.
 
      
      
      
      
        
          
            | 
               
                Values	
               
             | 
            
              active-cfg — The currently operational configuration that is active in the node.  
             | 
          
        
       
      latest-rb — The most recent rollback checkpoint (the checkpoint file at the configured rollback-location with “*.rb” as the suffix).
 
      rescue— The rescue configuration (at the configured rescue-location).
 
      checkpoint-id — An id from [1 ..max] indicating a specific rollback checkpoint (where max is the highest checkpoint allowed/configured).  A checkpoint-id of 1 indicates the rollback checkpoint file (at the configured rollback-location) with “*.rb.1” as the suffix, 2 for file “*.rb.2”, etc.
 
      
      
      
      
      
      
      
      
      
      
      
      delete {latest-rb
| checkpoint-id | rescue
} 
      
      
      
      
      If “config redundancy rollback-sync” is enabled, a rollback delete will also delete the equivalent checkpoint on the standby CF and shuffle the suffixes on the standby CF.
 
      
      
      
      
      
      
      
      
      
      
      
      
      revert [latest-rb
| checkpoint-id | rescue
] [now
]  
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      save [rescue
] [comment comment-string] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      view [latest-rb
 | checkpoint-id | rescue
] 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      view {bootup-cfg|active-cfg|candidate-cfg|latest-rb|
 checkpoint-id|rescue
} 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      The no form of this command, when configured under the 
management cli context, blocks writeable access and configuration changes in the 
configure CLI branch. This causes the running configuration datastore from the 
configure CLI branch to be read-only.
 
      This command can be used to enforce the use of candidate configuration and the commit command, instead of allowing immediate mode line-by-line configuration changes.
 
      
      immediate (configuration changes are allowed in the 
configure CLI branch)
 
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      A:ALA-103>config>system# show alias
      ==============================================================================
      Alias-Name                    Alias-command-name
      ==============================================================================
      sri                           show router interface
      sse                           show service service-using epipe
      ssvpls                        show service service-using vpls
      ssvprn                        show service service-using vprn
      ssi                           show service service-using ies
      ------------------------------------------------------------------------------
      Number of aliases : 5
      ==============================================================================
      A:ALA-103>config>system#