Summary of Contents for Alcatel-Lucent 7450 ESS-12
Page 1
7450 ESS OS Basic System Configuration Guide Software Version: 7450 ESS OS 11.0 r1 February 2013 Document Part Number: 93-0100-10-01 *93-0100-10-01*...
Page 2
This document is protected by copyright. Except as specifically permitted herein, no portion of the provided information can be reproduced in any form, or by any means, without prior written permission from Alcatel-Lucent. Alcatel, Lucent, Alcatel-Lucent and the Alcatel-Lucent logo are trademarks of Alcatel-Lucent. All other trademarks are the property of their respective owners.
Preface About This Guide This guide describes system concepts and provides configuration explanations and examples to configure SR-OS boot option file (BOF), file system and system management functions. This document is organized into functional chapters and provides concepts and descriptions of the implementation flow, as well as Command Line Interface (CLI) syntax and command usage.
Preface List of Technical Publications The 7450 ESS documentation set is composed of the following books: • 7450 ESS OS Basic System Configuration Guide This guide describes basic system configurations and operations. • 7450 ESS OS System Management Guide This guide describes system security and access configurations as well as event logging and accounting logs.
If you purchased a service agreement for your 7450 ESS router and related products from a distributor or authorized reseller, contact the technical support staff for that distributor or reseller for assistance. If you purchased an Alcatel-Lucent service agreement, contact your welcome center: http://www.alcatel-lucent.com/wps/portal/support...
Page 16
Preface Page 14 7450 ESS OS Basic System Configuration Guide...
In This Chapter This chapter provides process flow information to configure basic router and system parameters, perform operational functions with directory and file management, and boot option tasks. Alcatel-Lucent 7450 ESS-Series System Configuration Pro- cess Table 1 lists the tasks necessary to configure boot option files (BOF) and system and file management functions.
Page 18
Getting Started Table 1: Configuration Process Area Task Chapter (Continued) Boot options Configure boot option files Boot Options on page 161 (BOF) System configuration Configure system functions, System Management on page 209 including host name, address, domain name, and time parameters.
CLI Usage In This Chapter This chapter provides information about using the command-line interface (CLI). Topics in this chapter include: • CLI Structure on page 18 • Navigating in the CLI on page 19 • Basic CLI Commands on page 21 •...
CLI Structure Alcatel-Lucent’s SR OS CLI is a command-driven interface accessible through the console, Telnet and secure shell (SSH). The CLI can be used for configuration and management of SR OS routers. The SR OS CLI command tree is a hierarchical inverted tree. At the highest level is the ROOT level.
Entering Numerical Ranges on page 35 CLI Contexts Use the CLI to access, configure, and manage Alcatel-Lucent’s SR OS routers. CLI commands are entered at the command line prompt. Access to specific CLI commands is controlled by the permissions set by your system administrator. Entering a CLI command makes navigation possible from one command context (or level) to another.
Page 23
CLI Usage The CLI returns an error message when the syntax is incorrect. *A:ALA-12>config# rooter Error: Bad command. 7450 ESS OS Basic System Configuration Guide Page 21...
Basic CLI Commands The console control commands are the commands that are used for navigating within the CLI and displaying information about the console session. Most of these commands are implemented as global commands. They can be entered at any level in the CLI hierarchy with the exception of the command which must be entered at the ROOT level.
Page 25
CLI Usage Table 2: Console Control Commands (Continued) Command Description Page Causes the console session to pause operation (sleep) for one second sleep or for the specified number of seconds. Primary use is to introduce a pause within the execution of an file.
Table 3 lists describes command syntax symbols. Table 3: Command Syntax Symbols Symbol Description A vertical line indicates that one of the parameters within the brackets or braces is required. tcp-ack {true|false} Brackets indicate optional parameters. redirects [number seconds] Angle brackets indicate that you must enter text based on the parameter inside the <...
CLI Usage CLI Environment Commands The CLI environment commands are found in the root>environment context of the CLI tree and controls session preferences for a single CLI session. The CLI environment commands are listed Table Table 4: CLI Environment Commands Command Description Page...
CLI Monitor Commands Monitor commands display specified statistical information related to the monitor subject (such as filter, port, QoS, router, service, and VRRP) at a configurable interval until a count is reached. The CLI monitor commands are found in the context of the CLI tree.
CLI Usage Getting Help in the CLI The help system commands and the key display different types of help in the CLI. Table 6 lists the different help commands. Table 6: Online Help Commands Command Description List all commands in the current context. help ? List all commands available in the current context that start with string.
CLI Usage The CLI Command Prompt By default, the CLI command prompt indicates the device being accessed and the current CLI context. For example, the prompt: A:ALA-1>config>router>if# indicates the active context, the user is on the device with hostname ALA-1 in the configure>router>interface context. In the prompt, the separator used between contexts is the “...
Displaying Configuration Contexts commands display configuration for the current level. The info info detail info command displays non-default configurations. The command displays the entire info detail configuration for the current level, including defaults. The following example shows the output that displays using the command and the output that displays using the info info detail...
CLI Usage EXEC Files command allows you to execute a text file of CLI commands as if it were typed at a exec console device. command and the associated exec files can be used to conveniently execute a number of exec commands that are always executed together in the same order.
Entering CLI Commands Command Completion The CLI supports both command abbreviation and command completion. If the keystrokes entered are enough to match a valid command, the CLI displays the remainder of the command syntax when the <Tab> key or space bar is pressed. When typing a command, the <Tab> key or space bar invokes auto-completion.
CLI Usage Editing Keystrokes When entering a command, special keystrokes allow for editing of the command. Table 7 lists the command editing keystrokes. Table 7: Command Editing Keystrokes Editing Action Keystrokes Delete current character <Ctrl-d> Delete text up to cursor <Ctrl-u>...
Absolute Paths CLI commands can be executed in any context by specifying the full path from the CLI root. To execute an out-of-context command enter a forward slash “/” or backward slash “\” at the beginning of the command line. The forward slash “/” or backward slash “\” cannot be used with the environment alias command.The commands are interpreted as absolute path.
Page 37
CLI Usage If the command takes you to a different context, the following occurs: CLI Syntax: config>service>ies>/configure service ies 5 create becomes Example config>service>ies>exit all configure service vpls 5 create config>service>vpls> 7450 ESS OS Basic System Configuration Guide Page 35...
History The CLI maintains a history of the most recently entered commands. The command history displays the most recently entered CLI commands. *A:ALA-1# history 1 environment terminal length 48 2 environment no create 3 show version 4 configure port 1/1/1 5 info 6 \configure router isis 7 \port 1/1/2...
CLI Usage Entering Numerical Ranges The SR OS CLI allows the use of a single numerical range as an argument in the command line. A range in a CLI command is limited to positive integers and is denoted with two numbers enclosed in square brackets with two periods (“..”) between the numbers: ...
Page 40
Table 8: CLI Range Use Limitations (Continued) Limitation Description The range cannot cause a change in Commands should be formed in such a way that there is no context contexts. change upon command completion. For example, configure port 1/1/[1..10] will attempt to change ten different contexts. When a range is specified in the CLI, the commands are executed in a loop.
CLI Usage Pipe/Match The SR OS supports the pipe feature to search one or more files for a given character string or pattern. Note: When using the pipe/match command the variables and attributes must be spelled correctly. The attributes following the command and must come before the expression/pattern. The following displays examples of the pipe/match command to complete different tasks: •...
Page 42
"Status of SDP Bind 101:1002 in service 1001 (customer 1) changed to admin=up oper=up flags=" "Processing of a SDP state change event is finished and the status of all affected SDP Bindings on SDP 101 has been updated." A:Dut-C# show log log-id 98 | match max-count 1 "service 1001" "Status of service 1001 (customer 1) changed to administrative state: up, operational state: up"...
CLI Usage Table 9 describes regular expression symbols and interpretation (similar to what is used for route policy regexp matching). Table 10 describes special characters. Table 9: Regular Expression Symbols String Description Matches any single character. Matches a single character that is contained within the brackets. [abc] matches “a”, “b”, or “c”.
CLI Usage Redirection The SR OS upports redirection (“>”) which allows the operator to store the output of a CLI command as a local or remote file. Redirection of output can be used to automatically store results of commands in files (both local and remote). ‘ping <customer_ip>...
VI Editor vi”sual editor Note that “ (vi) is a file editor that can edit any ASCII file. This includes configuration, exec files, BOF and any other ASCII file on the system. VT100 terminal mode is supported. However, if a different terminal mode is configured there will no noticeable negative effect.
CLI Usage Using the vi Commands Use the following commands to start and end edit sessions, move around in a file, enter new text, modify, move, and delete old text, as well as read from and write to files other files. Although there are numerous commands, only a few are usually sufficient to users.
Table 11: Cutting and Pasting/Deleting Text in vi (Continued) vi Command Description Yank the current line into the specified buffer. If no buffer is specified, then the general buffer is used. Table 12: Inserting New Text vi Command Description Append at the end of the current line. Insert from the beginning of a line.
Page 49
CLI Usage Table 13: Moving the Cursor Within the File vi Command Description Move the cursor to the end of the current line. A count moves to the end of the following lines. Move the cursor to the matching parenthesis or brace. Move the cursor to the first non-whitespace character.
Table 13: Moving the Cursor Within the File vi Command Description Move the cursor down one line. Move the cursor up one line. Move the cursor to the right one character position. Move the cursor forward one word. If the cursor is in the middle of a word, move the cursor to the first character of the next word.
CLI Usage Table 16: Searching for Text or Characters vi Command Description Repeat the last f, F, t or T command in the reverse direction. Search the file downwards for the string specified after the /. Repeat the last f, F, t or T command. Search the file upwards for the string specified after the Search the current line backwards for the character specified after the 'F' command.
Table 19: Miscellaneous vi Command Description Show the current filename and the status. Clear and redraw the screen. Redraw the screen removing false lines. Escape key. Cancels partially formed command. Go back to the last file edited. Execute a shell. Not supported &...
Without options, it only substitutes the first occurrence of the options pattern. If a 'g' is specified, then all occurrences are substituted. For example, the command :1,$s/Alcatel/Alcatel-Lucent/g substitutes all occurrences of Alcatel Alcatel-Lucent :set [all] Sets some customizing options to and EX.
Configuration Rollback The Configuration Rollback feature provides the ability to “undo” configuration and reverts back to previous router configuration states while minimizing impacts to services. This feature gives the operator better control and visibility over the router configurations and reduces operational risk while increasing flexibility and providing powerful recovery options. Configuration Rollback is useful in cases where configuration changes are made but the operator later decides to not keep the changes (for example, experimentation or when problems are identified in the configuration during actual network operation).
CLI Usage Feature Behavior The following list describes detailed behavior and CLI usage of the rollback feature: • The user can create a rollback checkpoint, and later, revert to this checkpoint with minimal impacts to services: admin>rollback# save [comment <comment-string>] comment-string: an 255 char comment associated with the checkpoint •...
Page 56
• The operator can enable automatic synchronization of rollback checkpoint files between the active CPM and inactive CPM. When this automatic synchronization is enabled, a rollback save will cause the new checkpoint file to be saved to both the active and standby.
CLI Usage SNMP set SNMP set CLI config CLI config rollback save rollback save rollback rollback checkpoint checkpoint rollback save rollback save rollback rollback checkpoint checkpoint rollback revert 2 rollback revert 2 rollback save rollback save rollback rollback checkpoint checkpoint rollback revert latest rollback revert latest Figure 3: Configuration Rollback...
Page 58
• impacts to the running services are minimized during a rollback: no impact in areas of configuration that did not change configuration parameters that changed (or items that changed config have dependencies on) are first removed (revert to default) and the previous values are then restored (can be briefly service impacting in changed areas).
Page 59
CLI Usage • Rollback is supported even after an admin reboot is performed (or changes the primary config in the bof is changed and an admin reboot is performed). Admin reboot does not “break the chain” for rollback. • The Configuration Rollback feature is incompatible with the use of Time Of Day (ToD) policies and functionality.
Page 60
dependant on admin state), then the rollback revert will automatically remove the force-switchover and the node will revert to whatever is the best spoke-sdp in the redundant set. Rollback impacts the configuration state of the router, and as with normal operator CLI or SNMP configuration changes, additional actions or steps may need to occur before certain configuration changes take operational effect.
Page 61
CLI Usage things down or rebuilding configurations. A strong warning is issued in this case to indicate that the operator must examine the config and potentially issue another rollback revert to return to a known (and coherent) configuration. • An HA CPM switchover during a rollback revert will cause the rollback operation to abort.
Rollback and SNMP SR OS has SNMP support for Rollback status and control. See the TIMETRA-SYSTEM-MIB for details (for example, items such as tmnxSysRollbackStarted). When the SR OS router is doing a rollback revert, SNMP managers will see a tmnxSysRollbackStarted trap, then a rapid set of “config change” traps, and then finally, the tmnxSysRollbackStatusChange trap.
CLI Usage Rescue Configuration A special rescue configuration checkpoint can be created that an operator can rollback revert to at any time. The rescue configuration has its own keyword (“rescue”) and does not use the same rolling suffix indices as the normal rollback checkpoints. This allows the operator to easily return to the rescue configuration state without having to consider a checkpoint index, and ensures that the rescue checkpoint is always available (doesn’t roll off the bottom of the list of checkpoints).
Operational Guidelines The following points offer some operational guidance on the usage of rollback. • Both “admin save” and “rollback save” should be done periodically: • “admin save” to backup a complete config file that can be used during router reboot. ...
Page 65
CLI Usage again. The second attempt will typically complete the remaining configuration changes required to fully revert to the desired checkpoint. • When a new backup CPM is commissioned, the user should do an “admin redundancy rollback-sync” to copy the entire set of rollback files from the active CPM cf to the new standby CPM cf.
Root Commands Basic CLI Commands 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, then any user can enter a special administrative mode by entering the enable-admin command.
Page 71
There are two ways to verify that a user is in the enable-admin mode: • 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...
Page 72
Root Commands 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 —...
Page 73
<< — 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.
Page 74
Root Commands help Syntax help help edit help global help special-characters <GLOBAL> Description This command provides a brief description of the help system. The following information displays: 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 explana- tion of all parameters.
Page 75
sleep - Sleep for specified number of seconds - 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 help special-characters —...
Page 76
Root Commands 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> 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.
Page 77
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...
Page 78
Root Commands 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# Parameters detail — Displays all configuration parameters including parameters at their default values. logout Syntax logout...
Page 79
password Syntax password Context <ROOT> 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 invoked, the user is prompted to enter the old password, the new password, and then the new pass- word again to verify the correct input.
Page 80
Root Commands ttl time-to-live — The IP Time To Live (TTL) value to include in the ping request, expressed as a decimal integer. Values 0 —128 tos type-of-service — The type-of-service (TOS) bits in the IP header of the ping packets, expressed as a decimal integer.
Page 81
Default Values 1 — 10 Syntax pwc [previous] Context <GLOBAL> Description This command displays the present or previous working context of the CLI session. The pwc command pro- vides a user who is in the process of dynamically configuring a chassis a way to display the current or previ- ous working context of the CLI session.
Page 82
Root Commands Parameters seconds — The number of seconds for the console session to sleep, expressed as a decimal integer. Default Values 1 — 100 Syntax ssh [ip-addr | dns-name |username@ip-addr] [-l username] [-v SSH-version] [router router- instance| service-name service-name] Context <GLOBAL>...
Page 83
router router-instance — Specify the router name or service ID. Values router-name: Base, management service-id: 1 — 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> Description The TCP/IP traceroute utility determines the route to a destination address.
Page 84
Root Commands Values router-name: Base, management service-id: 1 — 2147483647 Default Base tree Syntax tree [detail] Context <GLOBAL> Description This command displays the command hierarchy structure from the present working context. Parameters detail — Includes parameter information for each command displayed in the tree output. write Syntax write {user | broadcast} message-string...
Page 85
CLI Environment Commands alias Syntax alias alias-name alias-command-line no alias alias-name Context environment Description 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.
Page 86
Root Commands Default more — CLI output pauses at the end of each screen waiting for the user input to continue. reduced-prompt Syntax reduced-prompt [number of nodes in prompt] no reduced-prompt Context environment Description This command configures the maximum number of higher CLI context levels to display in the CLI prompt for the current CLI session.
Page 87
suggest-internal-objects Syntax [no] suggest-internal-objects Context environment Description This command enables suggesting of internally created objects while auto completing. The no form of the command disables the command. terminal Syntax terminal no terminal Context environment Description This command enables the context to configure the terminal screen length for the current CLI session. length Syntax length lines...
Page 88
Root Commands time-display Syntax time-display {local | utc} Context environment Description This command displays time stamps 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.
Page 90
Root Commands Syntax ip entry entry-id [interval seconds] [repeat repeat] [absolute | rate] Context monitor>cpm-filter Description This command displays monitor command statistics for IP filter entries. Parameters entry entry-id — Displays information on the specified filter entry ID for the specified filter ID only. Values 1 —...
Page 91
filter Syntax filter Context monitor Description This command enables the context to configure criteria to monitor IP and MAC filter statistics. Syntax ip ip-filter-id entry entry-id [interval seconds] [repeat repeat] [absolute | rate] Context monitor>filter Description This command enables IP filter monitoring. The statistical information for the specified IP filter entry displays at the configured interval until the configured count is reached.
Page 92
Root Commands ------------------------------------------------------------------------------- Ing. Matches: 0 Egr. Matches ------------------------------------------------------------------------------- At time t = 3 sec (Mode: Absolute) ------------------------------------------------------------------------------- Ing. Matches: 0 Egr. Matches ------------------------------------------------------------------------------- At time t = 6 sec (Mode: Absolute) ------------------------------------------------------------------------------- Ing. Matches: 0 Egr. Matches ------------------------------------------------------------------------------- At time t = 9 sec (Mode: Absolute) ------------------------------------------------------------------------------- Ing.
Page 93
Parameters mac-filter-id — The MAC filter policy ID. Values 1 — 65535 entry entry-id — Displays information on the specified filter entry ID for the specified filter ID only. Values 1 — 65535 interval seconds — Configures the interval for each display in seconds. Default 5 seconds Values...
Page 94
Root Commands ------------------------------------------------------------------------------- At time t = 6 sec (Mode: Rate) ------------------------------------------------------------------------------- Ing. Matches: 0 Egr. Matches ------------------------------------------------------------------------------- At time t = 9 sec (Mode: Rate) ------------------------------------------------------------------------------- Ing. Matches: 0 Egr. Matches =============================================================================== A:ALA-1>monitor>filter# Syntax lag lag-id [lag-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate] Context monitor Description...
Page 96
Root Commands Syntax ip entry entry-id [interval seconds] [repeat repeat] [absolute | rate] Context monitor>management-access-filter Description This command nonitors statistics for the MAF IP filter entry. Parameters entry entry-id — Specifies an existing IP MAF entry ID. Values 1 — 9999 interval seconds —...
Page 97
port Syntax port port-id [port-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate] Context monitor Description This command enables port traffic monitoring. The specified port(s) statistical information displays at the configured interval until the configured count is reached. The first screen displays the current statistics related to the specified port(s).
Page 98
Root Commands Octets Packets Errors ------------------------------------------------------------------------------- At time t = 9 sec (Mode: Absolute) ------------------------------------------------------------------------------- Octets Packets Errors =============================================================================== 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 Packets...
Page 99
arbiter-stats Syntax arbiter-stats Context monitor>qos Description This command enables the context to configure monitor commands for arbiter statistics. Syntax sap sap-id [arbiter name | root] [ingress | egress] [interval seconds] [repeat repeat] [absolute | rate] Context monitor>qos>arbiter-stats Description This command monitors arbiter statistics for a SAP. Parameters sap-id —...
Page 100
Root Commands subscriber Syntax subscriber sub-ident-string [arbiter name | root] [ingress | egress] [interval seconds] [repeat repeat] [absolute | rate] Context monitor>qos>arbiter-stats Description This command monitors arbiter statistics for a subscriber. Parameters sub-ident-string — Specifies an existing subscriber a identification policy name. arbiter name —...
Page 101
site customer-site-name — Specify the customer site which is an anchor point for ingress and egress virtual scheduler hierarchy. scheduler scheduler-name — Specify an existing scheduler-name. Scheduler names are configured in the config>qos>scheduler-policy>tier level context. Values An existing scheduler-name is in the form of a string up to 32 characters long composed of printable, 7-bit ASCII characters.
Page 102
Root Commands ingress — Displays scheduler-name statistics applied on the ingress SAP. egress — Displays scheduler-name statistics applied on the egress SAP. interval seconds — Configures the interval for each display in seconds. Default 11 seconds Values 11 — 60 repeat repeat —...
Page 103
rate — When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. router Syntax router router-instance Context monitor Description This command enables the context to configure criteria to monitor statistical information for BGP, LDP, MPLS, OSPF, RIP, and RSVP protocols.
Page 104
Root Commands Sample Output A:ALA-12>monitor>router>isis# statistics interval 3 repeat 2 absolute =============================================================================== ISIS Statistics =============================================================================== At time t = 0 sec (Base Statistics) ------------------------------------------------------------------------------- ISIS Instance SPF Runs Purge Initiated LSP Regens. : 11 CSPF Statistics Requests Request Drops Paths Found Paths Not Found: 0 ------------------------------------------------------------------------------- PDU Type...
Page 105
A:ALA-12>monitor>router>isis# statistics interval 3 repeat 2 rate =============================================================================== ISIS Statistics =============================================================================== At time t = 0 sec (Base Statistics) ------------------------------------------------------------------------------- ISIS Instance SPF Runs Purge Initiated LSP Regens. : 11 CSPF Statistics Requests Request Drops Paths Found Paths Not Found: 0 ------------------------------------------------------------------------------- PDU Type Received...
Page 106
Root Commands session Syntax session ldp-id [ldp-id...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate] Context monitor>router>ldp Description This command displays statistical information for LDP sessions at the configured interval until the configured count is reached. The first screen displays the current statistics related to the specified LDP session(s). The subsequent statistical information listed for each interval is displayed as a delta to the previous display.
Page 107
Label Abort Notification Address Address Withdraw ------------------------------------------------------------------------------- At time t = 3 sec (Mode: Absolute) ------------------------------------------------------------------------------- FECs Hello 5288 5289 Keepalive 8226 8226 Init Label Mapping Label Request Label Release Label Withdraw Label Abort Notification Address Address Withdraw ------------------------------------------------------------------------------- At time t = 6 sec (Mode: Absolute) ------------------------------------------------------------------------------- FECs Hello...
Page 109
statistics Syntax statistics [interval seconds] [repeat repeat] [absolute | rate] Context monitor>router>ldp Description Monitor statistics for LDP instance at the configured interval until the configured count is reached. The first screen displays the current statistics related to the LDP statistics. The subsequent statistical information listed for each interval is displayed as a delta to the previous display.
Page 110
Root Commands =============================================================================== 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 Addr FECs Recv Serv FECs Sent Serv FECs Recv ------------------------------------------------------------------------------- At time t = 3 sec (Mode: Rate) ------------------------------------------------------------------------------- Addr FECs Sent...
Page 111
Default Values 1 — 999 absolute — When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics. rate — When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta.
Page 112
Root Commands Received : Pkts - 0 Octets - 0 =============================================================================== A:ALA-12>monitor>router>mpls# lsp-egress-statistics Syntax lsp-egress-stats lsp-name [interval seconds] [repeat repeat] [absolute | rate] Context monitor>router>mpls Description This command displays egress statistics for LSP interfaces at the configured interval until the configured count is reached.
Page 115
Parameters repeat repeat — Specifies how many times the command is repeated. Values Values 1 — 999 interval seconds — Specifies the interval for each display, in seconds. Values Values 3 — 60 absolute — When the absolute keyword is specified, the raw statistics are displayed, without processing. No calculations are performed on the delta or rate statistics.
Page 116
Root Commands Sender : 1.1.1.1 ------------------------------------------------------------------------------- Collect Stats : Enabled Accting Plcy. : None Adm State : Up PSB Match : True FC BE InProf Pkts : 568 OutProf Pkts InProf Octets : 578224 OutProf Octets: 0 FC L2 InProf Pkts OutProf Pkts : 568 InProf Octets : 0...
Page 117
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 InProf Octets : 638286 OutProf Octets: 0 FC L2...
Page 118
Root Commands The first screen displays the current statistics related to the OSPF interface(s). 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.
Page 119
Rx LSUs : 55 Tx LSUs : 95 Rx LS Acks : 91 Tx LS Acks : 52 Retransmits Discards Bad Networks Bad Virt Links : 0 Bad Areas Bad Dest Addrs : 0 Bad Auth Types : 0 Auth Failures Bad Neighbors Bad Pkt Types Bad Lengths...
Page 120
Root Commands Bad Networks Bad Virt Links : 0 Bad Areas Bad Dest Addrs : 0 Bad Auth Types : 0 Auth Failures Bad Neighbors Bad Pkt Types Bad Lengths Bad Hello Int. : 0 Bad Dead Int. Bad Options Bad Versions ------------------------------------------------------------------------------- At time t = 3 sec (Mode: Rate)
Page 121
virtual-link Syntax virtual-link nbr-rtr-id area area-id [interval seconds] [repeat repeat] [absolute | rate] Context monitor>router>ospf Description This command displays statistical OSPF virtual link information at the configured interval until the configured count is reached. The first screen displays the current statistics related to the specified neighbor(s). The subsequent statistical information listed for each interval is displayed as a delta to the previous display.
Page 122
Root Commands area area-id — The OSPF area ID, expressed in dotted decimal notation or as a 32-bit decimal integer. interval seconds — Configures the interval for each display in seconds. Default 5 seconds Values 3 — 60 repeat repeat — Configures how many times the command is repeated. Default Values 1 —...
Page 123
neighbor Syntax neighbor neighbor [neighbor...(up to 5 max)] [interval seconds] [repeat repeat] [absolute | rate] Context monitor>router>rip Description This command displays statistical RIP neighbor information at the configured interval until the configured count is reached. The first screen displays the current statistics related to the specified RIP neighbor(s). The subsequent statistical information listed for each interval is displayed as a delta to the previous display.
Page 124
Root Commands Parameters interface — 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. interval seconds —...
Page 125
Syntax sap sap-id [interval seconds] [repeat repeat] [absolute | rate] Context monitor>service>id service-id 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.
Page 126
Root Commands The values depends on the encapsulation type configured for the interface. The following table describes the allowed values for the port and encapsulation types. Port Type Encap-Type Allowed Values Comments Ethernet Null The SAP is identified by the port. Ethernet Dot1q 0 —...
Page 128
Root Commands absolute — When the absolute keyword is specified, the absolute rate-per-second value for each statistic is displayed. rate — When the rate keyword is specified, the rate-per-second for each statistic is displayed instead of the delta. Sample Output A:ALA-12# monitor service id 100 sdp 10 repeat 3 =============================================================================== Monitor statistics for Service 100 SDP binding 10...
Page 129
vr-id virtual-router-id — The virtual router ID for the existing IP interface, expressed as a decimal integer. interval seconds — Configures the interval for each display in seconds. Default 5 seconds Values 3 — 60 repeat repeat — Configures how many times the command is repeated. Default Values 1 —...
Page 130
Root Commands ingress-queue-id ingress-queue-id — Monitors statistics for this queue. Values 1 — 32 egress-queue-id egress-queue-id — Monitors statistics for this queue. Values 1 — 8 Sample Output 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) -------------------------------------------------------------------------------...
Page 133
Show Commands alias Syntax alias Context <root> Description This command displays a list of existing aliases. Output Show Alias Fields — The following table describes alias output fields. Table 18: Show Alias Output Fields Label Description Displays the name of the alias. Alias-Name The command and parameter syntax that define the alias.
File System Management In This Chapter This chapter provides information about file system management. Topics in this chapter include: • The File System on page 60 Compact Flash Devices on page 60 URLs on page 61 Wildcards on page 63 •...
The File System The SR OS file system is used to store files used and generated by the system, for example, image files, configuration files, logging files and accounting files. The file commands allow you to copy, create, move, and delete files and directories, navigate to a different directory, display file or directory contents and the image version.
File System Management URLs The arguments for the SR OS file commands are modeled after standard universal resource locator (URL). A URL refers to a file (a file-url) or a directory (a directory-url). The 7450 ESS OS supports operations on both the local file system and on remote files. For the purposes of categorizing the applicability of commands to local and remote file operations, URLs are divided into three types of URLs: local, ftp and tftp.
Wildcards 7450 ESS OS supports the standard DOS wildcard characters. The asterisk (*) can represent zero or more characters in a string of characters, and the question mark (?) can represent any one character. Example A:ALA-1>file cf3:\ # copy test*.cfg siliconvalley cf1:\testfile.cfg 1 file(s) copied.
Page 146
File System Management Table 17: File Command Local and Remote File System Support Command local-url ftp-url tftp-url attrib copy delete move repair source only type version shutdown 7450 ESS OS Basic System Configuration Guide Page 63...
File Management Tasks The following sections are basic system tasks that can be performed. Note that when a file system operation is performed with the copy, delete, move, rd, or scp commands that can potentially delete or overwrite a file system entry, a prompt appears to confirm the action.
File System Management The following displays the file configuration: A:ALA-1>file cf3:\ # attrib cf3:\bootlog.txt cf3:\bof.cfg cf3:\boot.ldr cf3:\bootlog_prev.txt cf3:\BOF.SAV A:ALA-1>file cf3:\ # attrib +r BOF.SAV A:ALA-1>file cf3:\ # attrib cf3:\bootlog.txt cf3:\bof.cfg cf3:\boot.ldr cf3:\bootlog_prev.txt cf3:\BOF.SAV Creating Directories Use the command to create a new directory in the local file system, one level at a time. Enter the command to navigate to different directories.
Copying Files Use the copy command to upload or download an image file, configuration file, or other file types to or from a flash card or a TFTP server. The scp command copies files between hosts on a network. It uses SSH for data transfer, and uses the same authentication and provides the same security as SSH.
File System Management Moving Files Use the command to move a file or directory from one location to another. move Use the CLI syntax displayed below to move files: CLI Syntax: file> move old-file-url new-file-url [force] The following displays an example of the command syntax: Example A:ALA-1>file cf1:\test1\test2\test3\ # move test.cfg cf1:\test1 cf1:\test1\test2\test3\test.cfg...
Displaying Directory and File Information Use the dir command to display a list of files on a file system. The type command displays the contents of a file. The version command displays the version of a *.tim file Use the CLI syntax displayed below to display directory and file information: CLI Syntax: file>...
Page 152
File System Management shutdown exit interface faste 2/4 ALA-1>file cf1:\ # version boot.tim TiMOS-L-1.0.B3-8 ALA-1>file cf1:\ # 7450 ESS OS Basic System Configuration Guide Page 69...
Repairing the File System Use the repair command to check a compact flash device for errors and repair any errors found. Use the CLI syntax displayed below to check and repair a compact flash device: CLI Syntax: file repair [cflash-id] The following displays an example of the command syntax: A:ALA-1>file cf3:\ # repair Checking drive cf3: on slot A for errors...
Page 154
File System Management 7450 ESS OS Basic System Configuration Guide Page 71...
Page 155
Page 72 7450 ESS OS Basic System Configuration Guide...
Page 157
Page 74 7450 ESS OS Basic System Configuration Guide...
Page 158
Configuration Commands File System Commands shutdown Syntax [no] shutdown [active] [standby] [no] shutdown [cflash-id] Context file Description This command shuts down (unmounts) the specified CPM(s). Use the no shutdown [active] [standby] command to enable one or both CPM. Use the no shutdown [cflash-id] command to enable a compact flash (cf1:, cf2:, or cf3:) on the SF/CPM card.
Page 159
No compact flash present, drive enabled: If no compact flash is present and the drive is not shut down the LED is unlit. State: admin = up, operational = down, equipped = no Ejecting a compact flash: The compact flash drive should be shut down before ejecting a compact flash card. The LED should turn to solid (not blinking) amber.
Page 160
File Commands attrib Syntax attrib [+r | -r] file-url attrib Context file Description This command sets or clears/resets the read-only attribute for a file in the local file system. To list all files and their current attributes enter attrib or attrib x where x is either the filename or a wildcard (*). When an attrib command is entered to list a specific file or all files in a directory, the file’s attributes are dis- played with or without an “R”...
.. — Signifies the parent directory. This can be used in place of an actual directory name in a directory-url. directory-url — The destination directory. copy Syntax copy source-file-url dest-file-url [force] Context file Description This command copies a file or all files in a directory from a source URL to a destination URL. At least one of the specified URLs should be a local URL.
file-url — The file name to delete. Values local-url | remote-url: 255 chars max local-url: [cflash-id/][file-path] remote-url [ftp://login:pswd@remote-locn/][file-path] cf1:,cf1-A:,cf1-B:,cf2:,cf2-A:,cf2-B:,cf3:,cf3-A:,cf3-B: force — Forces an immediate deletion of the specified file(s). file delete * force deletes all the wildcard matching files without displaying a user prompt message. Syntax dir [file-url] [sort-order { d | n | s}] [reverse] Context...
cflash-id - cf1:|cf1-A:|cf1-B:|cf2:|cf2-A:| cf2-B:|cf3:|cf3-A:|cf3-B: < d | n | s> : Sort order: d - date, n - name, s - size <reverse> : keyword - reverse order A:cses-E12>file cf3:\ # dir file Syntax file Context root Description The context to enter and perform file system operations. When entering the file context, the prompt changes to reflect the present working directory.
move Syntax move old-file-url new-file-url [force] Context file Description This command moves a local file, system file, or a directory. If the target already exists, the command fails and an error message displays. The following prompt appears if the destination file already exists: “Overwrite destination file (y/n)?”...
Page 165
A:nE1>file cf1:\ # rd hussein rf Deleting all subdirectories and files in specified directory. y/n ?y Deleting directory cf1:\hussein\hussein1 ..OK Deleting directory cf1:\alcateltest .OK Parameters file-url — The directory to be removed. local-url | remote-url: 255 chars max local-url: [cflash-id/][file-path] remote-url [ftp://login:pswd@remote-locn/][file-path] cf1:, cf1-A:,cf1-B:,cf2:,cf2-A:,cf2-B:,cf3:,cf3-A:,cf3-B:rf —...
Page 166
file-path — The destination path. router-instance — Specify the router name or service ID. Values router-name: Base , management service-id: 1 — 2147483647 Default Base force — Forces an immediate copy of the specified file. file scp local-file-url destination-file-url [router] force executes the command without displaying a user prompt message.
Page 167
Parameters file-url — The file name of the target file. Values local-url | remote-url: 255 characters maximum local-url: [cflash-id/][file-path] remote-url: [{ftp://|tftp://}login:pswd@remote-locn/][file-path] cflash-id: cf1:, cf1-A:, cf1-B: check — Validates the .tim file. Sample Output A:Redundancy>file cf3:\ # version ftp://ttest:tigris@xxx.xxx.xxx.xx/usr/global/images/ 6.1/R4/cpm.tim TiMOS-C-6.1.R4 for 7450 Thu Oct 30 14:21:09 PDT 2008 by builder in /rel6.1/b1/R4/panos/main A:Redundancy>file cf3:\ # version check ftp://test:tigris@xxx.xxx.xxx.xx/usr/global/ images/6.1/R4/cpm.tim...
Boot Options In This Chapter This chapter provides information about configuring boot option parameters. Topics in this chapter include: • System Initialization on page 162 Configuration and Image Loading on page 166 Persistence on page 168 • Initial System Startup Process Flow on page 170 •...
System Initialization The primary copy of SR OS software is located on a compact flash card. The removable media is shipped with each 7450 ESS-Seriesrouter and contains a copy of the OS image. Notes: • The CPM modules contain three slots for removable compact flash cards. The drives are named Compact Flash Slot #1 (cf1), Compact Flash Slot #2 (cf2), and Compact Flash Slot #3 (cf3).
Page 170
Boot Option Files START INITIALIZE LOAD & EXECUTE PROCESS HARDWARE BOOTSTRAP IMAGE See Figure 5 on page BOOT.LDR FOUND? BOF FOUND? BOF OK? CLI USER CONNECTED? REQUEST REQUEST See Figure 5 on page LOCAL? IP ADDRESS & IMAGE AND ROUTING INFO CONFIG LOCATION Figure 3: System Initialization - Part 1 ...
Page 171
Figure 5 displays the compact flash directory structure and file names for the redundant chassis models. ROOT bof.cfg config.cfg TIMOS-m.n.Yz boot.ldr cpm.tim iom.tim support.tim Figure 4: Files on the Compact Flash Files on the compact flash are: cpm.tim iom.tim • bof.cfg —...
Page 172
Boot Option Files Figure 5 displays the compact flash directory structure and file names for the 1-slot models. ROOT bof.cfg boot.ldr config.cfg TIMOS-m.n.Yz both.tim support.tim Figure 5: Files on the Compact Flash Files on the compact flash are: • bof.cfg — Boot option file •...
Configuration and Image Loading When the system executes the file, the initialization parameters from the BOF are boot.ldr processed. Three locations can be configured for the system to search for the files that contains the runtime image. The locations can be local or remote. The first location searched is the primary image location.
Page 174
Boot Option Files The following displays an example of BOF output. A:ALA-1>bof# show bof ================================================================== Memory BOF ================================================================== no autonegotiate duplex full speed address 10.10.xx.xx/20 active wait primary-image cf3:\both.tim primary-config cf3:\test123.cfg primary-dns 192.168.xx.xx persist dns-domain test.alcatel.com ================================================================== A:ALA-1>bof# 7450 ESS OS Basic System Configuration Guide Page 167...
Persistence Optionally, the BOF parameter can specify whether the system should preserve system persist indexes when a save command is executed. During a subsequent boot, the index file is read along with the configuration file. As a result, a number of system indexes are preserved between reboots, including the interface index, LSP IDs, path IDs, etc If persistence is not required and the configuration file is successfully processed, then the system becomes operational.
The interception capabilities are sought by various telecommunications providers. As lawful interception is subject to national regulation, requirements vary from one country to another. Alcatel-Lucent’s implementation satisfies most national standard’s requirements. LI is configurable for all service types. 7450 ESS OS Basic System Configuration Guide...
Initial System Startup Process Flow Figure 7 displays the process start your system. Note that this example assumes that the boot loader and BOF image and configuration files are successfully located. START INSERT FLASH CARD INTO COMPACT FLASH SLOT #3 POWER CYCLE ROUTER BOOT.LDR FILES FOUND BOF FILES FOUND...
Boot Option Files Configuration Notes This section describes BOF configuration caveats. • For router initialization, the compact flash card must be installed in the Compact Flash #3 slot. • The loading sequence is based on the order in which it is placed in the configuration file. It is loaded as it is read in at boot time.
Page 179
Page 172 7450 ESS OS Basic System Configuration Guide...
Boot Option Files Configuring Boot File Options with CLI This section provides information to configure BOF parameters with CLI. Topics in this section include: • Configuring Boot File Options with CLI on page 173 • BOF Configuration Overview on page 174 •...
BOF Configuration Overview Alcatel-Lucent 7450 ESS-Series routers do not contain a boot EEPROM. The boot loader code is loaded from the boot.ldr file. The BOF file performs the following tasks: 1. Sets up the CPM/ Ethernet port (speed, duplex, auto).
Boot Option Files Basic BOF Configuration The parameters which specify location of the image filename that the router will try to boot from and the configuration file are in the BOF. The most basic BOF configuration should have the following: •...
Common Configuration Tasks The following sections are basic system tasks that must be performed. • Searching for the BOF on page 177 Accessing the CLI on page 179 Console Connection on page 179 • Configuring BOF Parameters on page 181 For details about hardware installation and initial router connections, refer to the specific 7450 ESS-Series hardware installation guide.
Boot Option Files Searching for the BOF The BOF should be on the same drive as the boot loader file. If the system cannot load or cannot find the then the system checks whether the boot sequence was manually interrupted. The system prompts for a different image and configuration location.
Page 185
assign an IP address for this system. The IP address should be entered in standard dotted decimal form with a network length. example: 192.168.xx.xxx/24 Displays on The existing IP address is 192.168.xx.xxx/20. Press ENTER to keep it. no n-Redun- Enter IP Address: dant Models l Using: 192.168.xx.xxx/20 Display on...
Boot Option Files Accessing the CLI To access the CLI to configure the software for the first time, follow these steps: • When the SF/CPM is installed and power to the chassis is turned on, the 7450 ESS OS software automatically begins the boot sequence. •...
Page 187
Figure 9 displays an example of the Console port on a 7450 ESS-1front panel. Console Port ESS1002 Figure 8: 7450 ESS-1 Front Panel Console Port To establish a console connection: Step 1 Connect the terminal to the Console port using the serial cable. Power on the terminal.
Service Management Tasks This section discusses the following service management tasks: • System Administration Commands on page 182 Viewing the Current Configuration on page 182 Modifying and Saving a Configuration on page 184 Deleting BOF Parameters on page 185 ...
Page 190
Boot Option Files location "Bldg.1-floor 2-Room 201" clli-code "abcdefg1234" coordinates "N 45 58 23, W 34 56 12" ccm 1 exit snmp exit login-control idle-timeout 1440 motd text "7450-3" exit time sntp shutdown exit zone UTC exit thresholds rmon exit exit exit...
Modifying and Saving a Configuration If you modify a configuration file, the changes remain in effect only during the current power cycle unless a command is executed. Changes are lost if the system is powered down or the save router is rebooted without saving. •...
Boot Option Files Deleting BOF Parameters You can delete specific BOF parameters. The no form of these commands removes the parameter from configuration. The changes remain in effect only during the current power cycle unless a command is executed. Changes are lost if the system is powered down or the router is save rebooted without saving.
Example A:ALA-1>admin# reboot A:DutA>admin# reboot Are you sure you want to reboot (y/n)? y Resetting...OK Alcatel 7xxx Boot ROM. Copyright 2000-2007 Alcatel-Lucent. All rights reserved. All use is subject to applicable license agreements..Page 186 7450 ESS OS Basic System Configuration Guide...
Boot Option Files Configuration Commands File Management Commands Syntax Context <ROOT> Description This command creates or edits the boot option file (BOF) for the specified local storage device. A BOF file specifies where the system searches for runtime images, configuration files, and other operational parameters during system initialization.
Page 197
• bof save — Saves the BOF to the default drive (cf3:) on the active (either in slot A or B). • bof save cf3: — Saves the BOF to cf3: on the active (either in slot A or B). To save the BOF to a compact flash drive on the standby (for example, the redundant (standby) is installed in slot B), specify -A or -B option.
Page 198
Boot Option Files BOF Processing Control wait Syntax wait seconds Context Description This command configures a pause, in seconds, at the start of the boot process which allows system initialization to be interrupted at the console. When system initialization is interrupted the operator is allowed to manually override the parameters defined in the boot option file (BOF).
Console Port Configuration console-speed Syntax console-speed baud-rate no console-speed Context Description This command configures the console port baud rate. When this command is issued while editing the BOF file used for the most recent boot, both the BOF file and the active configuration are changed immediately. The no form of the command reverts to the default value.
Page 200
Boot Option Files Image and Configuration Management persist Syntax persist {on | off} Context Description This command specifies whether the system will preserve system indexes when a save command is executed. During a subsequent boot, the index file is read along with the configuration file. As a result, a number of system indexes are preserved between reboots, including the interface index, LSP IDs, path IDs, etc.
primary-config Syntax primary-config file-url no primary-config Context Description This command specifies the name and location of the primary configuration file. The system attempts to use the configuration specified in primary-config. If the specified file cannot be located, the system automatically attempts to obtain the configuration from the location specified in secondary-config and then the tertiary-config.
Page 202
Boot Option Files secondary-config Syntax secondary-config file-url no secondary-config Context Description This command specifies the name and location of the secondary configuration file. The system attempts to use the configuration as specified in secondary-config if the primary config cannot be located. If the secondary-config file cannot be located, the system attempts to obtain the configuration from the location specified in the tertiary-config.
Page 203
tertiary-config Syntax tertiary-config file-url no tertiary-config Context Description This command specifies the name and location of the tertiary configuration file. The system attempts to use the configuration specified in tertiary-config if both the primary and secondary config files cannot be located. If this file cannot be located, the system boots with the factory default configuration.
Page 204
Boot Option Files Management Ethernet Configuration address Syntax [no] address ip-prefix/ip-prefix-length [active | standby] Context Description This command assigns an IP address to the management Ethernet port on the active in the running configuration and the Boot Option File (BOF) or the standby CPM for systems using redundant CPMs. Deleting a BOF address entry is not allowed from a Telnet session.
Page 205
duplex Syntax duplex {full | half} Context Description This command configures the duplex mode of the management Ethernet port when autonegotiation is disabled in the running configuration and the Boot Option File (BOF). This configuration command allows for the configuration of the duplex mode of the Ethernet interface.
Page 206
Boot Option Files static-route Syntax [no] static-route ip-prefix/ip-prefix-length next-hop ip-address Context Description This command creates a static route entry for the management Ethernet port in the running configuration and the Boot Option File (BOF). This command allows manual configuration of static routing table entries. These static routes are only used by traffic generated by the Ethernet port.
DNS Configuration Commands dns-domain Syntax dns-domain dns-name no dns-domain Context Description This command configures the domain name used when performing DNS address resolution. This is a required parameter if DNS address resolution is required. Only a single domain name can be configured. If multiple domain statements are configured, the last one encountered is used.
Page 208
Boot Option Files DNS name resolution can be used when executing ping, traceroute, and service-ping, and also when defining file URLs. DNS name resolution is not supported when DNS names are embedded in configuration files. The no form of the command removes the secondary DNS server from the configuration. Default no secondary-dns —...
Page 209
Page 202 7450 ESS OS Basic System Configuration Guide...
Page 210
Boot Option Files Show Commands Syntax bof [cflash-id | booted] Context show Description This command displays the Boot Option File (BOF) executed on last system boot or on the specified device. If no device is specified, the BOF used in the last system boot displays. If the BOF has been modified since the system boot, a message displays.
Page 211
Show Commands Table 20: Show BOF Output Fields (Continued) Label Description The time configured for the boot to pause while waiting for console wait input. No autonegotiate — Autonegotiate not enabled. autonegotiate autonegotiate — Autonegotiate is enabled. half — Specifies that the system uses half duplex. duplex full —...
Page 212
Boot Option Files dns-domain test.test.com autonegotiate duplex full speed wait persist console-speed 115200 =============================================================================== A:ALA-1# A:ALA-1# show bof booted ===================================================================== System booted with BOF ===================================================================== primary-image ftp://test:test@192.168.xx.xx/./both.tim primary-config ftp://test:test@192.168.xx.xx/./103.cfg secondary-image cf1:/i650/ secondary-config cf1:/config.cfg address 192.168.xx.xxx/20 active address 192.168.xx.xxx/20 standby primary-dns 192.168.xx.xxx dns-domain test.test.com...
Page 213
Show Commands boot-messages Syntax boot-messages Context show Description This command displays boot messages generated during the last system boot. Output Show Boot Messages Fields — The following output shows boot message output fields. Sample Output ALA-## show boot-messages Boot log started on CPU#0 Build: X-1.2.B1-7 on Mon Jul 14 14:49:23 2003 by builder CPUCTL FPGA version: 2A Forcing BDB controller to HwSlot 0...
Page 214
Boot Option Files primary-dns 192.168.1.254 dns-domain eng.timetra.com autonegotiate duplex full speed wait persist Hit a key within 1 second to change boot parms... Primary image location: ftp://vxworks:vxw0rks@192.168.15.1/./rel/0.0/I129 Initializing management port tme0 using IP address 192.168.13.48. Loading image ftp://vxworks:vxw0rks@192.168.15.1/./rel/0.0/I129/both.tim Version B-0.0.I129, Wed Aug 13 21:24:57 2003 by builder in /rel0.0/I129/panos/main text:(8906865-->21711576) + data:(587508-->5418992) Executing TiMOS image at 0x2800000...
Page 215
Show Commands Page 208 7450 ESS OS Basic System Configuration Guide...
System Management In This Chapter This chapter provides information about configuring basic system management parameters. Topics in this chapter include: • System Management Parameters on page 211 System Information on page 211 System Name on page 211 System Contact on page 211 ...
Page 217
Synchronization and Redundancy on page 226 — Synchronous Ethernet on page 234 — Boot-Env Option on page 258 — Config Option on page 243 — Active and Standby Designations on page 225 — When the Active CPM Goes Offline on page 229 —...
System Management System Management Parameters System management commands allow you to configure basic system management functions such as the system name, the router’s location and coordinates, and CLLI code as well as time zones, Network Time Protocol (NTP), Simple Network Time Protocol (SNTP) properties, CRON and synchronization properties.
ASCII printable text string of up to 80 characters. System Coordinates The system coordinates is the Alcatel-Lucent Chassis MIB tmnxChassisCoordinates object. This text string indicates the Global Positioning System (GPS) coordinates of the location of the chassis.
The CLLI code is stored in the Alcatel-Lucent Chassis MIB tmnxChassisCLLICode object. The CLLI code can be any ASCII printable text string of up to 11 characters.
System Time 7450 ESS-Series routers are equipped with a real-time system clock for time keeping purposes. When set, the system clock always operates on Coordinated Universal Time (UTC), but the 7450 ESS OS software has options for local time translation as well as system clock synchronization. System time parameters include: •...
Page 222
System Management Table 21: System-defined Time Zones (Continued) Acronym Time Zone Name UTC Offset Moscow Time UTC +3 Moscow Summer Time UTC +4 US and Canada Atlantic Standard Time UTC -4 Atlantic Daylight Time UTC -3 Eastern Standard Time UTC -5 Eastern Daylight Saving Time UTC -4 Eastern Time...
Network Time Protocol (NTP) NTP is the Network Time Protocol defined in RFC 1305, Network Time Protocol (Version 3) Specification, Implementation and Analysis. It allows for the participating network nodes to keep time more accurately and more importantly they can maintain time in a more synchronized fashion between all participating network nodes.
System Management performed by either speeding up or slowing down the clock. • In order to facilitate proper operation once the standby CPM takes over from the active CPM it is required that the time on the secondary CPM is synchronized with the clock of the active CPM.
Page 225
CRON features run serially with at least 255 separate schedules and scripts. Each instance can support a schedule where the event is executed any number of times. The following CRON elements are supported: • Action — Parameters for a script including the maximum amount of time to keep the results from a script run, the maximum amount of time a script may run, the maximum number of script runs to store and the location to store the results.
System Management High Availability This section discusses the high availability (HA) routing options and features available to service providers that help diminish vulnerability at the network or service provider edge and alleviate the effect of a lengthy outage on IP networks. High availability is an important feature in service provider routing systems.
• Nonstop Routing (NSR) on page 223 • CPM Switchover on page 224 • Synchronization on page 225 Configuration and boot-env Synchronization on page 225 State Database Synchronization on page 225 Redundancy The redundancy features enable the duplication of data elements and software functionality to maintain service continuation in case of outages or component failure.
System Management Configuration Redundancy Features configured on the active device CPM are saved on the standby CPM as well. When the active device CPM fails, these features are brought up on the standby device CPM that takes over the mastership. Even with modern modular and stable software, the failure of route processor hardware or software can cause the router to reboot or cause other service impacting events.
Router hardware architecture plays a key role in the availability of the system. The principle router architecture styles are centralized and distributed. In these architectures, both active and standby route processors, I/O modules (IOMs) (also called line cards), fans, and power supplies maintain a low MTTR for the routing system.
System Management Nonstop Forwarding In a control plane failure or a forced switchover event, the router continues to forward packets using the existing stale forwarding information. Nonstop forwarding requires clean control plane and data plane separation. Usually the forwarding information is distributed to the IOMs. Nonstop forwarding is used to notify peer routers to continue forwarding and receiving packets, even if the route processor (control plane) is not working or is in a switch-over state.
CPM Switchover During a switchover, system control and routing protocol execution are transferred from the active to the standby CPM. An automatic switchover may occur under the following conditions: • A fault condition that causes the active CPM to crash or reboot. •...
System Management Synchronization Synchronization between the CPMs includes the following: • Configuration and boot-env Synchronization on page 225 • State Database Synchronization on page 225 Configuration and boot-env Synchronization Configuration and boot-env synchronization are supported in admin>redundancy> synchronize and config>redundancy>synchronize contexts. State Database Synchronization If a new standby CPM is inserted into the system, it synchronizes with the active CPM upon a successful boot process.
Synchronization and Redundancy 7450 ESS-Series routers supporting redundancy use a 1:1 redundancy scheme. Redundancy methods facilitate system synchronization between the active and standby Control Processor Modules (CPMs) so they maintain identical operational parameters to prevent inconsistencies in the event of a CPM failure. When automatic system synchronization is enabled for an entity, any save or delete file operations configured on the primary, secondary or tertiary choices on the active CPM file system are mirrored in the standby CPM file system.
System Management Active and Standby Designations Typically, the first Switch Fabric (SF)/CPM card installed in a redundant 7450 ESS-Series chassis assumes the role as active, regardless of being inserted in Slot A or B. The next CPM installed in the same chassis then assumes the role as the standby CPM. If two CPM are inserted simultaneously (or almost simultaneously) and are booting at the same time, then preference is given to the CPM installed in Slot A.
When the Active CPM Goes Offline When an active CPM goes offline (due to reboot, removal, or failure), the standby CPM takes control without rebooting or initializing itself. It is assumed that the CPMs are synchronized, therefore, there is no delay in operability. When the CPM that went offline boots and then comes back online, it becomes the standby CPM.
System Management Persistence The persistence feature allows information learned through DHCP snooping across reboots to be kept. This information can include data such as the IP address, MAC binding information, lease length information, and ingress sap information (required for VPLS snooping to identify the ingress interface).
Network Synchronization This section describes network synchronization capabilities available on SR OS platforms. These capabilities involve multiple approaches to network timing; namely SDH/SONET, Synchronous Ethernet, and Adaptive clocking and a Precision Time Protocol (PTP) IEEE 1588v2. These features address barriers to entry by: •...
System Management The synchronization network is designed so a clock always receives timing from a clock of equal or higher stratum or quality level. This ensures that if an upstream clock has a fault condition (for example, loses its reference and enters a holdover or free-run state) and begins to drift in frequency, the downstream clock will be able to follow it.
System Management All settings of the signal characteristics for the BITS input applies to both ports. When the active CPM considers the BITS input as a possible reference, it will consider first the BITS input port on the active CPM followed the BITS input port on the standby CPM in that relative priority order. This relative priority order is in addition to the user definable ref-order.
Synchronization Status Messages (SSM) SSM provides a mechanism to allow the synchronization distribution network to both determine the quality level of the clock sourcing a given synchronisation trail and to allow a network element to select the best of multiple input synchronization trails. Synchronization Status messages have been defined for various transport protocols including SONET/SDH, T1/E1, and Synchronous Ethernet, for interaction with office clocks, such as BITS or SSUs and embedded network element clocks.
System Management SONET/SDH Signals The SSM of SDH and SONET interfaces is carried in the S1 byte of the frame overhead. Each frame contains the four bit value of the QL. 7450 ESS OS Basic System Configuration Guide Page 235...
Synchronous Ethernet Traditionally, Ethernet-based networks employ the physical layer transmitter clock to be derived from an inexpensive +/-100ppm crystal oscillator and the receiver locks onto it. There is no need for long term frequency stability because the data is packetized and can be buffered. For the same reason there is no need for consistency between the frequencies of different links.
System Management Clock Source Quality Level Definitions The following clock source quality levels have been identified for the purpose of tracking network timing flow. These levels make up all of the defined network deployment options given in Recommendation G.803 and G.781. The Option I network is a network developed on the original European SDH model;...
PTP is supported on the following platforms provided the indicated hardware components are included: • 7450 ESS-12—Requires SF/CPM-3 or SF/CPM-4 • 7450 ESS-7—Requires SF/CPM-3 or SF/CPM-4 The 7450 ESS supports the ordinary clock in slave or master mode or the boundary clock.When configured as an ordinary clock master, the 7750 SR7450 ESS can only provide frequency distribution using IEEE 1588v2.
System Management Ordinary Clock Master Boundary Clock 10.3.1.1 10.3.1.1 Configured Peers 7750 SR 10.0.1.1 Peer 10.3.1.1 Peer 10.0.0.1 Discovered Peers Ordinary Clock Ordinary Clock Slave Slave 10.1.1.1 10.2.1.1 OSSG736 Figure 10: Peer Clocks The IEEE 1588v2 standard includes the concept of PTP profiles. These profiles are defined by industry groups or standards bodies that define how IEEE 1588v2 is to be used for a particular application.
If the profile setting for the clock is , the precedence order for the best master ieee1588-2008 selection algorithm is as follows: • priority1 • clock class • clock accuracy • PTP variance (offsetScaledLogVariance) • priority2 • clock identity • steps removed from the grandmaster The 7450 ESS sets its local parameters as follows: Table 25: Local Clock Parameters When Profile is set to ieee1588-2008...
Page 250
System Management The 7450 ESS sets its local parameters as follows: Table 26: Local Clock Parameters When Profile is set to: itu-telecom-freq Parameter Value clockClass 80-110 – value corresponding to the QL out of the central clock of the 7750 SR as per Table 1/G.8265.1 255 –...
System Management PTP Clock Synchronization The IEEE 1588v2 standard allows for synchronization of the frequency and time from a master clock to one or more slave clocks over a packet stream. This packet-based synchronization can be over UDP/IP or Ethernet and can be multicast or unicast. Only IPv4 unicast mode with unicast negotiation is supported on the 7450 ESS As part of the basic synchronization timing computation, a number of event messages are defined for synchronization messaging between the PTP slave clock and PTP master clock.
When using IEEE 1588v2 for distribution of a frequency reference, the slave calculates a message delay from the master to the slave based on the timestamps exchanged. A sequence of these calculated delays will contain information of the relative frequencies of the master clock and slave clock but will have noise component related to the packet delay variation (PDV) experienced across the network.
System Management In addition, performance is also improved by the removal of any PDV caused by internal queuing within the boundary clock or slave clock. This is accomplished with hardware that is capable of detecting and time stamping the IEEE 1588v2 packets at the Ethernet interface. This capability is referred to as port-based time stamping.
Table 27: Support Message Rates for Slave and Master Clock States Support Message Slave Clock Master Clock Request Rate Grant Rate Sync 64 packets/seconds 32 packets/seconds 128 packets/seconds Delay_Resp 64 packets/seconds 32 packets/seconds 128 packets/seconds (Duration) 300 seconds 1 second 1000 seconds State and statistics data for each PTP peer are available to assist in the detection of failures or unusual situations.
System Management CPM A 1588v2 Internal Grand Central Master (Node) Clock Timing Reference Packet 1588 Network 1588v2 Clock Grand Master OSSG738 Figure 15: Ordinary Slave Clock Operation PTP Ordinary Master Clock For Frequency The 7450 ESS supports the PTP ordinary clock in master mode. Normally, a IEEE 1588v2 grand master is used to support many slaves and boundary clocks in the network.
All packets are routed to their destination via the best route as determined in the route table; see Figure 19. It does not matter which ports are used to ingress and egress these packets (unless port based time stamping is enabled for higher performance). PTP Slave CPM A Central...
System Management Boundary Boundary Clock Clock 1588v2 Grand Master PTP Slave 1588v2 Grand Packet Master Network PTP Slave Boundary Clock PTP Slave OSSG741 Figure 18: Boundary Clock In addition, the use of port based timestamping in every network element between the grandmaster and the end slave application is highly recommended for delivering time to meet one microsecond accuracies required of mobile applications.
Link Layer Discovery Protocol (LLDP) The IEEE 802.1ab Link Layer Discovery Protocol (LLDP) is a uni-directional protocol that uses the MAC layer to transmit specific information related to the capabilities and status of the local device. Separately from the transmit direction, the LLDP agent can also receive the same kind of information for a remote device which is stored in the related MIBs.
Page 260
System Management The end of a LLDPDU TLV marks the end of the LLDPDU. The IEEE 802.1ab standard defines a protocol that: • Advertises connectivity and management information about the local station to adjacent stations on the same IEEE 802 LAN. •...
MPLS/Native ETH SG/R Core SG/R QinQ DSLAMs Ethernet Links - FE/GE/10GE Figure 20: Customer Use Example For LLDP The example displayed in Figure 11 depicts a MPLS network that uses Ethernet interfaces in the core or as an access/handoff interfaces to connect to different kind of Ethernet enabled devices such as service gateway/routers, QinQ switches, DSLAMs or customer equipment.
System Management Administrative Tasks This section contains information to perform administrative tasks. • Configuring the Chassis Mode on page 253 • Saving Configurations on page 240 • Specifying Post-Boot Configuration Files on page 256 • Network Timing on page 242 •...
Page 263
• Chassis mode A corresponds to iom-20g, chassis mode backwards compatible for iom- 20g-b, iom2-20g, iom3-xp • Chassis mode B corresponds to iom-20g-b, chassis mode backwards compatible for iom2- 20g, iom3-xp • Chassis mode D corresponds to iom3-xp NOTE: The iom-20g is not supported from 5.0R and later but chassis mode A is described for backwards compatibility purposes.
System Management Saving Configurations Whenever configuration changes are made, the modified configuration must be saved so they will not be lost when the system is rebooted. Configuration files are saved by executing explicit command syntax which includes the file URL location to save the configuration file as well as options to save both default and non-default configuration parameters.
Specifying Post-Boot Configuration Files Two post-boot configuration extension files are supported and are triggered when either a successful or failed boot configuration file is processed. The boot-bad-exec and boot-good-exec commands specify URLs for the CLI scripts to be run following the completion of the boot-up configuration.
System Management Network Timing In Time Domain Multiplexed (TDM)-based networks (for example, SONET or SDH circuit- switched networks), the concept of network timing is used to prevent over-run or under-run issues where circuits are groomed (rebundled) and switched. Hardware exists in each node that takes a common clock derived from an internal oscillator, a specific receive interface or special BITS interface and provides it to each synchronous interface in the system.
Automatic Synchronization Use the CLI syntax displayed below to configure synchronization components relating to active- to-standby CPM switchover. In redundant systems, synchronization ensures that the active and standby CPMs have identical operational parameters, including the active configuration, CPM, and IOM images in the event of a failure or reset of the active CPM. The force-switchover command forces a switchover to the standby CPM card.
Page 268
System Management Both image files (CPM and IOM) must be located in the same directory. Failure to locate and synchronize both images causes an error to be generated. 7450 ESS OS Basic System Configuration Guide Page 261...
Manual Synchronization The admin redundancy synchronize command performs manual CPM synchronizations. The boot-env parameter synchronizes the BOF, image, and configuration files in redundant systems. The config parameter synchronizes only the configuration files in redundant systems. Forcing a Switchover The force-switchover now command forces an immediate switchover to the standby CPM card. If the active and standby are not synchronized for some reason, users can manually synchronize the standby CPM by rebooting the standby by issuing the admin reboot standby command on the active or the standby CPM.
System Management System Configuration Process Overview Figure 12 displays the process to provision basic system parameters. START CONFIGURE SYSTEM INFORMATION CONFIGURE HIGH AVAILABILITY PARAMETERS (RECOMMENDED) CONFIGURE TIME PARAMETERS CONFIGURE SYNCHRONIZATION PARAMETERS (RECOMMENDED) MODIFYING NETWORK TIMING PARAMETERS (OPTIONAL) Figure 21: System Configuration and Implementation Flow 7450 ESS OS Basic System Configuration Guide Page 263...
Configuration Notes This section describes system configuration caveats. General The system must be properly initialized and the boot loader and BOF files successfully executed in order to access the CLI. Page 264 7450 ESS OS Basic System Configuration Guide...
System Management Configuring System Management with CLI This section provides information about configuring system management features with CLI. Topics in this chapter include: • Basic System Configuration on page 250 • Common Configuration Tasks on page 251 • System Information on page 252 ...
• System Administration Parameters on page 286 Disconnect on page 286 Set-time on page 287 Display-config on page 287 Tech-support on page 289 Save on page 289 Reboot on page 290 Post-Boot Configuration Extension Files on page 291 •...
System Management System Management Saving Configurations Whenever configuration changes are made, the modified configuration must be saved so the changes will not be lost when the system is rebooted. The system uses the configuration and image files, as well as other operational parameters necessary for system initialization, according to the locations specified in the boot option file (BOF) parameters.
Basic System Configuration This section provides information to configure system parameters and provides configuration examples of common configuration tasks. The minimal system parameters that should be configured are: • System Information Parameters on page 253 • System Time Elements on page 256 The following example displays a basic system configuration: A:ALA-12>config>system# info #------------------------------------------...
System Management Common Configuration Tasks This section provides a brief overview of the tasks that must be performed to configure system parameters and provides the CLI commands. • System Information on page 252 Name on page 253 Contact on page 253 ...
System Information This section covers the basic system information parameters to configure the physical location of the ESS-Series, contact information, location information such as the place the router is located such as an address, floor, room number, etc., global positioning system (GPS) coordinates, and system name.
System Management System Information Parameters Name Use the em command to configure a name for the device. The name is used in the prompt syst string. Only one system name can be configured, if multiple system names are configured the last one encountered overwrites the previous entry.
Location Use the command to specify the system location of the device. For example, enter the location city, building address, floor, room number, etc., where the router is located. Use the following CLI syntax to configure the location: CLI Syntax: config>system location location Example config>system# location “Bldg.1-floor 2-Room 201”...
System Management Coordinates Use the optional command to specify the GPS location of the device. If the string coordinates contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes. Use the following CLI syntax to configure the location: CLI Syntax: config>system coordinates coordinates Example...
System Time Elements The system clock maintains time according to Coordinated Universal Time (UTC). Configure information time zone and summer time (daylight savings time) parameters to correctly display time according to the local time zone. Time elements include: • Zone on page 256 •...
Page 282
System Management Table 24: System-defined Time Zones Acronym Time Zone Name UTC Offset Europe: Greenwich Mean Time Western Europe Time Western Europe Summer Time UTC +1 hour WEST Central Europe Time UTC +1 hour Central Europe Summer Time UTC +2 hours CEST Eastern Europe Time UTC +2 hours...
Summer Time Conditions The config>system>time>dst-zone context configures the start and end dates and offset for summer time or daylight savings time to override system defaults or for user defined time zones. When configured, the time will be adjusted by adding the configured offset when summer time starts and subtracting the configured offset when summer time ends.
Page 284
System Management Network Time Protocol (NTP) is defined in RFC 1305, Network Time Protocol (Version 3) Specification, Implementation and Analysis. It allows for participating network nodes to keep time more accurately and maintain time in a synchronized manner between all participating network nodes.
Authentication-key This command configures an authentication key-id, key type, and key used to authenticate NTP PDUs sent to and received from other network elements participating in the NTP protocol. For authentication to work, the authentication key-id, authentication type and authentication key value must match.
System Management A:sim1>config>system>time# The following example in the config context shows NTP enabled with the broadcast command configured. At this level, the NTP broadcast commands are displayed at the end of the output after the router interfaces are shown. A:sim1>config info ..
Page 287
Multicast When configuring NTP the node can be configured to transmit or receive multicast packets on the CPM MGMT port. Broadcast & Multicast messages can easily be spoofed, therefore, authentication is strongly recommended. Multicast is used to configure the transmission of NTP multicast messages.
Page 288
System Management NTP-Server This command configures the node to assume the role of an NTP server. Unless the server command is used this node will function as an NTP client only and will not distribute the time to downstream network elements. If an authentication key-id is specified in this command, the NTP server requires client packets to be authenticated.
Page 289
Server The Server command is used when the node should operate in client mode with the NTP server specified in the address field. Use the no form of this command to remove the server with the specified address from the configuration. Up to five NTP servers can be configured.
System Management SNTP SNTP is a compact, client-only version of the NTP. SNTP can only receive the time from SNTP/ NTP servers; it cannot be used to provide time services to other systems. SNTP can be configured in either broadcast or unicast client mode. SNTP time elements include: •...
Page 291
Server-address The server-address command configures an SNTP server for SNTP unicast client mode. CLI Syntax: config>system>time>sntp# config>system>time>sntp# server-address ip-address version version- number] [normal|preferred] [interval seconds] Example config>system>time>sntp# config>system>time# server-address 10.10.0.94 version 1 preferred interval 100 The following example shows SNTP enabled with the server-address command configured. A:ALA-12>config>system>time# info ---------------------------------------------- sntp...
System Management CRON The CRON command supports the Service Assurance Agent (SAA) functions as well as the ability to schedule turning on and off policies to meet “Time of Day” requirements. CRON functionality includes the ability to specify the commands that need to be run, when they will be scheduled, including one-time only functionality (oneshot), interval and calendar functions, as well as where to store the output of the results.
Page 293
location "ftp://172.22.184.249/./sim1/test.cfg" no shutdown exit action "test" results "ftp://172.22.184.249/./sim1/test-results" no shutdown exit ---------------------------------------------- A:sim1>config>cron# script Schedule The schedule function configures the type of schedule to run, including one-time only (oneshot), periodic or calendar-based runs. All runs are determined by month, day of month or weekday, hour, minute and interval (seconds).
Page 294
System Management weekday friday end-time 2007/07/17 12:00 exit ---------------------------------------------- *A:SR-3>config>cron# Script The script command opens a new nodal context which contains information on a script. CLI Syntax: config>cron script script-name [owner script-owner] description description-string location file-url shutdown Example config>cron# script test config>cron>script# The following example names a script “test”: A:sim1>config>cron# info...
Time Range 7450 ESS ACLs and QoS policy configurations may be enhanced to support time based matching. CRON configuration includes time matching with the 'schedule' sub-command. Schedules are based on events; time-range defines an end-time and will be used as a match criteria. Time range elements include: •...
Page 296
System Management The following example shows an absolute time range beginning on May 5, 2006 at 11:00 and ending May 6, 2006 at 11:01: A:sim1>config>cron>time-range# show cron time-range detail =============================================================================== Cron time-range details =============================================================================== Name : test1 Triggers Status : Inactive Absolute : start 2006/05/05,11:00 end 2006/05/06,11:01 ===============================================================================...
Page 297
Weekdays The weekdays command configures the start and end of a periodic schedule for weekdays (Monday through Friday). CLI Syntax: config>cron>time-range$ weekdays start time-of-day end time-of-day Example config>cron>time-range$ weekdays start 11:00 end 12:00 config>cron>time-range$ The following command shows a time range beginning at 11:00 and ending at 12:00. This schedule runs all weekdays during this time period.
Page 298
System Management Status : Inactive Periodic : weekend Start 11:00 End 12:00 Weekly The weekly command configures the start and end of a periodic schedule for the same day every week, for example, every Friday. The start and end dates must be the same. The resolution must be at least one minute apart, for example, start at 11:00 and end at 11:01.
Time of Day Time of Day (TOD) suites are useful when configuring many types of time-based policies or when a large number of subscribers or SAPs require the same type of TOD changes. The TOD suite may be configured while using specific ingress or egress ACLs or QoS policies, and is an enhancement of the ingress and egress CLI trees.
System Management ANCP (Access Node Control Protocol) Static ANCP string mapping and TOD suites must be configured on separate SAPs or multiservice sites. Time of day elements include: • Egress on page 275 • Ingress on page 278 Egress This command is an enhancement for specific egress policies including filter lists, schedulers and QoS.
Page 301
Filters In a TOD suite, filters that have entries with time-ranges may not be selected. Similarly, filter entries with a time-range may not be created while a TOD suite refers to that filter. QoS policies and filters referred to by a TOD suite must have scope “template” (default). The following syntax is used to configure TOD-suite egress parameters.
System Management The following command shows an association with egress QoS-SAP policy 101. A:sim1>config>qos# sap-egress 101 create A:sim1>config>cron>tod-suite# egress qos 101 A:sim1>config>cron>tod-suite# info detail ---------------------------------------------- no description egress qos 101 exit ---------------------------------------------- A:sim1>config>cron>tod-suite# Example config>cron>tod-suite$ egress scheduler-policy test1 config>cron>tod-suite$ The following command shows an association with an egress scheduler-policy called test1. A:sim1>config# qos scheduler-policy test1 create A:sim1>config>qos>scheduler-policy# A:sim1# configure cron tod-suite test1 create...
Page 303
Ingress This command is an enhancement for specific ingress policies including filter lists, schedulers and QoS policies. Use this command to create time-range based associations of previously created filter lists QoS and scheduler policies. Multiple policies may be included and each must be assigned a different priority;...
Page 304
System Management A:sim1>config>qos# sap-egress 101 create A:sim1>config>cron>tod-suite# ingress qos 101 A:sim1>config>cron>tod-suite# info detail ---------------------------------------------- no description ingress qos 101 exit ---------------------------------------------- A:sim1>config>cron>tod-suite# Example config>cron>tod-suite$ ingress scheduler-policy test1 config>cron>tod-suite$ The following command shows an association with an ingress scheduler-policy named test1. A:sim1>config# qos scheduler-policy test1 create A:sim1>config>qos>scheduler-policy# A:sim1# configure cron tod-suite test1 create...
Configuring Synchronization and Redundancy • Configuring Persistence on page 296 • Configuring Synchronization on page 280 • Configuring Manual Synchronization on page 281 • Forcing a Switchover on page 281 • Configuring Synchronization Options on page 282 • Configuring Multi-Chassis Redundancy on page 299 Configuring Persistence The following example displays subscriber management system persistence command usage: Example...
System Management Configuring Manual Synchronization Note that automatic synchronization can be configured in the config>system> synchronization context. CLI Syntax: admin redundancy synchronize {boot-env|config} Example admin>redundancy# synchronize config The following shows the output which displays during a manual synchronization: A:ALA-12>admin# synchronize config Syncing configuration..
Configuring Synchronization Options Network operators can specify the type of synchronization operation to perform between the primary and secondary CPMs after a change has been made to the configuration files or the boot environment information contained in the boot options file (BOF). Use the following CLI to configure the boot-env option: CLI Syntax: config>system synchronize {boot-env|config}...
System Management Configuring Multi-Chassis Redundancy Note: When configuring associated LAG ID parameters, the LAG must be in access mode and LACP must be enabled. Use the CLI syntax displayed below to configure multi-chassis redundancy features. CLI Syntax: admin>redundancy multi-chassis peer ip-address authentication-key [authentication-key | hash-key] [hash | hash2] description description-string...
Page 309
multi-chassis peer 10.10.10.2 create description "Mc-Lag peer 10.10.10.2" mc-lag no shutdown exit no shutdown exit exit --------------------------------------------- A:ALA-48>config>redundancy# Page 284 7450 ESS OS Basic System Configuration Guide...
System Management Configuring Mixed Mode The 7450 mixed mode feature allows a 7450 ESS-7 or ESS-12 chassis to utilize 7750 IOM3-XPs, MDAs, and IMMs to enable 7750 SR capabilities on the associated slots. This allows features such as multicast routing, VPRN and IPv6 support as well as others to be enabled on existing 7450 systems.
Page 311
Once in mixed mode use the capability command to configure slots for SR capabilities: CLI Syntax: config>card>capability sr|ess Slots using 7750-capable cards will have to have SR capability enabled on all slots with 7750 IOM3s and IMMs, as well as mixed-mode at the system level. Table 35 for a description of mixed-mode support.
System Management Configuring Power Supply Parameters By default, 7450 ESS-Series A:ALA-12>config>system# info ----------------------------------------------------------------- name "ALA-12" contact "Fred Information Technology" location "Bldg.1-floor 2-Room 201" clli-code "abcdefg1234" coordinates "N 45 58 23, W 34 56 12" power-supply 1 dc power-supply 2 dc lacp-system-priority 1 sync-if-timing begin...
Configuring Backup Copies command allows you to specify the maximum number of backup versions config-backup of configuration and index files kept in the primary location. For example, assume the config-backup count is set to 5 and the configuration file is called xyz.cfg.
System Management System Administration Parameters Use the CLI syntax displayed below to configure various system administration parameters. Administrative parameters include: • Disconnect on page 286 • Set-time on page 287 • Display-config on page 287 • Save on page 289 •...
Set-time Use the set-time command to set the system date and time. The time entered should be accurate for the time zone configured for the system. The system will convert the local time to UTC before saving to the system clock which is always set to UTC. If SNTP or NTP is enabled ( ) then this command cannot be used.
Page 316
System Management coordinates "N 45 58 23, W 34 56 12" chassis-mode d config-backup 7 boot-good-exec "ftp://test:test@192.168.xx.xxx/./1xx.cfg.A" boot-bad-exec "ftp://test:test@192.168.xx.xxx/./1xx.cfg.1" power-supply 1 dc power-supply 2 dc lacp-system-priority 1 no synchronize snmp shutdown engineID "0000197f000000000467ff00" packet-size 1500 general-port 161 exit login-control inbound-max-sessions 3 exit telnet inbound-max-sessions 5...
Tech-support command creates a system core dump. NOTE: This command should only tech-support be used with explicit authorization and direction from Alcatel-Lucent’s Technical Assistance Center (TAC). Save command saves the running configuration to a configuration file. When the save debug- parameter is specified, debug configurations are saved in the config file.
System Management Reboot command reboots the router including redundant CPMs and all IOMs in redundant reboot systems. If the option is not specified, you are prompted to confirm the reboot operation. The reboot upgrade command forces an upgrade of the boot ROM and reboot. CLI Syntax: admin reboot [active | standby] | [upgrade] [now] Example...
Post-Boot Configuration Extension Files Two post-boot configuration extension files are supported and are triggered when either a successful or failed boot configuration file is processed. The commands specify URLs for the CLI scripts to be run following the completion of the boot-up configuration. A URL must be specified or no action is taken.
System Management Show Command Output and Console Messages command displays the current value of the bad/good exec show>system>information URLs and indicates whether a post-boot configuration extension file was executed when the system was booted. If an extension file was executed, the show>system>information command also indicates if it completed successfully or not.
Page 321
MAJOR: CLI #1009 An error occurred while processing a CLI command - File ftp://test:test@192.168.xx.xxx/./fail.cfg, Line 5: Command "abc log" failed. TiMOS-B-x.0.Rx both/hops ALCATEL 7450 Copyright (c) 2000-2009 Alcatel-Lucent. All rights reserved. All use subject to applicable license agreements. Built on Thu Nov 207 19:19:11 PST 2008 by builder in /rel5x.0/b1/Rx/panos/main...
System Management System Timing When synchronous Ethernet is enabled, the operator can select an Ethernet port as a candidate for timing reference. The timing information recovered from this port is used by the central clock. Note: In the current release the derived timing is distributed only through other Ethernet ports. CLI Syntax: config>system>sync-if-timing abort...
Edit Mode To enter the mode to edit timing references, you must enter the begin keyword at the config>system>sync-if-timing# prompt. Use the following CLI syntax to enter the edit mode: CLI Syntax: config>system>sync-if-timing begin The following error message displays when the you try to modify sync-if-timing parameters without entering the keyword begin.
System Management Configuring Timing References Use the following CLI syntax to configure timing reference parameters. Note that the source port specified for ref1 and ref2 is dependent on the 7450 ESS-Series model type and chassis slot. 7450 Model Ref1/Slots Ref2/Slots ESS-1 Not enabled Not enabled...
Using the Revert Command The revert command allows the clock to revert to a higher priority reference if the current reference goes offline or becomes unstable. When the failed reference becomes operational, it is eligible for selection. When mode is non-revertive, a failed clock source is not selected again. If a node would enter holdover due to the references being in previous failed state, then the node will select one of the previously failed references rather than going into holdover.
System Management Other Editing Commands Other editing commands include: • — This command saves changes made to the timing references during a session. commit Modifications are not persistent across system boots unless this command is entered. • — This command discards changes that have been made to the timing references abort during a session.
Forcing a Specific Reference Note: The debug sync-if-timing force-reference command should only be used to test and debug problems. Network synchronization problems may appear if network elements are left with this manual override setting. Once the system timing reference input has been forced, it may be cleared using the no force-reference command.
System Management Configuring System Monitoring Thresholds Creating Events The event command controls the generation and notification of threshold crossing events configured with the alarm command. When a threshold crossing event is triggered, the rmon event configuration optionally specifies whether an entry in the RMON-MIB log table be created to record the occurrence of the event.
Page 329
Example config>system>thresholds# memory-use-alarm rising-threshold 50000000 falling-threshold 45999999 interval 500 both startup-alarm either Example config>system>thresh# rmon Example config>system>thresh>rmon# event 5 both description "alarm testing" owner "Timos CLI" The following example displays the command output: A:ALA-49>config>system>thresholds# info ---------------------------------------------- rmon event 5 description "alarm testing" owner "Timos CLI" exit cflash-cap-warn cf1-B: rising-threshold 2000000 falling-threshold 1999900 interval 240 trap...
System Management System Alarm Contact Inputs The hardware supports alarm contact inputs that allow an operator to monitor and report changes in the external environmental conditions. In a remote or outdoor deployment, alarm contact inputs allow an operator to detect conditions, for example, air conditioner fault, open door. An operator can configure generation of events when alarm contact inputs transition between the open and close states.
Configuring LLDP The following output displays LLDP defaults: A:testSr1>config>system>lldp# info detail ---------------------------------------------- no tx-interval no tx-hold-multiplier no reinit-delay no notification-interval no tx-credit-max no message-fast-tx no message-fast-tx-init no shutdown ---------------------------------------------- A:testSr1>config>system>lldp# The following example shows an LLDP port configuration. *A:ALA-48>config>port>ethernet>lldp# info ---------------------------------------------- dest-mac nearest-bridge admin-status tx-rx...
Page 332
System Management System Command Reference Command Hierarchies Configuration Commands • System Information Commands on page 305 • System Alarm Commands on page 307 • Persistence Commands on page 326 • PTP Commands on page 326 • System Time Commands on page 308 •...
Page 333
— no lacp-system-priority — [no] l4-load-balancing — lsr-load-balancing {lbl-only | lbl-ip} — no lsr-load-balancing — location location — no location — name system-name — no name — no system-ip-load-balancing Page 306 7450 ESS OS Basic System Configuration Guide...
Page 334
System Management System Alarm Commands config — system — thresholds — cflash-cap-alarm cflash-id rising-threshold threshold [falling-threshold threshold] interval seconds [rmon-event-type] [startup-alarm alarm-type] — no cflash-cap-alarm cflash-id — cflash-cap-warn cflash-id rising-threshold threshold [falling-threshold threshold] interval seconds [rmon-event-type] [startup-alarm alarm-type] — no cflash-cap-warn cflash-id —...
Page 335
Mixed Mode Configuration Commands config — system — mixed-mode Persistence Commands config — system — persistence — application-assurance — description description-string — no description — location cflash-id — no location — dhcp-server — description description-string — no description — location cflash-id —...
Page 336
System Management System Time Commands root — admin — set-time [date] [time] config — system — time — [no] — [no] authentication-check — authentication-key key-id key key [hash | hash2] type {des | message-digest} — no authentication-key key-id — [no] broadcast [router router-name] {interface ip-int-name} [key-id key-id] [version version] [ttl ttl]...
System Management — keep-alive-interval interval — no keep-alive-interval — [no] mc-endpoint — [no] bfd-enable — boot-timer interval — no boot-timer — hold-on-neighbor-failure multiplier — no hold-on-neighbor-failure — keep-alive-interval interval — no keep-alive-interval — [no] passive-mode — [no] shutdown — system-priority value —...
Page 343
— no peer-name — [no] shutdown — source-address ip-address — no source-address — [no] sync — [no] igmp — [no] igmp-snooping — [no] local-dhcp-server — [no] mc-ring — [no] mld-snooping — port [port-id | lag-id] [sync-tag sync-tag] — no port [port-id | lag-id] —...
Page 344
System Management LLDP System Commands configure — system — lldp — message-fast-tx time — no message-fast-tx — message-fast-tx-init count — no message-fast-tx-init — notification-interval time — no notification-interval — reinit-delay time — no reinit-delay — [no] shutdown — tx-credit-max count —...
Page 348
System Management System Command Reference Generic Commands shutdown Syntax [no] shutdown Context config>system>time>ntp config>system>time>sntp config>system>persistence>app-assure config>system>persistence>nat-port-forward config>system>persistence>subscriber-mgmt config>cron>action config>cron>sched config>cron>script config>redundancy>multi-chassis>peer config>redundancy>multi-chassis>peer>mc-lag config>redundancy>multi-chassis>peer>sync config>redundancy>mc>peer>mcr>node>cv config>system>lldp config>redundancy>multi-chassis>peer>mc-ep Description This command administratively disables the entity. When disabled, an entity does not change, reset, or remove any configuration settings or statistics.
Page 349
Default No description associated with the configuration context. Parameters string — The description character string. Allowed values are any string up to 80 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.
Page 350
System Management System Information Commands boot-bad-exec Syntax boot-bad-exec file-url no boot-bad-exec Context config>system Description Use this command to configure a URL for a CLI script to exec following a failure of a boot-up configuration. The command specifies a URL for the CLI scripts to be run following the completion of the boot-up configuration.
Page 351
remote-url: [{ftp://} login:pswd@remote-locn/][file-path] remote-locn [ hostname | ipv4-addresscflash-id:cf1:, cf1-A:,cf1- B:,cf2:,cf2-A:,cf2-B:,cf3:,cf3-A:,cf3-B: Related exec command on page 91 — This command executes the contents of a text file as if they were CLI Command commands entered at the console. chassis-mode Syntax chassis-mode [chassis-mode] [force] Context config>system Description...
Page 352
System Management force — Forces an upgrade from mode a to mode b or d, or an upgrade from mode b to mode d. clli-code Syntax clli-code clli-code no clli-code Context config>system Description This command creates a Common Language Location Identifier (CLLI) code string for the 7450 ESS-Series router.
Page 353
config-backup Syntax config-backup count no config-backup Context config>system Description This command configures the maximum number of backup versions maintained for configuration files and BOF. For example, assume the config-backup count is set to 5 and the configuration file is called xyz.cfg. When a save command is executed, the file xyz.cfg is saved with a .1 extension.
Page 354
System Management Parameters contact-name — The contact name character string. The string can be up to 80 characters long. Any printable, seven-bit ASCII characters can be used within the string. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes. coordinates Syntax coordinates coordinates...
Page 355
enable-icmp-vse Syntax [no] enable-icmp-vse Context config>system Description This command enables vendor specific extensions to ICMP. l4-load-balancing Syntax [no] l4-load-balancing Context config>system Description This command configures system-wide Layer 4 load balancing. The configuration at system level can enable or disable load balancing based on Layer 4 fields. If enabled, Layer 4 source and destination port fields will be included in hashing calculation for TCP/UDP packets.
Page 356
System Management stack, along with the incoming port and system IP address.lbl-ip—the hash algorithm parses down the label stack and once it hits the bottom of the stack, it checks the next nibble. If the nibble value is four (4), it assumes it is an IPv4 packet.
Page 357
name Syntax name system-name no name Context config>system Description This command creates a system name string for the device. For example, system-name parameter ALA-1 for the name command configures the device name as ALA-1. ABC>config>system# name "ALA-1" ALA-1>config>system# Only one system name can be configured. If multiple system names are configured, the last one encountered overwrites the previous entry.
Page 358
System Management switchover-exec Syntax switchover-exec file-url no switchover-exec Context config>system Description This command specifies the location and name of the CLI script file executed following a redundancy switchover from the previously active CPM card. A switchover can happen because of a fatal failure or by manual action.
Page 359
System Alarm Commands alarm Syntax alarm rmon-alarm-id variable-oid oid-string interval seconds [sample-type] [startup-alarm alarm-type] [rising-event rmon-event-id rising-threshold threshold] [falling-event rmon-event-id falling threshold threshold] [owner owner-string] no alarm rmon-alarm-id Context config>system>thresholds>rmon Description The alarm command configures an entry in the RMON-MIB alarmTable. The alarm command controls the monitoring and triggering of threshold crossing events.
Page 360
System Management sample-type — Specifies the method of sampling the selected variable and calculating the value to be compared against the thresholds. Default Absolute Values absolute — Specifies that the value of the selected variable will be compared directly with the thresholds at the end of the sampling interval. delta —...
Page 361
this threshold, a single threshold crossing event will be generated. A single threshold crossing event will also be generated if the first sample taken is less than or equal to this threshold and the associated ’startup-alarm’ is equal to ’falling’ or ’either’. After a falling threshold crossing event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches greater than or equal the rising-threshold value.
Page 362
System Management this threshold, a single threshold crossing event will be generated. A single threshold crossing event will also be generated if the first sample taken is less than or equal to this threshold and the associated startup-alarm is equal to falling or either. After a falling threshold crossing event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches greater than or equal the rising-threshold value.
Page 363
cflash-cap-warn Syntax cflash-cap-warn cflash-id rising-threshold threshold [falling-threshold threshold] interval seconds [rmon-event-type] [startup-alarm alarm-type] no cflash-cap-warn cflash-id Context config>system>thresholds Description This command enables capacity monitoring of the compact flash specified in this command. The severity level is warning. Both a rising and falling threshold can be specified. The no form of this command removes the configured compact flash threshold warning.
Page 364
System Management both — In the case of both, both a entry in the RMON-MIB logTable and a TiMOS logger event are generated. none — In the case of none, no action is taken. Default both startup-alarm alarm-type — Specifies the alarm that may be sent when this alarm is first created. If the first sample is greater than or equal to the rising threshold value and startup-alarm is equal to rising or either, then a single rising threshold crossing event is generated.
Page 365
After a falling threshold crossing event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches greater than or equal the rising-threshold value. Default Values -2147483648 — 2147483647 interval seconds — Specifies the polling period over which the data is sampled and compared with the rising and falling thresholds.
Page 366
System Management will also be generated if the first sample taken is greater than or equal to this threshold and the associated startup-alarm is equal to rising or either. After a rising threshold crossing event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches less than or equal the falling-threshold value.
Page 367
event Syntax event rmon-event-id [event-type] [description description-string] [owner owner-string] no event rmon-event-id Context config>system>thresholds>rmon Description The event command configures an entry in the RMON-MIB event table. The event command controls the generation and notification of threshold crossing events configured with the alarm command. When a threshold crossing event is triggered, the rmon>event configuration optionally specifies if an entry in the RMON-MIB log table should be created to record the occurrence of the event.
Page 368
System Management remote SNMP managers to be saved and reloaded in a CLI configuration file. The owner will not normally be configured by CLI users and can be a maximum of 80 characters long. Default TiMOS CLI Configuration example: Default event 5 rmon-event-type both description "alarm testing"...
Page 369
Values log — In the case of log, an entry is made in the RMON-MIB log table for each event occurrence. This does not create an OS logger entry. The RMON-MIB log table entries can be viewed using the CLI command. trap —...
Page 370
System Management After a rising threshold crossing event is generated, another such event will not be generated until the sampled value falls below this threshold and reaches less than or equal the falling-threshold value. Default Values -2147483648 — 2147483647 falling-threshold threshold — The falling-threshold specifies a threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single threshold crossing event will be generated.
Page 371
Configuration example: memory-use-warn rising-threshold 500000 falling-threshold 400000 interval 800 rmon-event- type log start-alarm falling rmon Syntax rmon Context config>system>thresholds Description This command creates the context to configure generic RMON alarms and events. Generic RMON alarms can be created on any SNMP object-ID that is valid for RMON monitoring (for example, an integer-based datatype).
System Management Date and Time Commands set-time Syntax set-time [date] [time] Context admin Description This command sets the local system time. The time entered should be accurate for the time zone configured for the system. The system will convert the local time to UTC before saving to the system clock which is always set to UTC.
Network Time Protocol Commands Syntax [no] ntp Context config>system>time Description This command enables the context to configure Network Time Protocol (NTP) and its operation. This protocol defines a method to accurately distribute and maintain time for network elements. Furthermore this capability allows for the synchronization of clocks between the various network elements.
Page 374
System Management Parameters key-id — Configure the authentication key-id that will be used by the node when transmitting or receiving Network Time Protocol packets. Entering the authentication-key command with a key-id value that matches an existing configuration key will result in overriding the existing entry. Recipients of the NTP packets must have the same authentication key-id, type, and key value in order to use the data transmitted by this node.
Page 375
ip-int-name — Specifies the local interface on which to transmit NTP broadcast packets. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes. Values 32 character maximum key-id key-id — Identifies the configured authentication key and authentication type used by this node to receive and transmit NTP packets to and from an NTP server and peers.
Page 376
System Management multicast Syntax multicast [version version] [key-id key-id] no multicast Context config>system>time>ntp Description CPMCCM This command configures NTP the node to transmit multicast packets on the MGMT port. Broadcast and multicast messages can easily be spoofed; authentication is strongly recommended. The no form of this command removes the multicast address from the configuration.
Page 377
ntp-server Syntax ntp-server [transmit key-id] no ntp-server Context config>system>time>ntp Description This command configures the node to assume the role of an NTP server. Unless the server command is used, this node will function as an NTP client only and will not distribute the time to downstream network elements.
Page 378
System Management version version — Specify the NTP version number that is generated by this node. This parameter does not need to be configured when in client mode in which case all three nodes are accepted. Default Values 2 — 4 prefer —...
SNTP Commands sntp Syntax [no] sntp Context config>system>time Description This command creates the context to edit the Simple Network Time Protocol (SNTP). SNTP can be configured in either broadcast or unicast client mode. SNTP is a compact, client-only version of the NTP. SNTP can only receive the time from SNTP/NTP servers. It cannot be used to provide time services to other systems.
Page 380
System Management server-address Syntax server-address ip-address [version version-number] [normal | preferred] [interval seconds] no server-address Context config>system>time>sntp Description This command creates an SNTP server for unicast client mode. Parameters ip-address — Specifies the IP address of the SNTP server. version version-number — Specifies the SNTP version supported by this server. Values 1 —...
Page 381
CRON Commands cron Syntax cron Context config Description This command creates the context to create scripts, script parameters and schedules which support the Service Assurance Agent (SAA) functions. CRON features are saved to the configuration file on both primary and backup control modules. If a control module switchover occurs, CRON events are restored when the new configuration is loaded.
Page 382
System Management lifetime Syntax lifetime {seconds | forever} Context config>cron>action Description This command configures the maximum amount of time the script may run. Parameters seconds — Specifies the maximum amount of time to keep the results from a script run. Values 1 —...
Page 383
script Syntax [no] script script-name [owner owner-name] Context config>cron>action Description This command creates action parameters for a script including the maximum amount of time to keep the results from a script run, the maximum amount of time a script may run, the maximum number of script runs to store and the location to store the results.
Page 384
System Management count Syntax count number Context config>cron>sched Description This command configures the total number of times a CRON “interval” schedule is run. For example, if the interval is set to 600 and the count is set to 4, the schedule runs 4 times at 600 second intervals. Parameters number —...
Page 385
end-time Syntax [no] end-time [date | day-name] time Context config>cron>sched Description This command is used concurrently with type periodic or calendar. Using the type of periodic, end-time determines at which interval the schedule will end. Using the type of calendar, end-time determines on which date the schedule will end.
Page 386
System Management Parameters seconds — The interval, in seconds, between runs of an event. Values 30 — 4,294,967,295 minute Syntax [no] minute {minute-number [..minute-number]| all} Context config>cron>sched Description This command specifies the minute to schedule a command. Multiple minutes of the hour can be specified. When multiple minutes are configured, each of them will cause the schedule to occur.
Page 387
type Syntax type {schedule-type} Context config>cron>sched Description This command specifies how the system should interpret the commands contained within the schedule node. Parameters schedule-type — Specify the type of schedule for the system to interpret the commands contained within the schedule node.
Page 388
System Management script Syntax [no] script script-name [owner owner-name] Context config>cron>script Description This command configures the name associated with this script. Parameters script-name — Specifies the script name.location Syntax [no] location file-url Context config>cron>script Description This command configures the location of script to be scheduled. Parameters file-url —...
Time Range Commands time-range Syntax [no] time-range name Context config>cron Description This command configures a time range. The no form of the command removes the name from the configuration. Default none Parameters name — Configures a name for the time range up to 32 characters in length. absolute Syntax absolute start start-absolute-time end end-absolute-time...
Page 390
System Management daily Syntax daily start start-time-of-day end end-time-of-day no daily start start-time-of-day Context config>cron>time-range Description This command configures the start and end of a schedule for every day of the week. To configure a daily time-range across midnight, use a combination of two entries. An entry that starts at hour zero will take over from an entry that ends at hour 24.
Page 391
weekend Syntax weekend start start-time-of-day end end-time-of-day no weekend start start-time-of-day Context config>cron>time-range Description This command configures a time interval for every weekend day in the time range. The resolution must be at least one minute apart, for example, start at 11:00 and end at 11:01. An 11:00 start and end time is invalid.
Page 392
System Management 0 — 24 0 — 59 weekly start time-in-week end time-in-week — This parameter configures the start and end of a schedule for the same day every week, for example, every Friday. The start and end dates must be the same. The resolution must be at least one minute apart, for example, start at 11:00 and end at 11:01.
Page 393
Time of Day Commands tod-suite Syntax [no] tod-suite tod-suite name create Context config>cron Description This command creates the tod-suite context. Default no tod-suite egress Syntax egress Context config>cron>tod-suite Description This command enables the TOD suite egress parameters. ingress Syntax ingress Context config>cron>tod-suite Description...
Page 394
System Management Values 1 — 65535 time-range time-range-name — Name for the specified time-range. If the time-range is not populated the system will assume the assignment to mean “all times”. Only one entry without a time-range is allowed for every type of policy. The system does not allow the user to specify more than one policy with the same time-range and priority.
Page 395
scheduler-policy Syntax [no] scheduler-policy scheduler-policy-name [time-range time-range-name] [priority priority] Context config>cron>tod-suite>egress config>cron>tod-suite>ingress Description This command creates time-range based associations of previously created scheduler policies. Multiple policies may be included and each must be assigned a different priority; in case time-ranges overlap, the priority will be used to determine the prevailing policy.
Page 396
System Management System Time Commands dst-zone Syntax [no] dst-zone [std-zone-name | non-std-zone-name] Context config>system>time Description This command configures the start and end dates and offset for summer time or daylight savings time to override system defaults or for user defined time zones. When configured, the time is adjusted by adding the configured offset when summer time starts and subtracting the configured offset when summer time ends.
Page 397
end-day — Specifies the starting day of the week when the summer time will end. Values sunday, monday, tuesday, wednesday, thursday, friday, saturday Default sunday end-month — The starting month of the year when the summer time will take effect. Values january, february, march, april, may, june, july, august, september, october, november, december}...
Page 398
System Management start-day — Specifies the starting day of the week when the summer time will take effect. Default sunday Values sunday, monday, tuesday, wednesday, thursday, friday, saturday start-month — The starting month of the year when the summer time will take effect. Values january, february, march, april, may, june, july, august, september, october, november, december...
Page 399
EDT, ET, CST, CDT, CT, MST, MDT, MT, PST, PDT, PT, HST, AKST, AKDT, WAST, CAST, EAST non-std-zone-name — The non-standard time zone name. Values Up to 5 characters maximum. hh [:mm] — The hours and minutes offset from UTC time, expressed as integers. Some time zones do not have an offset that is an integral number of hours.
Page 400
(BITS). The settings specified under this context apply to both the BITS input and BITS output ports and to both the bits1 and bits2 ports on the 7750 SR-c4. The bits command subtree is only available on the 7450 ESS-7 and 7450 ESS-12. 7450 ESS OS Basic System Configuration Guide...
Page 401
Default disabled commit Syntax commit Context config>system>sync-if-timing Description This command saves changes made to the system synchronous interface timing configuration. Default No default interface-type Syntax interface-type {ds1 [{esf | sf}] | e1 [{pcm30crc | pcm31crc}]} no interface-type Context config>system>sync-if-timing>bits Description This command configures the Building Integrated Timing Source (BITS) timing reference.
Page 402
System Management CPM. They are configured together, but they are displayed separately in the show command. Default shutdown output Syntax output Context config>system>sync-if-timing>bits Description This command provides a context to configure and enable or disable the external BITS timing reference output to the SR/ESS router.
Page 403
into an external stand alone timing distribution device (BITS/SASE). The specific directly recovered signal used is the best of the available signals based of the QL and/or the ref-order. The central clock output would be used when no BITS/SASE device is present and the BITS output signal is used to monitor the quality of the recovered clock within the system.
Page 405
Note that if a sync-if-timing reference is linked to a source port that is operationally down, the port is no longer qualified as a valid reference. For systems with two SF/CPM modules, the system distinguishes between the BITS inputs on the active and standby CPMs.
Page 406
System Management ref1 Syntax ref1 Context config>system>sync-if-timing Description This command enables the context to configure parameters for the first timing reference. The timing reference for ref1 must be specified for the following chassis slots: 7450 Model Ref1/Slots ESS-1 Not enabled ESS-6 1 —...
Page 407
Syntax [no] revert Context config>system>sync-if-timing Description This command allows the clock to revert to a higher priority reference if the current reference goes offline or becomes unstable. When the failed reference becomes operational, it is eligible for selection. When the mode is non-revertive, a failed clock source is not selected again.
Page 408
System Management Generic Commands shutdown Syntax [no] shutdown Context config>system>time>sntp config>system>sync-if-timing>ref1 config>system>sync-if-timing>ref2 config>system>sync-if-timing>ptp config>system>sync-if-timing>bits>input config>system>sync-if-timing>bits>output Description This command administratively disables an entity. When disabled, an entity does not change, reset, or remove any configuration settings or statistics. The operational state of the entity is disabled as well as the operational state of any entities contained within. Many objects must be shut down before they may be deleted.
Page 409
System Administration Commands admin Syntax admin Context <ROOT> Description The context to configure administrative system commands. Only authorized users can execute the commands in the admin context. Default none application-assurance Syntax application-assurance Context admin Description This command enables the context to perform application-assurance operations. upgrade Syntax upgrade...
Page 411
reboot Syntax reboot [active | standby | upgrade] [now] Context admin Description This command reboots the router including redundant s and all IOMs or upgrades the boot ROMs. If no options are specified, the user is prompted to confirm the reboot operation. For example: ALA-1>admin# reboot Are you sure you want to reboot (y/n)? If the now option is specified, boot confirmation messages appear.
Page 412
Syntax [no] enable-tech Context admin Description This command enables the shell and kernel commands. NOTE: This command should only be used with authorized direction from the Alcatel-Lucent Technical Assistance Center (TAC). 7450 ESS OS Basic System Configuration Guide Page 383...
Page 413
Context admin Description This command creates a system core dump. NOTE: This command should only be used with authorized direction from the Alcatel-Lucent Technical Assistance Center (TAC). file-url — The file URL location to save the binary file. file url:...
Page 414
System Management view Syntax view {bootup-cfg|active-cfg|candidate-cfg|latest-rb| checkpoint-id|rescue} Context <ROOT> Description The context to configure administrative system viewing parameters. Only authorized users can execute the commands in the admin context. Default none Parameters bootup-cfg — Specifies the bootup configuration. active-cfg — Specifies current running configuration. candidate-cfg —...
Page 415
Persistence Commands persistence Syntax [no] persistence Context config>system Description This command enables the context to configure persistence parameters on the system. The persistence feature enables state on information learned through DHCP snooping across reboots to be retained. This information includes data such as the IP address and MAC binding information, lease-length information, and ingress sap information (required for VPLS snooping to identify the ingress interface).
Page 416
System Management location Syntax location [cf1: | cf2: | cf3:] no location Context config>system>persistence>sub-mgmt config>system>persistence>dhcp-server Description This command instructs the system where to write the file. The name of the file is: dhcp-persistence.db. On boot the system scans the file systems looking for dhcp-persistence.db, if it finds it starts to load it. In the subscriber management context, the location specifies the flash device on a CPM card where the data for handling subscriber management persistency is stored.
Page 417
PTP Commands Syntax Context config>system Description This command enables the context to configure parameters for IEEE 1588-2008, Precision Time Protocol. This command is only available on the control assemblies that support 1588. shutdown Syntax [no] shutdown Context config>system>ptp Description This command disables or enables the PTP protocol. If PTP is disabled, the router will not transmit any PTP packets, and will ignore all received PTP packets.
Page 418
System Management domain Syntax [no] domain domain Context config>system>ptp Description This command configures the PTP domain. The no form of the command reverts to the default configuration. Note some profiles may require a domain number in a restricted range. It is up to the operator to ensure the value aligns with what is expected within the profile.
Page 419
Default Parameters priority — Specifies the value of the priority1 field. Values 0 — 255 priority2 Syntax [no] priority2 priority Context config>system>ptp This command configures the priority2 value of the local clock. This parameter is only used when the profile is set to ieee1588-2008.
Page 420
System Management peer Syntax peer ip-address Context config>system>ptp This command configures a remote PTP peer. It provides the context to configure parameters for the remote PTP peer. Up to 20 remote PTP peers may be configured. The no form of the command deletes the specified peer. If the clock-type is ordinary slave or boundary, and PTP is no shutdown, the last peer cannot be deleted.
Page 421
Profile may only be set to g.8265.1-2010 when the clock is Ordinary-Slave or Ordinary-Master. Default ieee1588-2008 Parameters ieee1588-2008 — Conforms to the default BMCA of the 2008 version of the IEEE1588 standard. g.8265.1-2010 — Conforms to the BMCA specified in the ITU-T G.8265.1 specification. shutdown Syntax [no] shutdown...
Page 422
System Management Redundancy Commands redundancy Syntax redundancy Context admin config Description This command enters the context to allow the user to perform redundancy operations. cert-sync Syntax [no] cert-sync Context admin>redundancy Description This command automatically synchronizes the certificate/CRL/key automatically when importing or generating (for the key);...
Page 423
In the admin>redundancy context, this command performs a manually triggered standby CPM synchronization. When the standby CPM takes over operation following a failure or reset of the active CPM, it is important to ensure that the active and standby CPM have identical operational parameters. This includes the saved configuration, CPM and IOM images.
Page 424
System Management boot-timer Syntax boot-timer seconds no boot-timer Context config>redundancy>bgp-multi-homing Description This command configures the time the service manger waits after a node reboot before running the DF election algorithm. The boot-timer value should be configured to allow for the BGP sessions to come up and for the NLRI information to be refreshed/exchanged.
Page 425
site-activation-timer Syntax site-activation-timer seconds no site-activation-timer Context config>redundancy>bgp-multi-homing Description This command defines the amount of time the service manager will keep the local sites in standby status, waiting for BGP updates from remote PEs before running the DF election algorithm to decide whether the site should be unblocked.
Page 426
System Management synchronize Syntax synchronize {boot-env | config} Context config>redundancy Description This command performs a synrchonization of the standby ’s images and/or config files to the active . Either the boot-env or config parameter must be specified. In the config>redundancy context, this command performs an automatically triggered standby synchronization.
Page 427
If synchronization fails, alarms and log messages that indicate the type of error that caused the failure of the synchronization operation are generated. When the error condition ceases to exist, the alarm is cleared. Only files stored on the router are synchronized. If a configuration file or image is stored in a location other than on a local compact flash, the file is not synchronized (for example, storing a configuration file on an FTP server).
Page 428
System Management Automatic synchronization of rollback checkpoint files across CPMs is only performed if the rollback- location is configured as a local file-url (for example, "cf3:/rollback-files/rollback). Synchronization is not done if the rollback-location is remote. Note that “config red sync {boot-env|config}” and “admin red sync {boot-env|config}” do not apply to rollback checkpoint files.
Page 429
Default no igmp-snooping local-dhcp-server Syntax [no] local-dhcp-server Context config>redundancy>multi-chassis>peer>sync Description This command synchronizes DHCP server information. mld-snooping Syntax [no] mld-snooping Context config>redundancy>multi-chassis>peer>sync Description This command synchronizes MLD Snooping information. port Syntax port [port-id | lag-id] [sync-tag sync-tag] no port [port-id | lag-id] Context config>redundancy>multi-chassis>peer>sync Description...
Page 430
System Management Values Dot1Q start-vlan-end-vlan QinQ Q1.start-vlan-Q1.end-vlan sync-tag sync-tag — Specifies a synchronization tag up to 32 characters in length to be used while synchronizing this encapsulation value range with the multi-chassis peer. srrp Syntax [no] srrp Context config>redundancy>multi-chassis>peer>sync Description This command specifies whether subscriber routed redundancy protocol (SRRP) information should be synchronized with the multi-chassis peer.
Page 431
Peer Commands peer Syntax [no] peer ip-address Context config>redundancy>multi-chassis Description This command configures a multi-chassis redundancy peer. Parameters ip-address — Specifies a peer IP address. Multicast address are not allowed. authentication-key Syntax authentication-key [authentication-key | hash-key] [hash | hash2] no authentication-key Context config>redundancy>multi-chassis>peer Description...
Page 432
System Management MC Endpoint Commands mc-endpoint Syntax [no] mc-endpoint Context config>redundancy>multi-chassis>peer Description This command specifies that the endpoint is multi-chassis. This value should be the same on both MC-EP peers for the pseudowires that must be part of the same group. The no form of this command removes the endpoint from the MC-EP.
Page 433
Default Parameters interval — Specifies the boot timer interval. Values 1 — 600 hold-on-neighbor-failure Syntax hold-on-neighbor-failure multiplier no hold-on-neighbor-failure Context config>redundancy>multi-chassis>peer>mc-ep Description This command specifies the number of keep-alive intervals that the local node will wait for packets from the MC-EP peer before assuming failure.
Page 434
System Management passive-mode Syntax [no] passive-mode Context config>redundancy>multi-chassis>peer>mc-ep Description This command configures the passive mode behavior for the MC-EP protocol. When in passive mode the MC-EP pair will be dormant until two of the pseudowires in a MC-EP will be signaled as active by the remote PEs, being assumed that the remote pair is configured with regular MC-EP.
Page 435
MC-LAG Commands mc-lag Syntax [no] mc-lag Context config>redundancy>multi-chassis>peer>mc-lag Description This command enables the context to configure multi-chassis LAG operations and related parameters. The no form of this command administratively disables multi-chassis LAG. MC-LAG can only be issued only when mc-lag is shutdown. hold-on-neighbor-failure Syntax hold-on-neighbor-failure multiplier...
Page 436
System Management Parameters interval — The time interval expressed in deci-seconds Values 5 — 500 Syntax lag lag-id lacp-key admin-key system-id system-id [remote-lag lag-id] system-priority system- priority no lag lag-id Context config>redundancy>multi-chassis>peer>mc-lag Description This command defines a LAG which is forming a redundant-pair for MC-LAG with a LAG configured on the given peer.
Page 437
Multi-Chassis Mobile Commands mc-mobile Syntax mc-mobile Context config>redundancy>mc>peer Description This command enables to the context to configure mc-mobile parameters. Default no mc-mobile bfd-enable Syntax bfd-enable [service <service-id>] interface <interface-name> no bfd-enable Context config>redundancy>multi-chassis>peer>mc-mobile Description This command enables the use of Bi-directional Forwarding Detection (BFD) to be associated with the peer. The mc-mobile redundancy protocol will use the BFD state to determine liveliness of its peer.
Page 438
System Management keep-alive-interval Syntax keep-alive-interval interval no keep-alive-interval Context config>redundancy>multi-chassis>peer>mc-mobile Description This command sets the interval at which keep-alive messages are sent to the peer when bfd is not enabled or is down. Default 10 (1 second) Parameters interval — The time interval expressed in deci-seconds. Values 5—500 (tenths of a second) 7450 ESS OS Basic System Configuration Guide...
Page 439
Multi-Chassis Ring Commands mc-ring Syntax mc-ring Context config>redundancy>mc>peer config>redundancy>multi-chassis>peer>sync Description This command enables the context to configure the multi-chassis ring parameters. ring Syntax ring sync-tag no ring sync-tag Context config>redundancy>mc>peer>mcr Description This command configures a multi-chassis ring. Parameters sync-tag — Specifies a synchronization tag to be used while synchronizing this port with the multi-chassis peer.
Page 440
System Management interface Syntax interface ip-int-name no interface Context config>redundancy>mc>peer>mcr>ring>in-band-control-path Description This command specifies the name of the IP interface used for the inband control connection.If the name is not configured, the ring cannot become operational. service-id Syntax service-id service-id no service-id Context config>redundancy>mc>peer>mcr>ring>ibc...
Page 441
path-excl Syntax [no] path-excl Context config>redundancy>mc>peer>mcr>ring Description This command specifies the set of upper-VLAN IDs associated with the SAPs that are to be excluded from control by the multi-chassis ring. Default If not specified, the default is an empty set. ring-node Syntax ring-node ring-node-name [create]...
Page 442
System Management interval Syntax interval interval no interval Context config>redundancy>mc>peer>mcr>ring>ring-node>connectivity-verify Description This command specifies the polling interval of the ring-node connectivity verification of this ring node. Default Parameters interval — Specifies the polling interval, in minutes. Values 1 — 6000 service-id Syntax service-id service-id...
Page 443
src-mac Syntax src-mac ieee-address no src-mac Context config>redundancy>mc>peer>mcr>node>cv Description This command specifies the source MAC address used for the Ring-Node Connectivity Verification of this ring node. A value of all zeroes (000000000000 H (0:0:0:0:0:0)) specifies that the MAC address of the system management processor (CPM) is used.
Page 444
System Management Rollback Commands compare Syntax compare [to source2] compare source1 to source2 Context admin admin>rollback Description This command displays the differences between rollback checkpoints and the active operational configuration, with source1 as the base/first file to which source2 is compared. Parameters source1, source2 —...
Page 445
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. It is not advised to manually delete a rollback checkpoint (for example, using a "file delete" command). If a rollback checkpoint file is manually deleted without using the "admin rollback delete"...
Page 446
System Management remote-max-checkpoints Syntax remote-max-checkpoints <1..200> Context config>system>rollback Description Configures the maximum number of rollback checkpoint files when the rollback-location is remote (e.g. ftp). Default local-max-checkpoints Syntax local-max-checkpoints <1..50> Context config>system>rollback Description Configures the maximum number of rollback checkpoint files when the rollback-location is on local compact flash.
Page 447
revert Syntax revert [latest-rb| checkpoint-id | rescue] [now] Context admin>rollback Description This command initiates a configuration rollback revert operation that will return the configuration state of the node to a previously saved checkpoint. The rollback revert minimizes impacts to running services. There are no impacts in areas of configuration that did not change since the checkpoint.
Page 448
System Management LLDP System Commands lldp Syntax lldp Context config>system Description This command enables the context to configure system-wide Link Layer Discovery Protocol parameters. message-fast-tx Syntax message-fast-tx time no message-fast-tx Context config>system>lldp Description This command configures the duration of the fast transmission period. Parameters time —...
Page 449
notification-interval Syntax notification-interval time no notification-interval Context config>system>lldp Description This command configures the minimum time between change notifications. Parameters time — Specifies the minimum time, in seconds, between change notifications. Values 5 — 3600 Default reinit-delay Syntax reinit-delay time no reinit-delay Context config>system>lldp Description...
Page 450
System Management tx-hold-multiplier Syntax tx-hold-multiplier multiplier no tx-hold-multiplier Context config>system>lldp Description This command configures the multiplier of the tx-interval. Parameters multiplier — Specifies the multiplier of the tx-interval. Values 2 — 10 Default tx-interval Syntax tx-interval interval no tx-interval Context config>system>lldp Description This command configures the LLDP transmit interval time.
Page 451
LLDP Ethernet Port Commands lldp Syntax lldp Context config>port>ethernet Description This command enables the context to configure Link Layer Discovery Protocol (LLDP) parameters on the specified port. dest-mac Syntax dest-mac {bridge-mac} Context config>port>ethernet>lldp Description This command configures destination MAC address parameters. Parameters bridge-mac —...
Page 452
System Management notification Syntax [no] notification Context config>port>ethernet>lldp>dstmac Description This command enables LLDP notifications. The no form of the command disables LLDP notifications. tx-mgmt-address Syntax tx-mgmt-address [system] no tx-mgmt-address Context config>port>ethernet>lldp>dstmac Description This command specifies which management address to transmit. The no form of the command resets value to the default.
Page 453
Show Commands Show Commands YSTEM OMMANDS connections Syntax connections [address ip-address [interface interface-name]] [port port-number] [detail] Context show>system Description This command displays UDP and TCP connection information. If no command line options are specified, a summary of the TCP and UDP connections displays. Parameters ip-address —...
Page 454
Label Description (Continued) Sample Output A:ALA-12# show system connections =============================================================================== Connections : =============================================================================== Proto RecvQ TxmtQ Local Address Remote Address State ------------------------------------------------------------------------------- 0 0.0.0.0.21 0.0.0.0.0 LISTEN 0 0.0.0.0.23 0.0.0.0.0 LISTEN 0 0.0.0.0.179 0.0.0.0.0 LISTEN 0 10.0.0.xxx.51138 10.0.0.104.179 SYN_SENT 0 10.0.0.xxx.51139 10.0.0.91.179 SYN_SENT 0 10.10.10.xxx.646...
Page 455
Show Commands window probe window update packet packets received after close discarded for bad checksum discarded for bad header offset field discarded because packet too short connection request connection accept : 24 connections established (including accepts) : 27 connections closed : 26 (including 2 drops) embryonic connections dropped segments updated rtt...
Page 456
Table 25: Show System CPU Output Fields (Continued) Label Description The sum of CPU usage of all the processes and protocols. CPU Usage Displays the level the specified service is being utilized. When this Capacity Usage number hits 100%, this part of the system is busied out. There may be extra CPU cycles still left for other processes, but this service is run- ning at capacity.
Page 457
Show Commands ------------------------------------------------------------------------------- Total 2,014,761 100.00% Idle 1,945,113 96.54% Usage 69,648 3.45% Busiest Core Utilization 69,648 3.45% =============================================================================== *A:cses-E11# cron Syntax cron Context show>cron Description This command enters the show CRON context. action Syntax action [action-name] [owner action-owner] run-history run-state Context show>cron# Description...
Page 458
Label Description (Continued) Script source Displays the location of scheduled script. location Max running Displays the maximum number of allowed sessions. allowed Max completed run Displays the maximum number of sessions previously run. histories Max lifetime Displays the maximum amount of time the script may run. allowed Completed run Displays the number of completed sessions.
Page 459
Show Commands ------------------------------------------------------------------------------- *A:Redundancy# *A:Redundancy# show cron action run-history executing =============================================================================== CRON Action Run History =============================================================================== Action "test" Owner "TiMOS CLI" ------------------------------------------------------------------------------- Script Run #20 ------------------------------------------------------------------------------- Start time : 2006/11/06 20:46:00 End time : never Elapsed time : 0d 00:00:56 Lifetime : 0d 00:59:04 State...
Page 460
schedule Syntax schedule [schedule-name] [owner schedule-owner] Context show>cron# Description This command displays cron schedule parameters. Parameters schedule-name — Displays information for the specified scheduler name. owner schedule-owner — Displays information for the specified scheduler owner. Output The following table describes the show cron schedule output fields. A:sim1>show>cron schedule test Label Description...
Page 461
Show Commands Label Description (Continued) Weekday Displays the configured weekday. Month Displays the configured month. Day of Month Displays the configured day of month. Hour Displays the configured hour. Minute Displays the configured minute. Number of sched- Displays the number of scheduled sessions. uled runs Last scheduled run Displays the last scheduled session.
Page 462
script Syntax script [script-name] [owner script-owner] Context show>cron# Description This command displays cron script parameters. Parameters schedule-name — Displays information for the specified script. owner schedule-owner — Displays information for the specified script owner. Output The following table describes the show cron script output fields. Label Description Script...
Page 463
Show Commands information Syntax information Context show>system Description This command displays general system information including basic system, SNMP server, last boot and DNS client information. Output System Information Output — The following table describes the system information output fields. Label Description System Name The configured system name.
Page 464
Label Description (Continued) Secondary — Indicates that the directory location for runtime image file was loaded from the secondary source. Tertiary — Indicates that the directory location for runtime image file was loaded from the tertiary source. Config Source Primary — Indicates that the directory location for configuration file was loaded from the primary source.
Page 465
ALA-12>config>system# show system information =============================================================================== System Information =============================================================================== System Name : ALA-42 System Type : 7450 ESS-12 System Version : B-6.0.B1-17 System Contact : Wis Information Technology System Location : Bldg.1-floor 2-Room 201 System Coordinates : N 45 58 23, W 34 56 12...
Page 466
Last Boot Config Header: # TiMOS-B-0.0.I1752 both/i386 ALCATEL ESS 7450 Copyright (c) 2000-2008 Alcatel-Lucent. # All rights reserved. All use subject to applicable license agreements. # Built on Sun Jan 27 19:30:23 PST 2008 by builder in /rel0.0/I1752/panos/main # Generated MON...
Page 467
Show Commands 1/1/1 16:2f:ff:00:00:00 35717120 Dut-A 2/1/2 16:34:ff:00:00:00 35782656 Dut-D 2/1/1 16:36:ff:00:00:00 35684352 Dut-E 1/1/2 16:30:ff:00:00:00 35749888 Dut-B 1/1/3 16:30:ff:00:00:00 35782656 Dut-B 2/1/3 16:30:ff:00:00:00 35815424 Dut-B ============================================================================== Number of neighbors : 6 *A:Dut-C# A:GHR-API# show system lldp neighbor Link Layer Discovery Protocol (LLDP) System Information ============================================================================== NB = nearest-bridge NTMPR = nearest-non-tpmr...
Page 468
Output Memory Pools Output — The following table describes memory pool output fields. Table 26: Show Memory Pool Output Fields Label Description The name of the system or process. Name Integer — The maximum allocated memory size. Max Allowed No Limit — No size limit. The current size of the memory pool.
Page 469
Show Commands Syntax Context show>system Description This command displays NTP protocol configuration and state. Output Show NTP Output — The following table describes NTP output fields. Label Description Enabled — NTP is enabled. — NTP is disabled. Admin Status — Administrative state is enabled. —...
Page 470
Label Description (Continued) Invalid The peer is not maintaining an accurate clock. This peer will not be used for synchronization. Excess The peer's synchronization distance is greater than ten other peers. This peer will not be used for synchronization. Outlyer The peer is discarded as an outlyer.
Page 471
Show Commands Label Description (Continued) DROP — Lost peer in symmetric mode. Please wait while the associa- tion is restarted. RSTR — Access denied due to local policy. No further messages will be sent to the server. INIT — The association has not yet synchronized for the first time. MCST —...
Page 472
NTP Status =============================================================================== Enabled : Yes Stratum Admin Status : up Oper Status : up Server enabled : No Server keyId : none System Ref Id : 192.168.15.221 Auth Check : Yes =============================================================================== NTP Active Associations =============================================================================== State Remote Reference ID Type Auth Poll...
Page 473
Show Commands NTP Active Associations =============================================================================== State Remote Reference ID Type Auth Poll Offset ------------------------------------------------------------------------------- reject 192.168.15.221 192.168.14.50 srvr none 0.901 chosen 192.168.15.221 192.168.1.160 mclnt none 1.101 =============================================================================== A:pc-40>config>system>time>ntp# rollback Syntax rollback Context show>system Description This command displays rollback configuration and state. Sample Output A:dut-a_a># show system rollback ===============================================================================...
Page 474
-------------------------------------------------------------------------------- No. of Rollback Files: 10 ================================================================================ Syntax ptp [peer ip-address [detail] | peers [detail] | unicast | statistics | standby] Context show>system Description This command displays Precision Time Protocol (PTP) configuration and state. Output Show PTP Output — The following table describes PTP output fields. Table 27: Show System PTP Output Fields Label Description...
Page 475
Show Commands IP Address : 2.1.1.1 Parent Clock Id : 001af0fffeab36ad Remote PTP Port Number: 2 GM Clock Id : 00b0aefffe011ca6 GM Clock Class : 13 GM Clock Accuracy : 0xfe (unknown) GM Clock Variance : 0x6400 (3.7E-09) GM Clock Priority1: 128 GM Clock Priority2: 128 ------------------------------------------------------------------------------- Time Information...
Page 478
Excessive Phase Shift Detected Too Much Packet Delay Variation =============================================================================== *B:Dut-B# A:bksim1620# show system ptp peers detail =============================================================================== IEEE 1588/PTP Peer Information =============================================================================== IP Address : 3.1.1.1 Announce Direction : tx Admin State : n/a G.8265.1 Priority : n/a Local PTP Port PTP Port State : master Clock Id...
Page 479
Show Commands Steps Removed Parent Clock : no Tx Timestamp Point: port Rx Timestamp Point : port Last Tx Port : 3/2/1 Last Rx Port : 3/2/1 =============================================================================== sntp Syntax sntp Context show>system Description This command displays SNTP protocol configuration and state. Output Show SNTP Output —...
Page 480
Output Thresholds Output — following table describes system threshold output fields. Label Description Variable Displays the variable OID. Alarm Id Displays the numerical identifier for the alarm. Last Value Displays the last threshold value. Rising Event Id Displays the identifier of the RMON rising event. Threshold Displays the identifier of the RMON rising threshold.
Page 481
Show Commands Variable: tmnxCpmFlashUsed.1.11.1 Alarm Id Last Value : 835 Rising Event Id Threshold : 5000 Falling Event Id : 2 Threshold : 2500 Sample Interval : 2147483* SampleType : absolute Startup Alarm : either Owner : TiMOS CLI Variable: tmnxCpmFlashUsed.1.11.1 Alarm Id Last Value : 835 Rising Event Id...
Page 482
time Syntax time Context show>system Description This command displays the system time and zone configuration parameters. Output System Time Output — The following table describes system time output fields. Table 29: Show System Time Output Fields Label Description The system date and time using the current time zone. Date &...
Page 483
Show Commands A:ALA-1# show system time (with no DST zone configured) =============================================================================== Date & Time =============================================================================== Current Date & Time : 2006/05/12 11:12:05 DST Active Current Zone : APA Offset from UTC : -8:00 ------------------------------------------------------------------------------- Non-DST Zone : APA Offset from UTC : -8:00 Zone Type : non-standard...
Page 484
Table 30: Show System tod-suite Output Fields (Continued) Label Description Shows the SAPs or Multiservice sites where the TOD Suite could not failed-associa- tions be applied successfully. Shows the details of this tod-suite. Detail Sample Output A:kerckhot_4# show cron tod-suite suite_sixteen detail =============================================================================== Cron tod-suite details ===============================================================================...
Page 485
Show Commands The following example shows output for TOD suite failed-associations. A:kerckhot_4# show cron tod-suite suite_sixteen failed-associations =============================================================================== Cron tod-suite associations failed =============================================================================== tod-suite suite_sixteen : failed association for SAP ------------------------------------------------------------------------------- Service Id Type : VPLS SAP 1/1/1:2 SAP 1/1/1:3 SAP 1/1/1:4 SAP 1/1/1:5 SAP 1/1/1:6...
Page 486
Intend E Sched Pol : SchedPolCust1Egress_Night Acct. Pol : None Collect Stats : Disabled Anti Spoofing : None Nbr Static Hosts =============================================================================== A:kerckhot_4# If a time-range is specified for a filter entry, use the show filter command to view results: A:kerckhot_4# show filter ip =============================================================================== IP Filter...
Page 487
Show Commands Filter Association : IP ------------------------------------------------------------------------------- Tod-suite "english_suite" - ingress, time-range "day" (priority 5) =============================================================================== A:kerckhot_4# redundancy Syntax redundancy Context show Description This command enables the context to show redundancy information. multi-chassis Syntax multi-chassis Context show>redundancy Description This command enables the context to show multi-chassis redundancy information. Syntax all [detail] Context...
Page 488
Label Description Displays the source address used to communicate with the MC peer. Source IP Address Displays the administrative state of the peer. Admin State Sample Output B:Dut-B# show redundancy multi-chassis all =============================================================================== Multi-chassis Peer Table =============================================================================== Peer ------------------------------------------------------------------------------- Peer IP Address : 10.10.10.2 Description : Mc-Lag peer 10.10.10.2...
Page 489
Show Commands Port-id Act/Stdby Opr Primary Sub-group Forced Prio ------------------------------------------------------------------------------- 331/2/1 active 32768 331/2/2 active 32768 331/2/3 active 32768 331/2/4 active 32768 ------------------------------------------------------------------------------- Port-id Role Dist Aggr Timeout Activity ------------------------------------------------------------------------------- 331/2/1 actor 331/2/1 partner 331/2/2 actor 331/2/2 partner 331/2/3 actor 331/2/3 partner 331/2/4...
Page 491
Show Commands Syntax mc-lag [lag lag-id] Context show>redundancy>multi-chassis Description This command displays multi-chassis LAG information. Parameters lag lag-id — Shows information for the specified LAG identifier. mc-mobile 1 — 20020064 Syntax mc-mobile peer {ip-address | ip6-address} Context show>redundancy>multi-chassis Description This command displays multi-chassis LAG information. Parameters ip-address —...
Page 492
=============================================================================== peer Syntax peer ip-address [lag lag-id] Context show>redundancy>multi-chassis>mc-lag Description This command enables the context to display mc-lag peer-related redundancy information. Parameters ip-address — Shows peer information about the specified IP address. lag lag-id — Shows information for the specified LAG identifier. Values 1 —...
Page 493
Show Commands A:subscr_mgt# show redundancy multi-chassis mc-lag peer 10.10.10.30 lag 1 =============================================================================== Multi-Chassis MC-Lag Peer 10.10.10.30 =============================================================================== Last Changed : 01/23/2007 18:20:13 Admin State : Up Oper State : Up KeepAlive : 10 deci-seconds Hold On Ngbr Failure : 3 ------------------------------------------------------------------------------- Lag Id Lacp Key Remote Lag Id System Id Sys Prio Last Changed...
Page 495
Show Commands Label Description Displays the synchronization tag that was used while synchronizing this port Sync Tag with the multi-chassis peer. noPeer — The peer has no corresponding ring configured. Oper State connected — The inband control connection with the peer is operational. broken —...
Page 496
In Band Control Path ------------------------------------------------------------------------------ Service ID : 10 Interface Name : to_an1 Oper State : connected Dest IP : 10.10.0.2 : 10.10.0.1 ------------------------------------------------------------------------------ VLAN Map B Path Provisioned ------------------------------------------------------------------------------ range 13-13 range 17-17 ------------------------------------------------------------------------------ VLAN Map Excluded Path Provisioned ------------------------------------------------------------------------------ range 18-18 ------------------------------------------------------------------------------...
Page 497
Show Commands Peer : 10.0.0.2 Sync Tag : ring11 Node Name : an1 Oper State Loc : connected Oper State Rem : notTested In Use : True Admin Change : 01/07/2008 21:40:07 Oper Change : 01/07/2008 21:40:25 Failure Reason : None ------------------------------------------------------------------------------ Ring Node Connectivity Verification ------------------------------------------------------------------------------...
Page 498
Label Description Displays the number of valid MCS ID responses were received from MCS ID Response the peer. Displays the number of valid 'ring exists' requests were received Ring Exists Request from the peer. Displays the number of valid ring exists' responses were received Ring Exists Response from the peer.
Page 499
Show Commands Show mc-ring ring-node Command Output Label Description Displays the state of the connection verification (both local and Oper State remote). notProvisioned — Connection verification is not provisioned. configErr — Connection verification is provisioned but a configu- ration error prevents it from operating properly. notTested —...
Page 500
Label Description Displays the number of MC-ring signalling packets were received by Rx Unknown Ring Node this system that were related to an unknown ring node. Displays the number of MC-ring signalling packets were transmitted by this system. Displays the number of MC-ring signalling packets could not be trans- Tx No Buffer mitted by this system due to a lack of packet buffers.
Page 501
Show Commands Parameters port port-id — Shows the specified port ID of the multi-chassis peer. lag lag-id — Shows information for the specified LAG identifier. Values 1 — 20020064 Output Show Redundancy Multi-chassis Sync Output — The following table describes show redundancy multi-chassis sync output fields: Label Description...
Page 502
Description : Mc-Lag peer 10.10.10.20 Authentication : Disabled Source IP Address : 0.0.0.0 Admin State : Enabled ------------------------------------------------------------------------------- Sync-status ------------------------------------------------------------------------------- Client Applications : SUBMGMT Sync Admin State : Up Sync Oper State : Up DB Sync State : inSync Num Entries Lcl Deleted Entries Alarm Entries Rem Num Entries...
Page 503
Show Commands Table 31: Show Redundancy Multi-chassis Sync Peer Output Fields (Continued) Label Description Displays the database state of the synchronization. DB Sync State Displays the number of entries on local router. Num Entries Displays the number of deleted entries made at the local router. Lcl Deleted Entries Displays the alarm entries on the local router.
Page 504
------------------------------------------------------------------------------- Application : igmpSnooping Num Entries Lcl Deleted Entries Alarm Entries ------------------------------------------------------------------------------- Rem Num Entries Rem Lcl Deleted Entries : 0 Rem Alarm Entries ------------------------------------------------------------------------------- Application : subMgmt Num Entries Lcl Deleted Entries Alarm Entries ------------------------------------------------------------------------------- Rem Num Entries Rem Lcl Deleted Entries : 0 Rem Alarm Entries ------------------------------------------------------------------------------- Application...
Page 505
Show Commands Table 32: Show Redundancy Multi-chassis Sync Peer Detail Output Fields (Continued) Label Description Displays the source address used to communicate with the multi-chassis peer. Source IP Address Displays the administrative state of the peer. Admin State Client Applica- Displays the list of client applications synchronized between routers.
Page 506
Rem Alarm Entries =============================================================================== MCS Application Stats =============================================================================== Application : igmp Num Entries Lcl Deleted Entries Alarm Entries ------------------------------------------------------------------------------- Rem Num Entries Rem Lcl Deleted Entries : 0 Rem Alarm Entries ------------------------------------------------------------------------------- Application : igmpSnooping Num Entries Lcl Deleted Entries Alarm Entries ------------------------------------------------------------------------------- Rem Num Entries...
Page 507
Show Commands Sample Output A:ALA-48>show>redundancy# synchronization =============================================================================== Synchronization Information =============================================================================== Standby Status : disabled Last Standby Failure : N/A Standby Up Time : N/A Failover Time : N/A Failover Reason : N/A Boot/Config Sync Mode : None Boot/Config Sync Status : No synchronization Last Config File Sync Time : Never...
Page 508
=============================================================================== Cron time-range associations =============================================================================== Name : day State : Inactive ------------------------------------------------------------------------------- IP Filter associations ------------------------------------------------------------------------------- IP filter Id : 10, entry 1010 ------------------------------------------------------------------------------- MAC Filter associations ------------------------------------------------------------------------------- None ------------------------------------------------------------------------------- Tod-suite associations ------------------------------------------------------------------------------- Tod-suite : suite_sixteen, for Ingress Qos Policy "1160" Tod-suite : suite_sixteen, for Ingress Scheduler Policy "SchedPolCust1_Day"...
Page 509
Show Commands Context show>system Description This command displays switch fabric information. Output Switch fabric output — The following table describes switch-fabric output fields for 12-slot and 7-slot chassis models:. Table 35: Show System Switch-Fabric Output Fields Label Description Slot/MDA Displays the fabric slot within a chassis in the system. The cards and IOM cards cannot be physically inserted into the switch fabric card slots.
Page 511
Show Commands Label Description (Continued) Reference Indicates which reference has been selected: Selected • ref1, ref2 - (for all chassis) • BITS A, BITS B - (7450 ESS-7/12) • Mate CPM (BITS A), Mate CPM (BITS B) - (7450 ESS-7/12 on the active CPM) •...
Page 512
Label Description (Continued) Not Qualified Due Indicates the reason why the reference has not been qualified: - disabled - LOS - OOPIR - OOF Selected for Use Indicates whether the method is presently selected. Not Selected Due Indicates the reason why the method is not selected: - disabled - not qualified - previous failure...
Page 513
Show Commands =============================================================================== System Interface Timing Operational Info =============================================================================== System Status CPM A : Master Locked Reference Input Mode : Non-revertive Quality Level Selection : Disabled Reference Selected : BITS A System Quality Level : prs Current Frequency Offset (ppm) : +0 Reference Order : bits ref1 ref2 Reference Mate CPM...
Page 514
*A:Dut-B# show system sync-if-timing ======================================================================= System Interface Timing Operational Info ======================================================================= System Status CPM A : Master Locked Reference Input Mode : Non-revertive Quality Level Selection : Disabled Reference Selected : Mate CPM (BITS B) System Quality Level : prs Current Frequency Offset (ppm) : +0 Reference Order : bits ref1 ref2...
Page 515
Show Commands =============================================================================== System Interface Timing Operational Info =============================================================================== System Status CPM B : Master Locked Reference Input Mode : Non-revertive Quality Level Selection : Disabled Reference Selected : BITS B System Quality Level : prs Current Frequency Offset (ppm) : +0 Reference Order : bits ref1 ref2 Reference Mate CPM...
Page 516
Syntax synchronization Context show>redundancy>synchronization Description This command displays redundancy synchronization times. Output Synchronization Output — The following table describes redundancy synchronization output fields. Table 36: Show Synchronization Output Fields Label Description Displays the status of the standby CPM. Standby Status Displays the timestamp of the last standby failure.
Page 517
Show Commands Last Boot Env Sync Time : Never =============================================================================== A:ALA-1>show>redundancy# 7450 ESS OS Basic System Configuration Guide Page 479...
Page 518
Debug Commands sync-if-timing Syntax sync-if-timing Context debug Description The context to debug synchronous interface timing references. force-reference Syntax force-reference {ref1 | ref2 | bits | ptp} no force-reference Context debug>sync-if-timing Description This command allows an operator to force the system synchronous timing output to use a specific reference. Note: The debug sync-if-timing force-reference command should only be used to test and debug problems.
Page 519
Show Commands ptp — The clock will use the PTP slave as the timing reference. system Syntax [no] system Context debug Description This command displays system debug information. http-connections Syntax http-connections [host-ip-address/mask] http-connections Context debug>system Description This command displays HTTP connections debug information. Parameters host-ip-address/mask —...
Page 520
Tools Commands redundancy Syntax redundancy Context tools>dump Description This command enables the context to dump redundancy parameters. multi-chassis Syntax multi-chassis Context tools>dump>redundancy Description This command enables the context to dump multi-chassis parameters. mc-endpoint Syntax mc-endpoint peer ip-address Context tools>dump>redundancy>multi-chassis Description This command dumps multi-chassis endpoint information.
Page 521
Show Commands peer sys id : 00:03:fa:c6:31:f8 master : No conf boot timer : 300 boot timer active : No conf ka intv : 10 conf hold on num of fail tlv own ka intv : 10 tlv peer ka intv : 10 ka timeout tmr active : Yes...
Page 522
sync-database Syntax sync-database [peer ip-address] [port port-id | lag-id] [sync-tag sync-tag] [application application] [detail] [type type] Context tools>dump>redundancy>multi-chassis Description This command dumps MCS database information. peer ip-address — Specifies the peer’s IP address. port port-id | lag-id — Indicates the port or LAG ID to be synchronized with the multi-chassis peer. slot/mda/port or lag-lag-id sync-tag sync-tag —...
Page 523
Show Commands Syntax mixed-mode-upgrade [slot-list] [now] Context tools>perform>system Description This command initiates the upgrade process to enable mixed-mode in a 7450 ESS-7 or ESS-12. Executing this command will (as one action), enable the system state of mixed-mode and enable SR capa- bilities on the IOMs or IMMs located in the slots specified in the slot list.
Page 524
Clear Commands application-assurance Syntax application-assurance Context clear Description This command clears application assurance commands. group Syntax group isa-aa-group-id statistics group isa-aa-group-id status Context clear>app-assure Description This command clears application assurance group data. Parameters isa-aa-group-id — Specifies the ISA-AA group index. Values status —...
Page 525
Show Commands Context clear Description This command enables the context to clear redundancy parameters. multi-chassis Syntax multi-chassis Context clear>redundancy Description This command enables the context to clear multi-chassis parameters. mc-mobile Syntax mc-mobile statistics peer {ip-address | ipv6-address} Context clear>redundancy Description This command enables the context to clear multi-chassis parameters.
Page 526
lag lag-id — Clears the specified LAG on this system. Values 1 — 100 mc-ring Syntax mc-ring Context clear>redundancy>multi-chassis Description This command clears multi-chassis ring data. debounce Syntax debounce peer ip-address ring sync-tag Context clear>redundancy>multi-chassis Description This command clears multi-chassis ring operational state debounce history. Parameters ip-address —...
Page 527
Show Commands Syntax global Context clear>redundancy>multi-chassis>mcr>statistics Description This command clears multi-chassis ring global statistics. peer Syntax peer ip-address Context clear>redundancy>multi-chassis>mcr>statistics Description This command clears multi-chassis ring peer statistics. Parameters ip-address — Clears ring peer statistics for the specified IP address. ring Syntax ring peer ip-address ring sync-tag...
Page 528
Context clear>system Description This command clears PTP statistics. Parameters inactive-peers — Removes PTP peers which are not currently exchanging PTP packets with the router. peer ip-address statistics — Clears statistics for the specified peer. statistics — Clears all ptp statistics. sync-database Syntax sync-database peer ip-address all application application...
Page 529
Show Commands Syntax system sync-if-timing {ref1 | ref2 | bits} Context clear Description This command allows an operator to individually clear (re-enable) a previously failed reference. As long as the reference is one of the valid options, this command is always executed. An inherent behavior enables the revertive mode which causes a re-evaluation of all available references.
Standards and Protocol Support Standards Compliance RFC 3623 Graceful OSPF Restart – GR RFC 4659 BGP-MPLS IP Virtual Private helper Network (VPN) Extension for IPv6 IEEE 802.1ab-REV/D3 Station and RFC 3630 Traffic Engineering (TE) Media Access Control Connectivity Extensions to OSPF Version 2 RFC 4684 Constrained Route Discovery Distribution for Border Gateway...
Page 531
Standards and Protocols RFC 3567 Intermediate System to RFC 2545 Use of BGP-4 Multiprotocol RFC 4604 Using IGMPv3 and MLDv2 Intermediate System (ISIS) Extension for IPv6 Inter-Domain for Source-Specific Multicast Cryptographic Authentication Routing RFC 4607 Source-Specific Multicast for RFC 3719 Recommendations for RFC 2710 Multicast Listener Discovery Interoperable Networks using IS-IS (MLD) for IPv6RFC 2740 OSPF for...
Page 532
Standards and Protocols RFC 3478 Graceful Restart Mechanism draft-newton-mpls-te-dynamic- RFC 5881 BFD IPv4 and IPv6 (Single for LDP – GR helper overbooking-00 A Diffserv-TE Hop) Implementation Model to RFC 5036 LDP Specification RFC 5883 BFD for Multihop Paths dynamically change booking factors RFC 5283 LDP extension for Inter-Area during failure events VRRP...
Page 533
Standards and Protocols Services (previously draft-ietf- draft-ietf-pwe3-redundancy-bit-06.txt, l2vpn-vpls-mcast-reqts-04) Pseudowire Preferential Forwarding RFC 1626 Default IP MTU for use over Status bit definition ATM AAL5 draft-ietf-l2vpn-vpls-mcast-reqts-04 draft-ietf-pwe3-redundancy-06.txt, RFC 2514 Definitions of Textual draft-ietf-l2vpn-signaling-08 Pseudowire (PW) Redundancy Conventions and PSEUDOWIRE OBJECT_IDENTITIES for ATM RFC6391 Flow Aware Transport of Management Pseudowires over an MPLS PSN...
Page 534
Standards and Protocols MEF-8 Implementation Agreement for GR-1244-CORE Clocks for the RFC 2573 SNMP-Target-&-notification- the Emulation of PDH Circuits over Synchronized Network: Common Metro Ethernet Networks, October Generic Criteria, Issue 3, May 2005 RFC 2574 SNMP-User-based-SMMIB 2004 ITU-T G.8261 Telecommunication RFC 2575 SNMP-View-based ACM- RFC 5287 Control Protocol Extensions Standardization Section of ITU,...
Need help?
Do you have a question about the 7450 ESS-12 and is the answer not in the manual?
Questions and answers