2.9. Basic Command Reference

2.9.1. Command Hierarchies

2.9.1.1. Basic CLI Commands

back
clear­
echo [text-to-echo] [extra-text-to-echo] [more-text]
exec [-echo] [-syntax] filename | eof-marker-string
exit [all]
help
info [detail]
logout
ping {ip-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 | service-name service-name] [timeout timeout]
pwc [previous]
sleep [seconds]
ssh [ip-addr | dns-name |username@ip-addr] [-l username] [-v SSH-version] [router router-instance]
telnet [ip-address | dns-name] [port] [router router-instance]
traceroute {ip-address | dns-name} [ttl value] [wait milliseconds] [no-dns] [source ip-address] [tos type-of-service] [router router-instance]
tree [detail]
write {user | broadcast} message-string

2.9.1.2. Show Commands

show
alias

2.9.1.3. Monitor Commands

monitor
filter
ip ip-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate]
ipv6 ipv6-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute|rate]
mac mac-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate]
lag lag-id [lag-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate]
port port-id [port-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate]
router
id service-id
sap sap-id [interval seconds] [repeat repeat] [absolute | rate]
sdp sdp-id [far-end] ip-address [interval seconds] [repeat repeat] [absolute | rate]

2.9.1.4. Environment Commands

root
— environment
alias alias-name alias-command-name
— no alias alias-name
[no] create
[no] more
reduced-prompt [no of nodes in prompt]
length lines
width width
time-display {local | utc}
[no] time-stamp

2.9.2. Command Descriptions

2.9.2.1. Global Commands

enable-admin

Syntax 
enable-admin
Context 
<global>
Description 
Note:

See the description for the admin-password command. If the admin-password is configured in the config>system>security>password context, any user can enter a special administrative mode by entering the enable-admin command.

The enable-admin command is in the default profile. By default, all users are given access to this command.

When the enable-admin command is entered, the user is prompted for a password. If the password is correct, the user is given unrestricted access to all 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.

The following is an example of a password configuration.

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#

Use one of the following options to verify that a user is in the enable-admin mode.

  1. Administrators cab use the show users command to know which users are in this mode.
  2. Enter the enable-admin command again at the root prompt and an error message will be returned.

The following is an example output for the show users command.

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#

back

Syntax 
back
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command moves the context back one level in the command hierarchy. For example, if the current level is the config router ospf context, the back command moves the cursor to the config router context level.

clear­

Syntax 
clear
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command clears statistics for a specified entity, or it clears and resets the entity.

Parameters 
cron—
Clears CRON history.
filter—
Clears IPv4, IPv6, MAC, and log filter counters.
lag—
Clears LAG-related entities.
log—
Closes and reinitializes the log specified by log-id.
port—
Clears port statistics.
qos—
Clears QoS statistics.
radius—
Clears the RADIUS server state.
router—
Clears router commands affecting the router instance in which they are entered.
Values—
arp, authentication, bfd, dhcp, forwarding-table, icmp-redirect-route, interface, isis, ldp, mpls, ospf, rip, rsvp

 

saa—
Clears the SAA test results.
screen—
Clears the console or telnet screen.
service—
Clears service ID and statistical entities.
system—
Clears or re-enables a previously failed reference.
tacplus—
Clears the TACACS+ server state.
trace—
Clears the trace log.

echo

Syntax 
echo [text-to-echo] [extra-text-to-echo] [more-text]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command echoes arguments on the command line. The primary use of this command is to allow messages to be displayed to the screen in files executed with the exec command.

Parameters 
text-to-echo—
Specifies a text string to be echoed up to 256 characters.
extra-text-to-echo—
Specifies more text to be echoed up to 256 characters.
more-text—
Specifies more text to be echoed up to 256 characters.

exec

Syntax 
exec [-echo] [-syntax] {filename | [eof_string]}
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command executes the contents of a text file as if they were CLI commands entered at the console.

Exec commands do not have no versions.

The following commands are related to the exec command:

  1. Use this command to configure a URL for a CLI script to exec following a failed configuration boot.
  2. Use this command to configure a URL for a CLI script to exec following a successful configuration boot.
Parameters 
-echo—
Keyword to echo the contents of the exec file to the session screen as it executes.
Default—
Echo disabled.
-syntax—
Keyword to perform a syntax check of the file without executing the commands. Syntax checking finds invalid commands and keywords, but it will not be able to validate erroneous user-configured parameters.
Default—
Execute file commands.
file-name—
The text file with CLI commands to execute.
<<—
Stdin can be used as the source of commands for the exec command. When stdin is used as the exec command input, the command list is terminated with <Ctrl-C>, “EOF<Return>” or “eof_string<Return>”.

If an error occurs entering an exec file sourced from stdin, all commands after the command returning the error will be silently ignored. The exec command will indicate the command error line number when the stdin input is terminated with an end-of-file input.

eof_string—
Specifies the ASCII printable string used to indicate the end of the exec file when stdin is used as the exec file source. <Ctrl-C> and “EOF” can always be used to terminate an exec file sourced from stdin.
Default—
<Ctrl-C>, EOF

exit

Syntax 
exit [all]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command returns to the context from which the current level was entered. For example, if you navigated to the current level on a context by context basis, then the exit command only moves the cursor back one level.

A:Dut-G# configure 
A:Dut-G>config# service 
A:Dut-G>config>service# vpls 1 
A:Dut-G>config>service>vpls# exit 
A:Dut-G>config>service# exit 
A:Dut-G>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.

The following is a sample configuration output.

A:Dut-G# configure service vpls 1 
A:Dut-G>config>service>vpls# exit 
A:Dut-G# 
The exit all command moves the cursor all the way back to the root level. 

The exit all command moves the cursor all the way back to the root level.

A:Dut-G# configure 
A:Dut-G>config# service 
A:Dut-G>config>service# vpls 1 
A:Dut-G>config>service>vpls# exit all
A:Dut-G#
Parameters 
all—
Keyword to exit back to the root CLI context.

help

Syntax 
help
help edit
help global
help special-characters
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command provides a brief description of the help system. The following information is displayed:

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.
Parameters 
edit—
Keyword to display help on editing. The following output displays available editing keystrokes.
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
global—
Keyword to display help on global commands.The following output displays the available global commands.
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
special-characters—
Keyword to display help on special characters. Use the following CLI commands to display more information about commands and command syntax:
? —
Lists all commands in the current context.
string?—
Lists all commands available in the current context that start with the string.
command ?—
Displays command syntax and associated keywords.
string<Tab> or string<Space>—
Completes a partial command name (auto-completion) or list available commands that match the string.

history

Syntax 
history
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command lists the last 30 commands entered in this session.

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.

For example:

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#

info

Syntax 
info [detail]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command displays the running configuration for the configuration context.

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.

By default, the command only enters the configuration parameters that vary from the default values. The detail keyword causes all configuration parameters to be displayed.

Parameters 
detail—
Displays all configuration parameters, including parameters at their default values.

logout

Syntax 
logout
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command logs out of the router session.

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 recreated.

password

Syntax 
password
Context 
<ROOT>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command changes a user CLI login password.

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.

When this command is invoked, the user is prompted to enter the old password, the new password, and the new password again to verify the correct input.

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 denied access to the CLI.

ping

Syntax 
ping {ip-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 | service-name service-name] [timeout timeout]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command is the TCP/IP utility to verify IP reachability.

Parameters 
ip-address | dns-name—
Specifies the remote host to ping. The IP address or the DNS name (if DNS name resolution is configured) can be specified.
Values—
ipv4-address - a.b.c.d ipv6-address - x:x:x:x:x:x:x:x[-interface] x:x:x:x:x:x:x:x [-interface] x:x:x:x:x:x:d.d.d.d x: 0 — FFFF H d: 0 — 255 D

 

rapid | detail—
The rapid keyword 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 keyword includes in the output the interface on which the ping reply was received.

The following is a sample configuration.

 
*A:ALU-7210# ping 192.xxx.xxx.xxx
PING 192.xxx.xxx.xxx 56 data bytes
64 bytes from 192.xxx.xxx.xxx: icmp_seq=1 ttl=64 time<10ms.
64 bytes from 1192.xxx.xxx.xxx: icmp_seq=2 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=3 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=4 ttl=64 time<10ms.
64 bytes from 192.xxx.xxx.xxx: icmp_seq=5 ttl=64 time<10ms.
 
---- 192.xxx.xxx.xxx PING Statistics ----
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min < 10ms, avg < 10ms, max < 10ms, stddev < 10ms
*A:ALU-7210#
 
ttl time-to-live
Specifies the IP Time To Live (TTL) value to include in the ping request, expressed as a decimal integer.
Values—
0 to128

 

tos type-of-service
Specifies the type-of-service (TOS) bits in the IP header of the ping packets, expressed as a decimal integer.
Values—
0 to 255

 

size bytes
Specifies the size in bytes of the ping request packets.
Default—
56 bytes (actually 64 bytes because 8 bytes of ICMP header data are added to the packet)
Values—
0 to 65507

 

pattern pattern
Specifies a 16-bit pattern string to include in the ping packet, expressed as a decimal integer.
Values—
0 to 16384

 

source ip-address
Specifies the source IP address to use in the ping requests in dotted decimal notation.
Default—
The IP address of the egress IP interface.
Values—
ipv4-address - a.b.c.d ipv6-address - x:x:x:x:x:x:x:x[-interface] x:x:x:x:x:x:x:x [-interface] x:x:x:x:x:x:d.d.d.d x: 0 — FFFF H d: 0 — 255 D

 

interval seconds
Specifies the interval in seconds between consecutive ping requests, expressed as a decimal integer.
Default—
1
Values—
1 to 10000

 

next-hop ip-address
This option disregards the routing table and will send this packet to the specified next hop address. This address must be on an adjacent router that is attached to a subnet that is common between this and the next-hop router.
Default—
per the routing table
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]D

 

interface interface-name
Specifies the interface name.
bypass-routing—
Keyword to send the ping request to a host on a directly attached network bypassing the routing table. The host must be on a directly attached network or an error is returned.
count requests
Specifies the number of ping requests to send to the remote host, expressed as a decimal integer.
Default—
5
Values—
1 to 10000

 

do-not-fragment—
Specifies that the request frame should not be fragmented. This option is particularly useful in combination with the size parameter for maximum MTU determination.
router router-instance
Specifies the router name or service ID.
Default—
Base
Values—
router-name: Base, management service-id: 1 to 2147483647

 

timeout timeout
Specifies the timeout in seconds.
Default—
5
Values—
1 to 10

 

service-name service-name
Specifies a unique service name, up to 64 characters to identify the service.
Values—
[64 chars max]

 

pwc

Syntax 
pwc [previous]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

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.

The following is a sample configuration output.

A:Dut-G>config>service>vpls# pwc 
-------------------------------------------------------------------------------
Present Working Context :
-------------------------------------------------------------------------------
 <root>
  configure  
  service  
  vpls 1  
-------------------------------------------------------------------------------
A:Dut-G>config>service>vpls# 

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.

Parameters 
previous—
Keyword to display the previous present working context.

sleep

Syntax 
sleep [seconds]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command causes the console session to pause operation (sleep) for 1 second (default) or for the specified number of seconds.

Parameters 
seconds—
Specifies the number of seconds for the console session to sleep, expressed as a decimal integer.
Default—
1
Values—
1 to 100

 

ssh

Syntax 
ssh [ip-addr | dns-name |username@ip-addr] [-l username] [-v SSH-version] [router router-instance| service-name service-name]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command initiates a client Secure Shell (SSH) session with the remote host and is independent from the administrative or operational state of the SSH server. However, to be the target of an SSH session, the SSH server must be operational.

Quitting SSH while in the process of authentication is accomplished by either executing a Ctrl-c or "~." (tilde and dot), assuming the “~” is the default escape character for SSH session.

Parameters 
ip-address | host-name—
Specifies the remote host for an SSH session. The IP address or the DNS name (if DNS name resolution is configured) can be specified.
-l user
Specifies the user name to use when opening the SSH session.
router router-instance
Specifies the router name or service ID.

Default—
Base

telnet

Syntax 
telnet [ip-address | dns-name] [port] [router router-instance]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command opens a Telnet session to a remote host. Telnet servers in 7210 SAS networks limit a Telnet clients to three login attempts. The Telnet server disconnects the Telnet client session after the third attempt has failed. The number of attempts for a Telnet client session is not user-configurable.

Parameters 
ip-address —
Specifies the IP address or the DNS name (if DNS name resolution is configured).
Values—
ipv4-address a.b.c.d

 

Values—
ipv6-address x:x:x:x:x:x:x:x (eight 16-bit pieces)                             x:x:x:x:x:x:d.d.d.d x: [0 .. FFFF]H      d: [0 .. 255]D

 

dns-name—
Specifies the DNS name (if DNS name resolution is configured), up to 128 characters.
port—
Specifies the TCP port number to use to Telnet to the remote host, expressed as a decimal integer.
Default—
23
Values—
1 to 65535

 

router router-instance
Specifies the router name or service ID.
Values—
router-name: Base, management service-id: 1 to 2147483647

 

Default—
Base

traceroute

Syntax 
traceroute {ip-address | dns-name} [ttl ttl] [wait milliseconds] [no-dns] [source ip-address] [tos type-of-service] [router router-instance]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

The TCP/IP traceroute utility determines the route to a destination address. Aborting a traceroute with the Ctrl-c could require issuing a second Ctrl-c before the prompt is returned.

The following is a sample configuration output.

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#
Parameters 
ip-address | dns-name—
Specifies the remote address to traceroute. The IP address or the DNS name (if DNS name resolution is configured) can be specified.
Values—
ipv4-address a.b.c.d ipv6-address x:x:x:x:x:x:x:x (eight 16-bit pieces)                              x:x:x:x:x:x:d.d.d.d x: [0 .. FFFF]H      d: [0 .. 255]D

 

ttl ttl
Specifies the maximum Time-To-Live (TTL) value to include in the traceroute request, expressed as a decimal integer.
Values—
1 to 255

 

wait milliseconds
Specifies the time in milliseconds to wait for a response to a probe, expressed as a decimal integer.
Default—
5000
Values—
1 to 60000

 

no-dns—
Keyword to specify not to perform a DNS lookup for the specified host.
Default—
DNS lookups are performed
source ip-address
Specifies the source IP address to use as the source of the probe packets in dotted decimal notation. If the IP address is not one of the device interfaces, an error is returned.
tos type-of-service
Specifies the type-of-service (TOS) bits in the IP header of the probe packets, expressed as a decimal integer.
Values—
0 to 255

 

router router-instance
Specifies the router name or service ID.
Values—
router-name: Base, management service-id: 1 to 2147483647

 

Default—
Base

tree

Syntax 
tree [detail]
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command displays the command hierarchy structure from the present working context.

Parameters 
detail—
Keyword to include parameter information for each command displayed in the tree output.

write

Syntax 
write {user | broadcast} message-string
Context 
<GLOBAL>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command sends a console message to a specific user or to all users with active console sessions.

Parameters 
user—
Specifies the name of a user with an active console session to which to send a console message.
Values—
any valid CLI username

 

broadcast—
Keyword to send the message-string to all users logged into the router.
message-string—
Specifies the message string to send. Allowed values are any string up to 250 characters composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, and others), the entire string must be enclosed within double quotes.

2.9.2.2. CLI Environment Commands

alias

Syntax 
alias alias-name alias-command-line
no alias alias-name
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables the substitution of a command line by an alias.

Use the alias command to create alternative names for an entity or command string that are r easier to remember and understand. If the string contains special characters (#, $, spaces, and others), the entire string must be enclosed within double quotes. 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 environment context.

For example, to create an alias named soi to display OSPF interfaces, enter:

alias soi “show router ospf interface”

Parameters 
alias-name—
Specifies the alias name. Do not use a valid command string for the alias. If the alias specified is an actual command, this causes the command to be replaced by the alias.
alias-command-line—
Specifies the command line to be associated with the alias.

create

Syntax 
[no] create
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command is required to create a new OS entity.

The no form of the command disables requiring the create keyword.

Default 

create

more

Syntax 
[no] more
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables per-screen CLI output, meaning that the output is displayed on a screen-by-screen basis. The terminal screen length can be modified with the terminal command. The following prompt appears at the end of each screen of paginated output:

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.

Default 

more

reduced-prompt

Syntax 
reduced-prompt [no of nodes in prompt]
no reduced-prompt
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command configures the maximum number of higher CLI context levels to display in the CLI prompt for the current CLI session. This command is useful when configuring features that are several node levels deep, causing the CLI prompt to become too long. By default, the CLI prompt displays the system name and the complete context in the CLI.

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 (“…”).

The following is a sample configuration output.

A:ALA-1>environment# reduced-prompt 2
A:ALA-1>vonfig>router# interface to-103
A:ALA-1>...router>if#

The setting is not saved in the configuration. It must be reset for each CLI session or stored in an exec script file.

The no form of the command reverts to the default.

Default 

no reduced-prompt

Parameters 
no of nodes in prompt—
Specifies the maximum number of higher-level nodes displayed by name in the prompt, expressed as a decimal integer.
Default—
2
Values—
0 to 15

 

saved-ind-prompt

Syntax 
[no] saved-ind-prompt
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables saved indicator in the prompt. When changes are made to the configuration file a “*” appears in the prompt string indicating that the changes have not been saved. When an admin save command is executed, the “*” disappears.

The following is a sample configuration output.

*A:ALA-48# admin save
Writing file to ftp://xxx.xxx.xx.xx/./sim48/sim48-config.cfg
Saving configuration .... Completed.
A:ALA-48#

terminal

Syntax 
[no] terminal
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document

Description 

This command enables the context to configure the terminal screen length and width for the current CLI session.

length

Syntax 
length lines
Context 
environment>terminal
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document

Description 

This command sets the terminal screen length (number of lines).

Default 

24

Parameters 
lines—
Specifies the number of lines for the terminal screen length, expressed as a decimal integer.
Values—
1 to 512

 

width

Syntax 
width width
Context 
environment>terminal
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document

Description 

This command sets the terminal screen width (number of characters).

Default 

80

Parameters 
width—
Specifies the number of characters for the terminal screen width, expressed as a decimal integer.
Values—
1 to 512

 

time-display

Syntax 
time-display {local | utc}
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command displays timestamps in the CLI session based on local time or Coordinated Universal Time (UTC).

The system keeps time internally in UTC and is capable of displaying the time in either UTC or local time based on the time zone configured.

This configuration command is only valid for times displayed in the current CLI session. This includes displays of event logs, traps and all other places where a timestamp is displayed.

In general all timestamps are shown in the time selected. This includes log entries destined for console/session, memory, or SNMP logs. Log files on compact flash are maintained and displayed in UTC format.

Default 

time-display local — Displays time stamps based on the local time.

time-stamp

Syntax 
time-stamp
Context 
environment
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command displays timestamps in the CLI session.

2.9.2.3. Show Commands

alias

Syntax 
alias
Context 
<root>
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command shows a list of existing aliases.

Output 

The following output is an example of alias information, and Table 15 describes the output fields.

Sample Output
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
ssi                           show service service-using ies
------------------------------------------------------------------------------
Number of aliases : 5
==============================================================================
A:ALA-103>config>system#
Table 15:  Output Fields: Alias  

Label

Description

Alias-Name

Displays the name of the alias

Alias-command-name

The command and parameter syntax that define the alias

Number of aliases

The total number of aliases configured on the router

2.9.2.4. Monitor CLI Commands

filter

Syntax 
filter
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables the context to configure criteria to monitor IP and MAC filter statistics.

ip

Syntax 
ip ip-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor>filter
monitor>management-access-filter
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables IP filter monitoring. The statistical information for the specified IP filter entry is displayed at the configured interval until the configured count is reached.

The first screen displays the current statistics related to the specified IP filter. The subsequent statistical information listed for each interval is displayed as a delta to the previous screen output.

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 is displayed. Monitor commands display the selected statistics according to the configured number of times at the interval specified.

Parameters 
ip-filter-id—
Displays detailed information for the specified filter ID and its filter entries.
Values—
1 to 65535

 

entry entry-id—
Displays information on the specified filter entry ID for the specified filter ID only.
Values—
1 to 65535

 

interval seconds
Specifies the interval for each display in seconds.
Default—
5 seconds
Values—
3 to 60

 

repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display raw statistics, without processing. No calculations are performed on the delta or rate statistics.
rate —
Keyword to display the rate per second for each statistic instead of the delta.
Output 

The following is output is an example of filter IP statistics.

Sample Output
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

Syntax 
ipv6 ipv6-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor>filter
monitor>management-access-filter
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables IPv6 filter monitoring. The statistical information for the specified IPv6 filter entry displays at the configured interval until the configured count is reached.

The first screen displays the current statistics related to the specified IPv6 filter. 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.

Parameters 
iv6p-filter-id—
Displays detailed information for the specified IPv6 filter ID and its filter entries.
Values—
1 to 65535

 

entry entry-id—
Displays information on the specified IPv6 filter entry ID for the specified filter ID only.
Values—
1 to 65535

 

interval seconds
Specifies the interval for each display in seconds.
Default—
10 seconds
Values—
3 to 60

 

repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display the raw statistics, without processing. No calculations are performed on the delta or rate statistics.
rate—
Keyword to display the rate per second for each statistic instead of the delta.
Output 

The following output is an example of IPv6 filter statistics.

Sample Output
*A:7210SAS>monitor>filter# ipv6 10 entry 10 interval 3 repeat 3 absolute
 
===============================================================================
Monitor statistics for IPv6 filter 10 entry 10
===============================================================================
-------------------------------------------------------------------------------
At time t = 0 sec (Base Statistics)
-------------------------------------------------------------------------------
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
 
-------------------------------------------------------------------------------
At time t = 3 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
 
-------------------------------------------------------------------------------
At time t = 6 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
 
-------------------------------------------------------------------------------
At time t = 9 sec (Mode: Absolute)
-------------------------------------------------------------------------------
Ing. Matches : 0 pkts
Egr. Matches : 0 pkts
 
===============================================================================
*A:7210SAS>monitor>filter#

mac

Syntax 
mac mac-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor>filter
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables MAC filter monitoring. The statistical information for the specified MAC filter entry displays at the configured interval until the configured count is reached.

The first screen displays the current statistics related to the specified MAC filter. 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.

Parameters 
mac-filter-id—
Specifies the MAC filter policy ID.
Values—
1 to 65535

 

entry entry-id—
Displays information on the specified filter entry ID for the specified filter ID only.
Values—
1 to 65535

 

interval seconds
Specifies the interval for each display in seconds.
Default—
5 seconds
Values—
3 to 60

 

repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display the raw statistics, without processing. No calculations are performed on the delta or rate statistics.
rate—
Keyword to display the rate-per-second for each statistic instead of the delta.
Output 

The following output is an example of MAC filter statistics.

Sample Output
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

Syntax 
lag lag-id [lag-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command monitors traffic statistics for Link Aggregation Group (LAG) ports. Statistical information for the specified LAG IDs is displayed at the configured interval until the configured count is reached.

The first screen displays the current statistics related to the specified LAG 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.

Parameters 
lag-id—
Specifies the number of the LAG.
Values—
1 to 12

 

interval seconds
Specifies the interval for each display in seconds.
Default—
5 seconds
Values—
3 to 60

 

repeat repeat
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display the raw statistics, without processing. No calculations are performed on the delta or rate statistics.
rate—
Keyword to display the rate per second for each statistic instead of the delta.
Output 

The following output is an example of LAG statistics.

Sample Output
A:ALA-12# monitor lag 2 
===============================================================================
Monitor statistics for LAG ID 2
===============================================================================
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 00
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#

management-access-filter

Syntax 
management-access-filter
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables the context to monitor management access filters. These filters are configured in the config>system>security>mgmt-access-filter context.

port

Syntax 
port port-id [port-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables port traffic monitoring. The specified ports statistical information is displayed at the configured interval until the configured count is reached.

The first screen displays the current statistics related to the specified ports. 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.

Parameters 
port port-id—
Specifies up to 5 port IDs.
interval seconds
Specifies the interval for each display in seconds.
Default—
10 seconds
Values—
3 to 60

 

repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display the raw statistics, without processing. No calculations are performed on the delta or rate statistics.
rate—
Keyword to display the rate per second for each statistic instead of the delta.
Output 

The following output is an example of port statistics.

Sample Output
A:ALA-12>monitor# port 1/1/4 interval 3 repeat 3 absolute
===============================================================================
Monitor statistics for Port 1/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 1/1/4 interval 3 repeat 3 rate
===============================================================================
Monitor statistics for Port 1/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#

router

Syntax 
router router-instance
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables the context to configure criteria to monitor statistical information for BGP, LDP, MPLS, OSPF, and RSVP protocols.

Parameters 
router-instance
Specifies the router name or service ID.
Values—
router-name: Base, management service-id: 1 to 2147483647

 

Default—
Base

service

Syntax 
service
Context 
monitor
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command enables the context to configure criteria to monitor specific service SAP criteria.

id

Syntax 
id service-id
Context 
monitor>service
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

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.

Parameters 
service-id—
Specifies the unique service identification number of the service in the service domain.

sap

Syntax 
sap sap-id [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor>service>id
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command monitors statistics for a SAP associated with this service.

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.

The first screen displays the current statistics related to the SAP. 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.

Parameters 
sap-id—
Specifies the physical port identifier portion of the SAP definition.
Values—
sap-id: null [port-id | lag-id] dot1q [port-id | lag-id]:* | qtag qinq [port-id | lag-id]:qtag1.qtag2 port-id slot/mda/port lag-id lag-id lag keyword id 1 to 200 qtag1 0 to 4094 qtag2 *, 0 to 4094 dlci 16 to 022

 

port-id—
Specifies the physical port ID in the slot/mda/port format.

If the card in the slot has Media Dependent Adapters (MDAs) installed, the port-id must be in the slot_number/MDA_number/port_number format. For example 1/2/3 specifies port 3 on MDA 2 in slot 1.

qtag1, qtag2—
Specifies the encapsulation value used to identify the SAP on the port or sub-port. If this parameter is not specifically defined, the default value is 0.

The values depends on the encapsulation type configured for the interface. The following table describes the allowed values for the port and encapsulation types.

Table 16:  Allowed Values for Port and Encapsulation Types 

Port Type

Encap-Type

Allowed Values

Comments

Ethernet

Null

0

The SAP is identified by the port.

Ethernet

Dot1q

0 to 4094

The SAP is identified by the 802.1Q tag on the port. A 0 qtag1 value also accepts untagged packets on the dot1q port.

Ethernet

QinQ

qtag1: 0 to 4094

qtag2: 0 to 4094

The SAP is identified by two 802.1Q tags on the port. A 0 qtag1 value also accepts untagged packets on the dot1q port.

Values—
qtag1: 0 to 4094 qtag2 : * | 0 to 4094

 

interval seconds
Specifies the interval for each display in seconds.
Default—
11 seconds
Values—
11 to 60

 

repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

absolute—
Keyword to display the absolute rate-per-second value for each statistic.
rate—
Keyword to display the rate per second for each statistic instead of the delta.

sdp

Syntax 
sdp {sdp-id | far-end ip-address} [interval seconds] [repeat repeat] [absolute | rate]
Context 
monitor>service>id service-id
Supported Platforms 

Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode

Description 

This command monitors statistics for a SDP binding associated with this service.

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

 

absolute—
Keyword to display the absolute rate per second value for each statistic.
far-end ip-address
Specifies the system address of the far-end 7210 SAS for the SDP in dotted decimal notation.
interval seconds
Specifies the interval for each display, in seconds.
Default—
11 seconds
Values—
11 to 60

 

rate—
Keyword to display the rate per second for each statistic instead of the delta.
repeat repeat—
Specifies how many times the command is repeated.
Default—
10
Values—
1 to 999

 

Output 

The following output is an example of SDP statistics.

Sample Output
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
===============================================================================