This command administratively disables the 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 can be deleted.
The no form of this command places the entity into an administratively enabled state.
no shutdown
This command creates a text description stored in the configuration file for a configuration context.
The description command associates a text string with a configuration context to help identify the content in the configuration file.
The no form of this command removes the string from the configuration.
n/a — no description is associated with the configuration context
This command enables the context to configure system-wide ATM parameters.
This command indicates the location ID for ATM OAM.
Refer to the 7705 SAR OS Quality of Service Guide, “ATM QoS Traffic Descriptor Profiles”, for information on ATM QoS policies and the 7705 SAR OS Services Guide, “VLL Services” for information on ATM-related service parameters.
no atm-location-id
Invalid values include a location ID where the first octet is: 00, FF, 6A
Acceptable location-ids include values where the first octet is: 01, 03
Other values are not accepted.
Use this command to configure a URL for a CLI script to execute 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. A URL must be specified or no action is taken.
The commands are persistent between router (re)boots and are included in the configuration saves (admin>save).
Also refer to the related command exec.
no boot-bad-exec
Use this command to configure a URL for a CLI script to execute following the success of a boot-up configuration.
Also refer to the related command exec.
no boot-good-exec
This command creates a Common Language Location Identifier (CLLI) code string for the 7705 SAR. A CLLI code is an 11-character standardized geographic identifier that uniquely identifies geographic locations and certain functional categories of equipment unique to the telecommunications industry.
No CLLI validity checks other than truncating or padding the string to 11 characters are performed.
Only one CLLI code can be configured. If multiple CLLI codes are configured, the last one entered overwrites the previous entry.
The no form of the command removes the CLLI code.
n/a — no CLLI codes are configured
This command configures the maximum number of backup versions maintained for configuration files and BOF.
For example, if the config-backup count is set to 5 and the configuration file is called xyz.cfg, the file xyz.cfg is saved with a .1 extension when the save command is executed. Each subsequent config-backup command increments the numeric extension until the maximum count is reached.
Each persistent index file is updated at the same time as the associated configuration file. When the index file is updated, then the save is performed to xyz.cfg and the index file is created as xyz.ndx. Synchronization between the active and standby CSM is performed for all configurations and their associated persistent index files.
The no form of the command returns the configuration to the default value.
5
This command creates a text string that identifies the contact name for the device.
Only one contact can be configured. If multiple contacts are configured, the last one entered will overwrite the previous entry.
The no form of the command reverts to the default.
n/a — no contact name is configured
This command creates a text string that identifies the system coordinates for the device location. For example, the command coordinates “37.390 -122.0550” is read as latitude 37.390 north and longitude 122.0550 west.
Only one set of coordinates can be configured. If multiple coordinates are configured, the last one entered overwrites the previous entry.
The no form of the command reverts to the default value.
n/a — no coordinates are configured
This command configures IP ECMP system-wide Layer 4 load balancing. The configuration at the system level can enable or disable load balancing across all IP interfaces. When enabled, Layer 4 source and destination port fields of incoming TCP/UDP packets are included in the hashing calculation to randomly determine which equal-cost path the packet will be sent to.Adding the Layer 4 source and destination port fields to the hashing algorithm generates a higher degree of randomness and a more even distribution of packets across the available paths.
no l4-load-balancing
This command creates a text string that identifies the system location for the device.
Only one location can be configured. If multiple locations are configured, the last one entered overwrites the previous entry.
The no form of the command reverts to the default value.
n/a — no system location is configured
This command configures ECMP system-wide LSR load balancing. Hashing can be enabled on the IP header at an LSR to send labeled IP packets over multiple equal-cost paths in an LDP LSP.
When LSR load balancing is enabled, the default configuration is label-only (lbl-only) hashing.
no lsr-load-balancing
This command creates a system name string for the device.
For example, system-name parameter ALU-1 for the name command configures the device name as ALU-1.
Only one system name can be configured. If multiple system names are configured, the last one encountered overwrites the previous entry.
The no form of the command reverts to the default value.
The default system name is set to the chassis serial number which is read from the backplane EEPROM.
This command specifies whether the internal system-level PoE power supply or an external PoE power supply is used to power the PoE-capable ports on the 7705 SAR-H.
When configured for the internal power supply, standard 15 W PoE can be enabled only on ports 5 and 6. Port 5 can also support 34 W PoE+, but in that case, port 6 cannot support PoE.
When configured for the external PoE power supply, all four PoE-capable ports support a combination of standard 15 W PoE and 34 W PoE+, with a maximum power delivery of 83 W among all PoE enabled ports. Refer to the 7705 SAR-H Chassis Installation Guide, “Ethernet Ports”, for information about supported combinations and restrictions.
The no form of this command disables the PoE power supply on the node.
internal
This command suppresses power feed monitoring and alarms on the secondary input power feed of a chassis when that power feed is not in use. Use this command when monitoring and raising alarms on the unused power input is not required. Suppressing monitoring and alarms on an unused input power feed results in the following:
Power feed monitoring and alarming is enabled by default.
power-feed-monitoring
The alarm command configures an entry in the RMON-MIB alarm table. The alarm command controls the monitoring and triggering of threshold crossing events. In order for notification or logging of a threshold crossing event to occur, there must be at least one associated rmon>event configured.
The agent periodically takes statistical sample values from the MIB variable specified for monitoring and compares them to thresholds that have been configured with the alarm command. The alarm command configures the MIB variable to be monitored, the polling period (interval), sampling type (absolute or delta value), and rising and falling threshold parameters. If a sample has crossed a threshold value, the associated event is generated.
Use the no form of this command to remove an rmon-alarm-id from the configuration.
The oid-string has a maximum length of 255 characters.
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.
If the first sample is less than or equal to the falling threshold value and “startup-alarm” is equal to “falling” or “either”, a single falling threshold crossing event is generated.
If there is no corresponding “event”’ configured for the specified rmon-event-id, then no association exists and no action is taken.
If the “rising-event rmon-event-id” has a value of zero (0), no associated event exists.
If a “rising event rmon-event” is configured, the CLI requires a “rising-threshold” to also be configured.
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.
If a “falling event” is configured, the CLI requires a “falling-threshold” to also be configured.
After a rising 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 threshold value.
This command enables capacity monitoring of the compact flash specified in this command. The severity level is alarm. Both a rising and falling threshold can be specified.
The no form of this command removes the configured compact flash threshold alarm.
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 to the “falling-threshold” value.
After a rising threshold crossing event is generated, another such event will not be generated until the sampled value raises above this threshold and reaches greater than or equal to the rising-threshold value.
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.
If the first sample is less than or equal to the falling threshold value and startup-alarm is equal to “falling” or “either”, a single falling threshold crossing event is generated.
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.
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 to the falling-threshold value.
After a rising threshold crossing event is generated, another such event will not be generated until the sampled value raises above this threshold and reaches greater than or equal to the rising-threshold value.
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. It may also specify that an SNMP notification (trap) should be generated for the event. The RMON-MIB defines two notifications for threshold crossing events: Rising Alarm and Falling Alarm.
Creating an event entry in the RMON-MIB log table does not create a corresponding entry in the TiMOS event logs. However, when the <event-type> is set to trap, the generation of a Rising Alarm or Falling Alarm notification creates an entry in the TiMOS event logs and that is distributed to whatever TiMOS log destinations are configured: CONSOLE, session, memory, file, syslog, or SNMP trap destination.
The TiMOS logger message includes a rising or falling threshold crossing event indicator, the sample type (absolute or delta), the sampled value, the threshold value, the RMON-alarm-id, the associated RMON-event-id and the sampled SNMP object identifier.
Use the no form of this command to remove an rmon-event-id from the configuration.
The memory thresholds are based on monitoring the TIMETRA-SYSTEM-MIB sgiMemoryUsed object. This object contains the amount of memory currently used by the system. The severity level is Alarm.
The absolute sample type method is used.
The no form of this command removes the configured memory threshold warning.
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 to the falling-threshold value.
After a rising threshold crossing event is generated, another such event will not be generated until the sampled value raises above this threshold and reaches greater than or equal to the rising-threshold threshold value.
The memory thresholds are based on monitoring the MemoryUsed object. This object contains the amount of memory currently used by the system. The severity level is Alarm.
The absolute sample type method is used.
The no form of this command removes the configured compact flash threshold warning.
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 to the falling-threshold value.
After a rising threshold crossing event is generated, another such event will not be generated until the sampled value raises above this threshold and reaches greater than or equal to the rising-threshold value.
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).
The configuration of an event controls the generation and notification of threshold crossing events configured with the alarm command.
This command enables the context to configure monitoring thresholds.
This command enables the context to configure persistence parameters on the system.
The persistence feature allows lease information on DHCP servers to be kept across reboots. This information can include data such as the IP address, MAC binding information, and lease length information.
n/a
This command configures DHCP server persistence parameters.
This command instructs the system where to write the file. The name of the file is dhcp-serv.001. On bootup, the system scans the file systems looking for dhcp-serv.001. If the system finds the file, it loads it.
The no form of this command returns the system to the default.
no location
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. This command does not take into account any daylight saving offset if defined.
This command enables the context to configure the system time zone and time synchronization parameters.
This command creates the context to create or modify gnss parameters for time.
n/a
This command specifies a GPS RF port as a synchronous timing source. The specific GPS RF port is identified by port-id and has an assigned priority-value.
no port
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. Use the no form of the command to stop the execution of NTP and remove its configuration.
n/a
This command provides the option to skip the rejection of NTP PDUs that do not match the authentication key ID, type or key requirements. The default behavior when authentication is configured is to reject all NTP protocol PDUs that have a mismatch in either the authentication key ID, type, or key.
When authentication-check is enabled, NTP PDUs are authenticated on receipt. However, mismatches cause a counter to be increased – one counter for type, one for key ID, and one for type value mismatches. These counters are visible in a show command.
The no form of this command allows authentication mismatches to be accepted; the counters however are maintained.
authentication-check — rejects authentication mismatches
This command sets the authentication key-id, type and key used to authenticate NTP PDUs sent to or received by other network elements participating in the NTP protocol. For authentication to work, the authentication key ID, type, and key value must match.
The no form of the command removes the authentication key.
n/a
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. This is an optional parameter.
The key can be any combination of ASCII characters up to 8 characters in length (unencrypted). If spaces are used in the string, enclose the entire string in quotation marks (“.”).
This is a required parameter; either DES or message-digest must be configured.
This command enables more accurate timestamping for in-band NTP packets. When enabled, timestamping is performed on an adapter card by the network processor as packets ingress and egress the router. This reduces packet delay variability. This command can only be set if NTP is shut down and the NTP servers are not associated with an authentication key. This command is only supported on Ethernet-based adapter cards. This command does not change the behavior of NTP over the management port.
The no form of this command reverts the system to its default behavior of having NTP packets timestamped by the CSM.
When configuring NTP, the node can be configured to receive broadcast packets on a given subnet. Broadcast and multicast messages can easily be spoofed; thus, authentication is strongly recommended. If broadcast is not configured, then received NTP broadcast traffic will be ignored. Use the show command to view the state of the configuration.
The no form of this command removes the address from the configuration.
This command configures the node to receive multicast NTP messages on the CSM Management port. If multicastclient is not configured, received NTP multicast traffic will be ignored. Use the show command to view the state of the configuration.
The no form of this command removes the multicast client for the specified interface from the configuration.
This command is used when the node should operate in client mode with the NTP server specified in the address field of this command. The no form of this command removes the server with the specified address from the configuration.
Up to five NTP servers can be configured.
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.
The system clock is automatically adjusted at system initialization time or when the protocol first starts up.
When the time differential between the SNTP/NTP server and the system is more than 2.5 seconds, the time on the system is gradually adjusted.
SNTP is created in an administratively enabled state (no shutdown).
The no form of the command removes the SNTP instance and configuration. SNTP does not need to be administratively disabled when removing the SNTP instance and configuration.
no sntp
This command enables listening to SNTP/NTP broadcast messages on interfaces with broadcast client enabled at global device level.
When this global parameter is configured, then the ntp-broadcast parameter must be configured on selected interfaces on which NTP broadcasts are transmitted.
SNTP must be shut down prior to changing either to or from broadcast mode.
The no form of the command disables broadcast client mode.
no broadcast-client
This command creates an SNTP server for unicast client mode.
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.
If the time zone configured is listed in Table 21, then the starting and ending parameters and offset do not need to be configured with this command unless it is necessary to override the system defaults. The command returns an error if the start and ending dates and times are not available either in Table 21 or entered as optional parameters in this command.
Up to five summer time zones may be configured; for example, for five successive years or for five different time zones. Configuring a sixth entry will return an error message. If no summer (daylight savings) time is supplied, it is assumed no summer time adjustment is required.
The no form of the command removes a configured summer (daylight savings) time entry.
n/a — no summer time is configured
This command configures the end of summer time settings.
This command specifies the number of minutes that will be added to the time when summer time takes effect. The same number of minutes will be subtracted from the time when the summer time ends.
This command configures start of summer time settings.
This command sets the time zone and/or time zone offset for the device.
The 7705 SAR supports system-defined and user-defined time zones. The system-defined time zones are listed in Table 21.
For user-defined time zones, the zone and the UTC offset must be specified.
The no form of the command reverts to the default of Coordinated Universal Time (UTC). If the time zone in use was a user-defined time zone, the time zone will be deleted. If a dst-zone command has been configured that references the zone, the summer commands must be deleted before the zone can be reset to UTC.
zone utc - the time zone is set for Coordinated Universal Time (UTC)
For system-defined time zones, a different offset cannot be specified. If a new time zone is needed with a different offset, the user must create a new time zone. Some system-defined time zones have implicit summer time settings that causes the switchover to summer time to occur automatically; in this case, configuring the dst-zone parameter is not required.
A user-defined time zone name is case-sensitive and can be up to 5 characters in length.
This command creates the context to create or modify ptp parameters for time.
This command specifies the PTP (Precision Time Protocol) source as an option for recovered time for the 1pps (1 pulse per second) port. The specific PTP clock is identified by clock-id and has an assigned priority-value.
no clock
This command enables the context to create or modify tod-1pps connector parameters.
This command specifies the format for the Time of Day message that is transmitted out the time of day (ToD) port on the 7705 SAR-M (all variants), the 7705 SAR-H, and the 7705 SAR-A (all variants).
no message-type
This command specifies whether the 1pps output is enabled. When disabled, neither the 1pps nor the RS-422 serial port is available.
no output
This command creates the context to create scripts, script parameters and schedules that 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. If a control module switchover occurs during the execution of a CRON script, the failover behavior will be determined by the contents of the script.
This command configures action parameters for a script.
n/a
This command configures the maximum amount of time to keep the results from a script run.
This command configures the maximum amount of time a script may run.
This command specifies the maximum number of completed sessions to keep in the event execution log. If a new event execution record exceeds the number of records specified by this command, the oldest record is deleted.
The no form of this command resets the value to the default.
This command specifies the location where the system writes the output of an event script’s execution.
The no form of this command removes the file location from the configuration.
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.
The no form of this command removes the script parameters from the configuration.
n/a
This command 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).
The no form of the command removes the context from the configuration.
n/a
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.
This command specifies which days of the month that the schedule will occur. Multiple days of the month can be specified. When multiple days are configured, each of them will cause the schedule to trigger. If a day-of-month is configured without configuring month, weekday, hour and minute, the event will not execute.
Using the weekday command as well as the day-of-month command will cause the script to run twice. For example, consider that “today” is Monday January 1. If “Tuesday January 5” is configured, the script will run on Tuesday (tomorrow) as well as January 5 (Friday).
The no form of this command removes the specified day-of-month from the list.
Integer values must map to a valid day for the month in question. For example, February 30 is not a valid date.
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.
When no end-time is specified, the schedule runs forever.
This command specifies which hour to schedule a command. Multiple hours of the day can be specified. When multiple hours are configured, each of them will cause the schedule to trigger. Day-of-month or weekday must also be specified. All days of the month or weekdays can be specified. If an hour is configured without configuring month, weekday, day-of-month, and minute, the event will not execute.
The no form of this command removes the specified hour from the configuration.
This command specifies the interval between runs of an event.
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. If a minute is configured, but no hour or day is configured, the event will not execute. If a minute is configured without configuring month, weekday, day-of-month, and hour, the event will not execute.
The no form of this command removes the specified minute from the configuration.
This command specifies the month when the event should be executed. Multiple months can be specified. When multiple months are configured, each of them will cause the schedule to trigger. If a month is configured without configuring weekday, day-of-month, hour and minute, the event will not execute.
The no form of this command removes the specified month from the configuration.
This command specifies how the system should interpret the commands contained within the schedule node.
This command specifies which days of the week that the schedule will fire on. Multiple days of the week can be specified. When multiple days are configured, each of them will cause the schedule to occur. If a weekday is configured without configuring month, day-of-month, hour and minute, the event will not execute.
Using the weekday command as well as the day-of month command will cause the script to run twice. For example, consider that “today” is Monday January 1. If “Tuesday January 5” is configured, the script will run on Tuesday (tomorrow) as well as January 5 (Friday).
The no form of this command removes the specified weekday from the configuration.
This command configures the name associated with this script.
This command configures the location of script to be scheduled.
This command creates or edits the context to create or modify timing reference parameters.
not enabled (The ref-order must be specified in order for this command to be enabled.)
This command is required to discard changes that have been made to the synchronous interface timing configuration during a session.
This command is required in order to enter the mode to create or edit the system synchronous interface timing configuration.
This command enables the context to configure parameters for BITS timing on the 7705 SAR-18. The BITS input and output ports can be configured for T1/E1 or 2 MHz G.703 signals.
This command enables the context to configure BITS input timing ports parameters on the 7705 SAR-18.
This command specifies the signal type for the BITS input and output ports. If you configure the signal type as ds1, the system automatically defaults to esf. If you configure the signal type as e1, the system automatically defaults to pcm30crc.
The no form of the command reverts to the default configuration.
ds1 esf
This command enables the context to configure BITS output port parameters on the 7705 SAR-18.
This command configures the line length, in feet, between the network element and the central clock (BITS/SSU).
This command is only applicable when the interface-type is DS1.
110
This command configures a static quality level value. This value overrides any dynamic quality level value received by the Synchronization Status Messaging (SSM) process.
no ql-override
This command configures which Sa-bit to use for conveying Synchronization Status Messaging (SSM) information when the interface type is E1.
Sa8
This command is required in order to save the changes made to the system synchronous interface timing configuration.
This command enables the context to configure parameters for external timing via the port on the CSM. This can be used to reference external synchronization signals.
This command enables the context to configure parameters for external input timing interface via the port on the CSM.
This command configures the impedance of the external input timing port.
50-Ohm
This command configures the interface type of the external timing port.
The no form of the command reverts to the default.
2048 kHz-G703
This command enables the context to configure parameters for external output timing interface via the port on the CSM.
n/a
This command enables SSM encoding as a means of timing reference selection.
no ql-selection
The synchronous equipment timing subsystem can lock to three different timing reference inputs, those specified in the ref1, ref2, and external and begin command configuration. This command organizes the priority order of the timing references.
If a reference source is disabled, then the clock from the next reference source as defined by ref-order is used. If the reference sources are disabled, then clocking is derived from a local oscillator.
If a sync-if-timing reference is linked to a source port that is operationally down, the port will no longer be qualified as a valid reference.
The no form of the command resets the reference order to the default values.
external, ref1 ref2
This command enables the context to configure parameters for the first timing reference.
This command enables the context to configure parameters for the second timing reference.
This command configures the source port for timing reference ref1 or ref2.
The timing reference can either be timing extracted from the receive port (line-timed) or packetized data of a TDM PW (adaptive). If the adaptive option is not selected, the system uses line timing mode. If the line timing is from a port that becomes unavailable or the link goes down, then the reference sources are re-evaluated according to the reference order configured by the ref-order command.
On the 7705 SAR-F, line timing is supported on the T1/E1 ports and on Ethernet optical SFP ports.
On the 7705 SAR-M and 7705 SAR-A (variants with T1/E1 ports), line timing is supported on T1/E1 ports. Line timing is also supported on all RJ-45 Ethernet ports and optical SFP ports on the 7705 SAR-M (all variants), 7705 SAR-Hc, 7705 SAR-W, and 7705 SAR-Wx (all variants). On the 7705 SAR-A (both variants), line timing is supported on all synchronous Ethernet ports. Synchronous Ethernet is supported on the XOR ports (1 to 4), configured as either RJ-45 ports or SFP ports. Synchronous Ethernet is also supported on SFP ports 5 to 8. Ports 9 to 12 do not support synchronous Ethernet and, therefore, do not support line timing.
Line timing is supported on all ports of the 7705 SAR-H; it is also supported on the T1/E1 ports of the 4-port T1/E1 and RS-232 Combination module when the module is installed in the 7705 SAR-H.
In addition, line timing is supported on the following modules when they are installed in 7705 SAR-M chassis variants with module slots:
On the 7705 SAR-8 or 7705 SAR-18, line timing is supported on:
Adaptive timing is supported on the T1/E1 ports on the 7705 SAR-F, and the 7705 SAR-M and 7705 SAR-A (variants with T1/E1 ports). On the 7705 SAR-8 and 7705 SAR-18, adaptive timing is supported on the 16-port T1/E1 ASAP Adapter card and the 32-port T1/E1 ASAP Adapter card configured with one or more TDM PWs. (The 16-port T1/E1 ASAP Adapter card, version 1, is not supported on the 7705 SAR-18.) Adaptive timing is also supported on the T1/E1 ports of the 4-port T1/E1 and RS-232 Combination module when it is installed in the 7705 SAR-H.
Note:
The PW terminated on channel group 1 will be used to extract the ACR timing. |
Synchronous Ethernet ports can supply a timing reference on the 7705 SAR-F, 7705 SAR-M (all variants), 7705 SAR-A (both variants), 7705 SAR-W, and 7705 SAR-Wx (all variants). Two T1/E1 ports can supply a timing reference on the 7705 SAR-F, and on the 7705 SAR-M and 7705 SAR-A (variants with T1/E1 ports). On the 7705 SAR-F, one reference must be from ports 1 to 8 and the other from ports 9 to 16.
On the 7705 SAR-H and 7705 SAR-Hc, all RJ-45 Ethernet ports and SFP ports support synchronous Ethernet and can supply a timing reference to be used as a source of node synchronization. When the 4-port T1/E1 and RS-232 Combination module is installed in the 7705 SAR-H, a single T1/E1 port on the module can supply a timing reference.
When the 2-port 10GigE (Ethernet) module is installed in the 7705 SAR-M (variants with module slot), the ports on the module can supply a timing reference.
The 7705 SAR-8 and 7705 SAR-18 can receive one or two timing references depending on the port and card type supplying the reference. The 7705 SAR-8 supports two timing references only if a CSMv2 is installed. On the 7705 SAR-8 or 7705 SAR-18, a timing reference can come from:
The no form of this command deletes the source port from the reference. An example of when the no form would be used is if the user wants to change the reference to a source IP interface in order to enable PTP. In this case, the user would first delete the PTP using the no source-port command, then configure the source IP interface using the source-ptp-clock command.
This command configures the reference source clock using the clock ID configured by the PTP clock command.
no source-ptp-clock
This command allows the clock to revert to a higher-priority reference if the current reference goes offline or becomes unstable. With revertive switching enabled, the highest-priority valid timing reference will be used. If a reference with a higher priority becomes valid, a reference switchover to that reference will be initiated. If a failure on the current reference occurs, the next highest reference takes over.
With non-revertive switching, the active reference will always remain selected while it is valid, even if a higher-priority reference becomes available. If this reference becomes invalid, a reference switchover to a valid reference with the highest priority will be initiated. When the failed reference becomes operational, it is eligible for selection.
no revert
Refer to the 7705 SAR OS Interface Configuration Guide, “7705 SAR Interfaces”, for LLDP Ethernet port commands.
This command enables the context to configure system-wide Link Layer Discovery Protocol (LLDP) parameters.
This command configures the interval between LLDPDU transmissions by the LLDP agent during a fast transmission period.
The fast transmission period begins when a new neighbor is detected. During the fast transmission period, LLDPDUs are transmitted at shorter intervals than the standard tx-interval to ensure that more than one LLDPDU is sent to the new neighbor. The first transmission occurs as soon as the new neighbor is detected. The length of the fast transmission period is determined by the number of LLDPDU transmissions (configured by the message-fast-tx-init command) and the interval between them.
The no form of the command reverts to the default value.
1
This command configures the number of LLDPDUs to send during a fast transmission period.
The fast transmission period begins when a new neighbor is detected. During the fast transmission period, LLDPDUs are transmitted at shorter intervals than the standard tx-interval to ensure that more than one LLDPDU is sent to the new neighbor. The first transmission occurs as soon as the new neighbor is detected. The length of the fast transmission period is determined by the number of LLDPDU transmissions and the interval between them (configured by the message-fast-tx command).
The no form of the command reverts to the default value.
4
This command configures the minimum time between change notifications. A change notification is a trap message sent to SNMP whenever a change occurs in the database of LLDP information.
The no form of the command reverts to the default value.
5
This command configures the time before reinitializing LLDP on a port.
The no form of the command reverts to the default value.
2
This command configures the maximum number of consecutive LLDPDUs that can be transmitted at any time.
The no form of the command reverts to the default value.
5
This command configures the multiplier of the transmit interval defined by the tx-interval command.
The transmit interval time multiplied by the tx-hold-multiplier is the TTL value in the LLDPDU. The TTL value determines the amount of time the receiving device retains LLDP packet information in local information databases before discarding it.
The no form of the command reverts to the default value.
4
This command configures the LLDP transmit interval time.
The no form of the command reverts to the default value.
30
This command creates or edits the context to create or modify PTP timing parameters.
This command creates a PTP clock, which can be set to a master, slave, or boundary clock using the clock-type command.
This command configures the adapter card slot that performs the IEEE 1588v2 clock recovery. On the 7705 SAR-F, this slot is always 1/2. On the 7705 SAR-M, 7705 SAR-H, 7705 SAR-Hc, 7705 SAR-A, 7705 SAR-W, and 7705 SAR-Wx, this slot is always 1/1. The no form of this command clears the clock recovery adapter card.
n/a
This command configures the type of clock. The no form of the command reverts to the default configuration (ordinary slave). The clock type can only be changed when PTP is shut down.
To enable transparent clock processing at the node level, configure a PTP clock with the transparent-e2e clock type. Deconfiguring such a PTP clock will disable transparent clock processing.
ordinary slave
This command defines the PTP device domain, defined as an integer. A domain consists of one device or multiple PTP devices communicating with each other as defined by the protocol. A PTP domain defines the scope of PTP message communication, state, operations, data sets and timescale. A domain is configured since it is possible that a deployment could require the two PTP instances within a single network element to be programmed with different domain values.
The no form of this command reverts to the default value.
0
This command allows a slave clock to connect to the master clock without the master being aware of it. Once connected, the master clock or boundary clock assigns the slave a PTP port and/or peer ID dynamically.
Dynamic peers are not stored in the configuration file. If a master clock with dynamic peers goes down and comes back up, the slave clocks renegotiate to it and are reassigned resources on the master clock or boundary clock.
The no form of this command disables dynamic peers. In this case, the user must manually program any slave peer clocks into the master clock or boundary clock in order for those clocks to accept those slaves.
no dynamic-peers
This command specifies the administrative frequency source to use for a given PTP clock. This selection influences the operational frequency source selected by the system for the given PTP clock. In the event that PTP is only used for time of day and the node SSU is being synchronized through a better frequency source externally (for example, through the external timing input port) or through line timing (for example, through a synchronous Ethernet or T1/E1 port), SSU may be configured as the frequency source for the PTP clock. This option allows PTP to use the SSU frequency where available.
The no form of the command reverts to the default configuration.
ptp
This command configures the first priority value of the local clock. This value is used by the Best Master Clock Algorithm (BMCA) to determine which clock should provide timing for the network. It is also used as the advertised value in announce messages and as the local clock value in data set comparisons.
The no form of the command reverts to the default configuration.
128
This command configures the second priority value of the local clock. This value is used by the BMCA to determine which clock should provide timing for the network. It is also used as the advertised value in announce messages and as the local clock value in data set comparisons.
The no form of the command reverts to the default configuration.
128
This command defines the specification rules to be used by PTP. Configuring the profile changes the BMCA and SSM/QL mappings to match the settings in the specification. The profile can only be changed when PTP is shut down.
The no form of the command reverts to the default configuration.
ieee1588-2008
This command configures an IEEE 1588v2 logical port in the system. It also creates the context to configure parameters for IEEE 1588v2. PTP ports are created when the clock type is set with the clock-type command.
When the clock type is set to ordinary slave, one port with two peers is created. When the clock type is set to ordinary master, one port with 15 peers is created. When the clock type is set to boundary clock, 15 ports each with one peer are created.
Note:
When the clock type is set to transparent, PTP is associated with all ports on the 7705 SAR-M, 7705 SAR-H, 7705 SAR-Hc, 7705 SAR-A, 7705 SAR-W, or 7705 SAR-Wx, rather than on individual ports, as transparent clock is a system-wide setting. |
n/a
This command defines the number of announce timeouts that need to occur on a PTP slave port or boundary clock port in slave mode before communication messages with a master clock are deemed lost and the master clock is considered not available. One timeout in this context is equal to the announce interval in seconds, calculated using the logarithm 2^log-anno-interval.
The no form of this command reverts to the default value.
3
This command defines the expected interval between the reception of announce messages for a PTP slave port or boundary clock port in slave mode.
The no form of this command reverts to the default value.
1
This command defines the expected interval between the reception of synchronization messages for a PTP slave port or a PTP boundary clock port in slave mode.
The no form of this command reverts to the default value.
-6
This command enables the context to configure parameters associated with remote PTP peers such as grand master clocks.
For ordinary slave clocks, 2 peers are automatically created. For ordinary master clocks, 15 peers are automatically created. For boundary clocks, 1 peer per PTP port is automatically created.
The no form of the command removes the IP address from the PTP peer.
n/a
This command configures a text description and associates it with a configuration context to help identify the content in a configuration file.
The no form of the command removes the string from the configuration.
n/a
This command configures a remote PTP peer address and provides the context to configure parameters for the remote PTP peer.
Up to two remote PTP peers may be configured on a PTP port.
The no form of the command removes the IP address from the PTP peer.
n/a
This command specifies whether the slave clock is to initiate a unicast request to the master clock or wait for announce and synchronization messages from the master clock.
The no form of this command disables unicast-negotiate. In this case, the user must specify the slave clock information when configuring the 7705 SAR master node in order for communication between the slave clock and master clock to take place.
unicast-negotiate
This command defines the IP interface that provides the IEEE 1588 packets to the clock recovery mechanism on the adapter card or port. The interface must be PTP-enabled.
If the ip-if-name refers to a loopback address, then the remote peer must send packets to ingress on this particular loopback address via any network IP interface on the node. If the ip-if-name refers to an interface that is associated with a physical port or VLAN, then the remote peer must send packets to ingress on this particular IP interface.
n/a
This command configures whether the PTP clock will generate event messages based on system time.
To enable ToD/phase distribution capability in a master or boundary clock, select use-node-time. This allows PTP master or boundary clocks to use the node system time from GPS or PTP. For a 7705 SAR with an active GPS RF port, PTP boundary clocks in use-node-time mode will function similar to a grand master clock with GPS traceability. This command is only available if the profile setting for the PTP clock is ieee1588-2008 (default configuration). See the profile command.
no use-node-time
This command enables the context to configure administrative system commands. Only authorized users can execute the commands in the admin context.
n/a
This command saves existing debug configuration. Debug configurations are not preserved in configuration saves.
n/a
This command disconnects a user from a console, Telnet, FTP, SSH, or MPT craft terminal (MCT) session.
If any of the console, Telnet, FTP, SSH, or MCT options are specified, then only the respective console, Telnet, FTP, SSH, or MCT sessions are affected.
If no console, Telnet, FTP, SSH, or MCT options are specified, then all sessions from the IP address or from the specified user are disconnected.
Any task that the user is executing is terminated. FTP files accessed by the user will not be removed. A major severity security log event is created, specifying what was terminated and by whom.
n/a — no disconnect options are configured
This command displays the system’s running configuration.
By default, only non-default settings are displayed.
Specifying the detail option displays all default and non-default configuration parameters.
This command reboots the router including redundant CSMs or upgrades the boot ROMs.
If no options are specified, the user is prompted to confirm the reboot operation. For example:
If the now option is specified, no boot confirmation messages appear.
When the upgrade keyword is specified, a chassis flag is set for the Boot Loader (boot.ldr) and on the subsequent boot of the 7705 SAR on the chassis, any firmware images on CSMs requiring upgrading will be upgraded automatically.
If a 7705 SAR is rebooted with the “admin reboot” command (without the “upgrade” keyword), the firmware images are left intact.
Any CSMs that are installed in the chassis will be upgraded automatically. For example, if a card is inserted with down revision firmware as a result of a card hot swap with the latest OS version running, the firmware on the card will be automatically upgraded before the card is brought online.
If the card firmware is upgraded automatically, a CHASSIS “cardUpgraded” (event 2032) log event is generated. The corresponding SNMP trap for this log event is “tmnxEqCardFirmwareUpgraded”.
During any firmware upgrade, automatic or manual, it is imperative that during the upgrade procedure:
Any of the above conditions may render cards inoperable requiring a return of the card for resolution.
The time required to upgrade the firmware on the cards in the chassis depends on the number of cards to be upgraded. On system reboot, the firmware upgrades can take from approximately 3 minutes (for a minimally loaded 7705 SAR) to 8 minutes (for a fully loaded 7705 SAR chassis), after which the configuration file will be loaded. The progress of the firmware upgrades can be monitored at the console. Inserting a single card requiring a firmware upgrade in a running system generally takes less than 2 minutes before the card becomes operationally up.
This command saves the running configuration to a configuration file. For example:
By default, the running configuration is saved to the primary configuration file.
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). |
This command performs RADIUS discovery operations.
When enabled, the server is immediately contacted to attempt discovery.
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). |
This command upgrades the boot loader file on the system. The command checks that the new boot.ldr is a valid image and that it is at least a minimum supported variant for the hardware platform on which it is being loaded. Once this has been verified, the command overwrites the boot.ldr file that is stored on the system.
The boot loader file on any 7705 SAR must be upgraded using this command. The command is part of a mechanism that protects the boot loader file from accidental overwrites, and that allows a recovery boot loader file to be stored on the flash drive so that it can be used in case the original file becomes corrupted.
Warning:
The file upgrade command takes several minutes to complete. Do not reset or power down the system, or insert or remove cards or modules, while the upgrade is in progress, as this could render the system inoperable. |
Refer to the 7705 SAR OS 6.2.Rx Software Release Notes, part number 3HE09585000XTQZZA, “Standard Software Upgrade Procedure” for complete instructions.
This command enters the context to allow the user to perform redundancy operations.
This command forces a switchover to the standby CSM card. The primary CSM reloads its software image and becomes the secondary CSM.
This command specifies the location and name of the CLI script file executed following a redundancy switchover from the previously active CSM card. A switchover can happen because of a fatal failure or by manual action.
The CLI script file can contain commands for environment settings, debug settings, and other commands not maintained by the configuration redundancy.
When the file-url parameter is not specified, no CLI script file is executed.
n/a
This command performs a synchronization of the standby CSM’s images and/or config files to the active CSM. Either the boot-env or config parameter must be specified.
In the admin>redundancy context, this command performs a manually triggered standby CSM synchronization.
In the config>redundancy context, this command performs an automatically triggered standby CSM synchronization.
When the standby CSM takes over operation following a failure or reset of the active CSM, it is important to ensure that the active and standby CSMs have identical operational parameters. This includes the saved configuration and CSM images.
The active CSM ensures that the active configuration is maintained on the standby CSM. However, to ensure smooth operation under all circumstances, runtime images and system initialization configurations must also be automatically synchronized between the active and standby CSM.
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).
n/a for admin — redundancy context
enabled for config — redundancy context
This command enables the context to configure multi-chassis parameters.
This command configures a multi-chassis redundancy peer.
This command configures the authentication key used between this node and the multi-chassis peer. The authentication key can be any combination of letters or numbers.
This command configures a text description and associates it with a configuration context to help identify the content in a configuration file.
The no form of the command removes the string from the configuration.
n/a
This command enables the context to configure multi-chassis LAG parameters.
The no form of this command administratively disables multi-chassis LAG. The no mc-lag command can only be issued only when MC-LAG is shut down.
n/a
Sets the number of keep alive intervals the standby 7705 SAR will wait for packets from the active node before assuming a redundant neighbor node failure. This delay in switchover operation is required to accommodate different factors influencing node failure detection rate, such as IGP convergence or high availability switchover times, and to prevent the standby node from take over prematurely.
The no form of the command sets this parameter to its default value.
3
This command sets the interval at which keepalive messages are exchanged between two systems participating in an MC-LAG. These keepalive messages are used to determine remote-node failure. The interval is set in deciseconds.
The no form of the command sets the interval to its default value.
10 (1s)
This command defines a LAG that is forming a redundant pair for MC-LAG with a LAG configured on the given peer. The same LAG group can be defined only in the scope of one peer.
The same lacp-key, system-id, and system-priority must be configured on both nodes of the redundant pair in order for MC-LAG to become operational. If there is a mismatch, MC-LAG remains operationally down.
n/a
This command specifies the source address used to communicate with the multi-chassis peer.
This command displays UDP and TCP connection information.
If no command line options are specified, a summary of the TCP and UDP connections displays.
The following output is an example of UDP and TCP connection information, and Table 29 describes the fields.
Label | Description |
Proto | The socket protocol, either TCP or UDP |
RecvQ | The number of input packets received by the protocol |
TxmtQ | The number of output packets sent by the application |
Local Address | The local address of the socket. The socket port is separated by a period. |
Remote Address | The remote address of the socket. The socket port is separated by a period. |
State | Listen — the protocol state is in the listen mode |
Established — the protocol state is established |
This command displays CPU usage per task over a sample period.
The following output is an example of system CPU information, and Table 30 describes the fields.
Label | Description |
CPU Utilization | The total amount of CPU time |
Name | The process or protocol name |
CPU Time (uSec) | The CPU time that each process or protocol has used in the specified sample time |
CPU Usage | The sum of CPU usage of all the processes and protocols |
Capacity Usage | Displays the level at which the specified service is being utilized. When this number hits 100%, this part of the system is busied out. There may be extra CPU cycles still left for other processes, but this service is running at capacity.This column does not reflect the true CPU utilization value; that data is available in the CPU Usage column. This column shows the busiest task in each group, where “busiest” is defined as either actually running or blocked attempting to acquire a lock. |
This command enters the show CRON context.
This command displays cron action parameters.
The following output is an example of cron action information, and Table 31 describes the fields.
Label | Description |
Action | The name of the action |
Action owner | The name of the action owner |
Administrative status | Enabled — administrative status is enabled |
Disabled — administrative status is disabled | |
Operational status | Enabled — operational status is enabled |
Disabled — operational status is disabled | |
Script | The name of the script |
Script owner | The name of the script owner |
Script source location | The location of scheduled script |
Max running allowed | The maximum number of allowed sessions |
Max completed run histories | The maximum number of sessions previously run |
Max lifetime allowed | The maximum amount of time the script may run |
Completed run histories | The number of completed sessions |
Executing run histories | The number of sessions in the process of executing |
Initializing run histories | The number of sessions ready to run/queued but not executed |
Max time run history saved | The maximum amount of time to keep the results from a script run |
Last change | The system time a change was made to the configuration |
This command displays cron schedule parameters.
The following output is an example of cron schedule information, and Table 32 describes the fields.
Label | Description |
Schedule | The name of the schedule |
Schedule owner | The name of the schedule owner |
Description | The description of the schedule |
Administrative status | Enabled — administrative status is enabled |
Disabled — administrative status is disabled | |
Operational status | Enabled — operational status is enabled |
Disabled — operational status is disabled | |
Action | The name of the action |
Action owner | The name of the action owner |
Script | The name of the script |
Script owner | The name of the script owner |
Script source location | The location of the scheduled script |
Script results location | The location where the script results have been sent |
Schedule type | Periodic — displays a schedule that ran at a given interval |
Calendar — displays a schedule that ran based on a calendar | |
Oneshot — displays a schedule that ran one time only | |
Interval | Displays the interval between runs of an event |
Next scheduled run | The time for the next scheduled run |
Weekday | The configured weekday |
Month | The configured month |
Day of Month | The configured day of month |
Hour | The configured hour |
Minute | The configured minute |
Number of scheduled runs | The number of scheduled sessions |
Last scheduled run | The last scheduled session |
Number of scheduled failures | The number of scheduled sessions that failed to execute |
Last scheduled failure | The last scheduled session that failed to execute |
Last failure time | The system time of the last failure |
This command displays cron script parameters.
The following output is an example of cron script information, and Table 33 describes the fields.
Label | Description |
Script | The name of the script |
Script owner | The owner name of script |
Administrative status | Enabled — administrative status is enabled |
Disabled — administrative status is disabled | |
Operational status | Enabled — operational status is enabled |
Disabled — operational status is disabled | |
Script source location | The location of the scheduled script |
Last script error | The system time of the last error |
Last change | The system time of the last change |
This command displays general system information including basic system, SNMP server, last boot and DNS client information.
The following output is an example of general system information, and Table 34 describes the fields.
Label | Description |
System Name | The configured system name |
System Contact | A text string that describes the system contact information |
System Location | A text string that describes the system location |
System Coordinates | A text string that describes the system coordinates |
System Up Time | The time since the last boot |
SNMP Port | The port number used by this node to receive SNMP request messages and to send replies |
SNMP Engine ID | The SNMP engine ID to uniquely identify the SNMPv3 node |
SNMP Max Message Size: | The maximum SNMP packet size generated by this node |
SNMP Admin State | Enabled — SNMP is administratively enabled and running |
Disabled — SNMP is administratively shut down and not running | |
SNMP Oper State | Enabled — SNMP is operationally enabled |
Disabled — SNMP is operationally disabled | |
SNMP Index Boot Status | Persistent — system indexes are saved between reboots |
Not Persistent — system indexes are not saved between reboots | |
Tel/Tel6/SSH/FTP Admin | The administrative state of the Telnet, Telnet IPv6, SSH, and FTP sessions |
Tel/Tel6/SSH/FTP Oper | The operational state of the Telnet, Telnet _IPv6, SSH, and FTP sessions |
BOF Source | The location of the BOF |
Image Source | Primary — Indicates that the directory location for runtime image file was loaded from the primary source |
Secondary — Indicates that the directory location for runtime image file was loaded from the secondary source | |
Tertiary — Indicates that the directory location for runtime image file was loaded from the tertiary source | |
Config Source | Primary — Indicates that the directory location for configuration file was loaded from the primary source |
Secondary — Indicates that the directory location for configuration file was loaded from the secondary source | |
Tertiary — Indicates that the directory location for configuration file was loaded from the tertiary source | |
Last Booted Config File | The URL and filename of the last loaded configuration file |
Last Boot Cfg Version | The date and time of the last boot |
Last Boot Config Header | The header information such as image version, date built, date generated |
Last Boot Index Version | The version of the persistence index file read when this CSM card was last rebooted |
Last Boot Index Header | The header of the persistence index file read when this CSM card was last rebooted |
Last Saved Config | The location and filename of the last saved configuration file |
Time Last Saved | The date and time of the last time configuration file was saved |
Changes Since Last Save | Yes — There are unsaved configuration file changes |
No — There are no unsaved configuration file changes | |
User Last Modified | The user name of the user who last modified the configuration file |
Time Last Modified | The date and time of the last modification |
Max Cfg/BOF Backup Rev | The maximum number of backup revisions maintained for a configuration file. This value also applies to the number of revisions maintained for the BOF file. |
Cfg-OK Script | URL — the location and name of the CLI script file executed following successful completion of the boot-up configuration file execution |
N/A — no CLI script file is executed | |
Cfg-OK Script Status | Successful/Failed — the results from the execution of the CLI script file specified in the Cfg-OK Script location |
Not used — no CLI script file was executed | |
Cfg-Fail Script | URL — the location and name of the CLI script file executed following a failed boot-up configuration file execution |
Not used — no CLI script file was executed | |
Cfg-Fail Script Status | Successful/Failed — the results from the execution of the CLI script file specified in the Cfg-Fail Script location |
Not used — no CLI script file was executed | |
Microwave S/W Package | n/a |
Management IP Addr | The management IP address and mask |
Primary DNS Server | The IP address of the primary DNS server |
Secondary DNS Server | The IP address of the secondary DNS server |
Tertiary DNS Server | The IP address of the tertiary DNS server |
DNS Domain | The DNS domain name of the node |
DNS Resolve Preference | n/a |
BOF Static Routes | To — the static route destination |
Next Hop — the next hop IP address used to reach the destination | |
Metric — displays the priority of this static route versus other static routes | |
None — no static routes are configured | |
ATM Location ID | For ATM OAM loopbacks — the address of the network device referenced in the loopback request |
ICMP Vendor Enhancement: | Enabled — inserts one-way timestamp in outbound SAA ICMP ping packets |
Disabled — one-way timestamping is not performed on outbound SAA ICMP ping packets |
This command displays system memory status.
The following output is an example of system memory information, and Table 35 describes the fields.
Label | Description |
Name | The name of the system or process |
Max Allowed | Integer — the maximum allocated memory size |
No Limit — no size limit | |
Current Size | The current size of the memory pool |
Max So Far | The largest amount of memory pool used |
In Use | The current amount of the memory pool currently in use |
Current Total Size | The sum of the Current Size column |
Total In Use | The sum of the In Use column |
Available Memory | The amount of available memory |
This command displays NTP protocol configuration and state.
The following output is an example of NTP information, and Table 36 describes the fields.
Label | Description |
Enabled | NTP enabled or disabled state. Output is yes or no. |
Admin Status | Administrative state. Output is up or down. |
Server Enabled | The NTP server state of this node. Output is yes or no. |
Stratum | The stratum level of this node |
Oper Status | The operational state, either up or down. |
Auth Check | Displays authentication requirement. Output is yes or no. |
System Ref. ID | IP address of this node or a 4-character ASCII code showing the state |
MDA Timestamp | Enhanced NTP performance using MDA timestamping. Output is yes or no. |
Auth Error | Authentication errors |
Auth Errors Ignored | Authentication errors ignored |
Auth key ID Errors | Authentication key identification errors |
Auth Key Type Errors | Authentication key type errors |
Peer Status/State | The operational status of the peer |
Reject | The peer is rejected and will not be used for synchronization. Rejection reasons could be the peer is unreachable, the peer is synchronized to this local server so synchronizing with it would create a sync loop, or the synchronization distance is too large. This is the normal startup state. |
Invalid | The peer is not maintaining an accurate clock. This peer will not be used for synchronization. |
Excess | The peer's synchronization distance is greater than ten other peers. This peer will not be used for synchronization. |
Outlyer | The peer is discarded as an outlier. This peer will not be used for synchronization. |
Candidate | The peer is accepted as a possible source of synchronization |
Selected | The peer is an acceptable source of synchronization, but its synchronization distance is greater than six other peers |
Chosen | The peer is chosen as the source of synchronization |
ChosenPPS | The peer is chosen as the source of synchronization, but the actual synchronization is occurring from a pulse-per-second (PPS) signal |
Remote | The ip address of the remote NTP server or peer with which this local host is exchanging NTP packets |
Reference ID | When stratum is between 0 and 15, this field shows the IP address of the remote NTP server or peer with which the remote is exchanging NTP packets. For reference clocks, this field shows the identification assigned to the clock, such as, “.GPS.” For an NTP server or peer, if the client has not yet synchronized to a server/peer, the status cannot be determined and displays the following codes: Peer Codes: ACST — the association belongs to any cast server AUTH — server authentication failed. Please wait while the association is restarted. AUTO — autokey sequence failed. Please wait while the association is restarted. BCST — the association belongs to a broadcast server CRPT — cryptographic authentication or identification failed. The details should be in the system log file or the cryptostats statistics file, if configured. No further messages will be sent to the server. DENY — access denied by remote server. No further messages will be sent to the server. DROP — lost peer in symmetric mode. Please wait while the association is restarted. RSTR — access denied due to local policy. No further messages will be sent to the server. INIT — the association has not yet synchronized for the first time MCST — the association belongs to a manycast server NKEY — no key found. Either the key was never installed or is not trusted. RATE — rate exceeded. The server has temporarily denied access because the client exceeded the rate threshold. RMOT — the association from a remote host running ntpdc has had unauthorized attempted access STEP — a step change in system time has occurred, but the association has not yet resynchronized system codes INIT — the system clock has not yet synchronized for the first time STEP — a step change in system time has occurred, but the system clock has not yet resynchronized |
Auth | Authentication |
Poll | Polling interval in seconds |
R | Yes — the NTP peer or server has been reached at least once in the last 8 polls |
No — the NTP peer or server has not been reached at least once in the last 8 polls | |
Offset | The time between the local and remote UTC time, in milliseconds |
This command shows a summary of the PoE status of each PoE capable port in the system.
The following output is an example of PoE status information, and Table 37 describes the fields.
Label | Description |
PoE Maximum Power Budget | The maximum PoE power budget available for the system. |
PoE Power Committed | The total PoE power that has been configured on all POE or PoE+ ports on the system. |
PoE Power Available | The amount of PoE power available to be configured on additional PoE or PoE+ ports on the system. |
PoE Power In Use | The total PoE power currently being used by all PoE or PoE+ configured ports on the system. |
PoE Mode | Indicates whether the port is using standard PoE or PoE+. If the PoE function is turned off, the mode is Disabled. |
PoE Detection | Indicates the detection state of the PoE port. |
Maximum Power | The maximum PoE power available on the port. |
Power in Use | The amount of PoE power currently being used on the port. |
This command enters the show PTP context.
This command displays PTP clock information.
Timestamp statistics are not available on the 2-port 10GigE (Ethernet) module.
The following outputs are examples of PTP clock information:
Boundary clock case:
Label | Description |
Prt/Peer | The PTP port and peer ID as configured in the config system ptp clock context |
Peer IP | The IP address of the PTP peer |
Slave | Indicates whether or not the clock is in a slave state |
Port State | The PTP port state: initializing, listening, uncalibrated, slave, master, or passive |
Dyn/Stat | Indicates if the peer is statically configured or dynamically requested |
In/Out | The direction of the packet counts |
Anno | The number of ingress or egress announce packets |
Sync | The number of ingress or egress synchronization packets |
Delay: Req/Resp | The number of ingress or egress delay request or delay response packets |
Anno Lease | The announce time remaining in the unicast session. The peer must re-request announce before this expires or the peer communication will be canceled. |
Sync Lease | The synchronization time remaining in the unicast session. The peer must re-request synchronization before this expires or the peer communication will be canceled. |
Delay Lease | The delay time remaining in the unicast session. The peer must re-request delay before this expires or the peer communication will be canceled. |
Anno Rate | The rate of announce packets to or from the peer |
Sync Rate | The rate of synchronization packets to or from the peer |
Delay Rate | The rate of delay packets to or from the peer |
Pri1 | The grand master clock priority1 designation |
GM Clk Cls | The grand master clock class designation |
GM Clk Acc | The grand master clock accuracy designation |
GM Clk Var | The grand master clock scaled log variance, in decimal format |
Pri2 | The grand master clock priority2 designation |
GM ClockId | The grand master clock identification |
Step Rem | The number of boundary clocks between the peer and the grand master |
Label | Description |
Clock Type | The local clock type |
Admin State | up — the local clock is enabled and running |
down — the local clock is shut down and not running | |
Source I/F | The PTP clock source interface as configured by the source-interface command |
Clock MDA | The PTP clock-mda as configured by the clock-mda command |
PTP Profile | The PTP profile as configured by the profile command |
Dynamic Peers | Indicates whether or not dynamic peers are enabled |
Admin Freq-source | The administrative value of the frequency source |
Oper Freq-source | The operational value of the frequency source |
Clock ID | The local clock identification |
Clock Class | The local clock class |
Clock Accuracy | The local clock accuracy designation |
Clock Variance | The local clock variance |
Clock Priority1 | The local clock priority1 designation |
Clock Priority2 | The local clock priority2 designation |
Domain | The local clock domain |
Two-Step | Indicates whether the local clock uses a one-step or two-step synchronization method |
Use Node Time | Indicates whether or not the PTP clock uses the node system time as the clock source |
Parent Clock | |
Parent Clock ID | The parent clock identification |
Parent Port Number | The parent clock port number |
GM Clock ID | The grand master clock ID |
GM Clock Class | The grand master clock class |
GM Clock Accuracy | The grand master clock accuracy designation |
GM Clock Variance | The grand master clock variance |
GM Clock Priority1 | The grand master clock priority1 designation |
GM Clock Priority2 | The grand master clock priority2 designation |
Slave Port Index | The port index of the slave clock |
Slave Port State | The port state of the slave clock |
Slave Peer Index | The peer index of the slave clock |
Slave Peer IP | The IP address of the slave clock |
Forward Weight | The percentage of the sync packet direction being used to recover the clock from the selected peer |
Reverse Weight | The percentage of the delay packet direction being used to recover the clock from the selected peer |
Recovery State | The clock recovery state: free-run, acquiring, phase-tracking, or locked |
Time Information | |
Timescale | The PTP timescale flag sent in the 1588 ANNOUNCE message |
Recovered Date/Time | The last date and time recovered by the PTP time recovery algorithm |
UTC Offset | The offset between TAI and UTC, in seconds |
Freq Traceable | The frequency traceable flag sent in the 1588 ANNOUNCE message |
Time Traceable | The time traceable flag sent in the 1588 ANNOUNCE message |
Time Source | The time-source parameter sent in the 1588 ANNOUNCE message |
leap59 | Indicates whether or not the current UTC minute has 59 seconds |
leap61 | Indicates whether or not the current UTC minute has 61 seconds |
Interface Configuration Information | |
Source IP Interface | The IP interface name that provides IEEE 1588v2 PTP packets to the clock recovery mechanism on the following:
|
IP Interface Port | The source IP interface port |
IP Interface Address | The source IP interface address |
PTP Enabled | True — PTP is enabled on the IP interface |
False — PTP is not enabled on the IP interface | |
Admin Status | The administrative status of the source IP interface |
Oper Status | The operational status of the source IP interface |
Reference Operational Information | |
Admin Status | down — the ref1 configuration is administratively shut down |
up — the ref1 configuration is administratively enabled | |
Qualified for Use | Indicates whether or not the ref1 or ref2 timing reference is qualified for use by the synchronous timing subsystem |
Not Qualified Due To | If the ref1 or ref2 timing reference is not qualified, the reason why |
Selected for Use | Indicates whether or not the ref1 or ref2 timing reference is presently selected |
Not Selected Due To | If the ref1 or ref2 timing reference is not selected, the reason why |
Label | Description |
Phys Port | The physical port identifier |
In/Out | The direction of the packet counts |
Sync Pkt | The number of ingress or egress synchronization packets |
Delay Req Pkt | The number of ingress or egress delay request packets |
This command displays PTP port information.
The following output is an example of PTP port information, and Table 41 describes the fields.
Label | Description |
Admin State | up — The SNTP server is administratively up |
down — The SNTP server is administratively down | |
Number Of Peers | The number of peers associated with this PTP port |
Log-anno-interval | The expected interval between the reception of announce messages |
Anno-rx-timeouts | The number of announce timeouts that need to occur before communication messages with a master clock are assumed lost and the master clock is considered not available. One timeout in this context is equal to the announce interval in seconds, calculated using the logarithm 2^log-anno-interval-value. |
Log-sync-interval | The expected interval between the reception of synchronization messages |
Unicast | True — the PTP slave clock can unicast-negotiate with the PTP master clock |
False — the PTP slave clock cannot unicast-negotiate with the PTP master clock | |
PTP Port State | The PTP port state: initializing, listening, uncalibrated, slave, master, or passive |
This command displays PTP peer information.
The following output is an example of detailed PTP peer information, and Table 42 describes the fields.
Label | Description |
Peer-1 | |
IP Address | The peer-1 clock IP address |
Current Master | True — the peer-1 clock is the current master clock |
False — the peer-1 clock is not the current master clock | |
Description | The peer-1 clock description |
Clock ID | The peer-1 clock identification |
Port Number | The peer-1 clock port number |
GM Clock ID | The grand master clock identification |
GM Clock Class | The grand master clock class designation |
GM Clock Accuracy | The grand master clock accuracy designation |
GM Clock Variance | The grand master clock scaled log variance in decimal format |
GM Clock Priority1 | The grand master clock priority1 designation |
GM Clock Priority2 | The grand master clock priority2 designation |
Step Type | Whether the peer-1 clock uses a one-step or two-step synchronization method |
Last Rx Anno Msg | The time when the last announce message was received from the peer clock |
Unicast Info | |
Dir | The direction of the unicast information: either Rx or Tx |
Type | The message type: announce, synchronization, or delay response |
Rate | The rate of the unicast information in packets per second |
Dur | The lease duration for the session |
Result | The result of the last unicast request sent to the peer for the indicated message type |
Time | The time the unicast information was received |
Remain | The time remaining before the lease expires |
PTP Peer-1/Peer-2 Statistics | |
The following input/output statistics are provided for the peer-1/peer-2 clock:
| |
| |
The following discard statistics are provided for the peer-1/peer-2 clock:
| |
The following algorithm state statistics (in seconds) are provided for the peer-1/peer-2 clock:
| |
The following algorithm event statistics are provided for the peer-1/peer-2 clock:
| |
The following statistics are shown for the peer clock. These statistics are refreshed every 2 min; the display shows the time of the last update:
|
This command displays SNTP protocol configuration and state.
The following output is an example of SNTP information, and Table 43 describes the fields.
Label | Description |
Admin Status | up — the SNTP server is administratively up |
down — the SNTP server is administratively down | |
Oper Status | up — the SNTP server is operationally up |
down — the SNTP server is operationally down | |
Mode | broadcast — the SNTP server has broadcast client mode enabled |
unicast — the SNTP server has unicast client mode enabled | |
SNTP Server | The SNTP server address for SNTP unicast client mode |
Version | The SNTP version number, expressed as an integer |
Preference | Normal — when more than one time server is configured, one server can be configured to have preference over another |
Preferred — indicates that this server has preference over another | |
Interval | The frequency, in seconds, that the server is queried |
This command display system monitoring thresholds.
The following output is an example of system monitoring thresholds information, and Table 44 describes the fields.
Label | Description |
Variable | The variable OID |
Alarm Id | The numerical identifier for the alarm |
Last Value | The last threshold value |
Rising Event Id | The identifier of the RMON rising event |
Threshold | The identifier of the RMON rising threshold |
Falling Event Id | The identifier of the RMON falling event |
Threshold | The identifier of the RMON falling threshold |
Sample Interval | The polling interval, in seconds, over which the data is sampled and compared with the rising and falling thresholds |
Sample Type | The method of sampling the selected variable and calculating the value to be compared against the thresholds |
Startup Alarm | The alarm that may be sent when this alarm is first created |
Owner | The owner of this alarm |
Description | The event cause |
Event Id | The identifier of the threshold event |
Last Sent | The date and time the alarm was sent |
Action Type | log — an entry is made in the RMON-MIB log table for each event occurrence. This does not create a TiMOS logger entry. The RMON-MIB log table entries can be viewed using the show>system>thresholds CLI command. trap — a TiMOS logger event is generated. The TiMOS logger utility then distributes the notification of this event to its configured log destinations which may be CONSOLE, telnet session, memory log, cflash file, syslog, or SNMP trap destinations logs. both — both an entry in the RMON-MIB logTable and a TiMOS logger event are generated none — no action is taken |
Owner | The owner of the event |
This command displays the system time and zone configuration parameters.
The following outputs are examples of time information:
Label | Description |
Current Date & Time | The system date and time using the current time zone |
DST Active | Yes — Daylight Savings Time is currently in effect |
No — Daylight Savings Time is not currently in effect | |
Current Zone | The zone name for the current zone |
Non-DST Zone | The zone name for the non-DST zone |
DST Zone | The zone name for the DST zone |
Zone type | Non-standard — the zone is user-defined |
Standard — the zone is system-defined | |
Offset from UTC | The number of hours and minutes added to universal time for the current zone and non-DST zone, including the DST offset for a DST zone |
Offset from Non-DST | The number of hours (always 0) and minutes (0 to 60) added to the time at the beginning of Daylight Saving Time and subtracted at the end of Daylight Saving Time |
Starts | The date and time Daylight Saving Time begins |
Ends | The date and time Daylight Saving Time ends |
Label | Description |
Current Date & Time | The system date and time using the current time zone |
DST Active | Yes — Daylight Savings Time is currently in effect |
No — Daylight Savings Time is not currently in effect | |
Current Zone | The zone name for the current zone |
Non-DST Zone | The zone name for the non-DST zone |
DST Zone | The zone name for the DST zone |
Zone type | Non-standard — the zone is user-defined |
Standard — the zone is system-defined | |
Offset from UTC | The number of hours and minutes added to universal time for the current zone and non-DST zone, including the DST offset for a DST zone |
Offset from Non-DST | The number of hours (always 0) and minutes (0 to 60) added to the time at the beginning of Daylight Saving Time and subtracted at the end of Daylight Saving Time |
Starts | The date and time Daylight Saving Time begins |
Ends | The date and time Daylight Saving Time ends |
Time References | |
Selected Ref | The type and identifier of the current system time reference source |
Selection Time | The date and time when the current system time reference source was selected to update the system time |
time-ref-priority | The priority value of the time reference. A lower numeric value represents a higher priority. The time-ref-priority value must be present when the time reference is created. |
Ref Type | The type of system time reference: GPS or PTP |
Ref Id | The unique identifier for the type of system time reference |
Delta Sec | The time difference between this reference and the currently selected time reference in seconds. If this time reference is not qualified, the value will be 0. |
Delta Ns | The time difference between this reference and the currently selected time reference in nanoseconds. If this time reference is not qualified, the value will be 0. |
Selected | true — the source is being used to update system time |
false — the source is not being used to update system time | |
Qualified | true — the time reference is providing time updates |
false — the time reference is not providing time updates | |
Leap Sec Sched | Indicates whether there is a scheduled leap second |
Leap Sec Upd Time | The UTC time when the scheduled leap second adjustment will occur. If a leap second is not scheduled, the value will be 0. |
Time of Day - 1 Pulse Per Second Port | |
Output | The state of the output: shutdown or no shutdown |
Message Type | The type of message: ct, cm, or none |
Format | The format of the time of day output |
Modulation | The modulation type of the time of day output |
Freq/Resolution | The frequency (in kHz) and resolution (in milliseconds) of the time of day output |
Coded Expression | The coded expression of the time of day output |
This command displays the current day, date, time and time zone.
The time is displayed either in the local time zone or in UTC depending on the setting of the root level time-display command for the console session.
The following output is an example of time information.
This command enables the context to show redundancy information.
This command enables the context to show multi-chassis redundancy information.
This command displays summary multi-chassis redundancy status information.
The following output is an example of general chassis information, and Table 47 describes the fields.
Label | Description |
Peer IP | Displays the multi-chassis redundancy peer IP address |
Src IP | Displays the source IP address used to communicate with the multi-chassis peer |
Auth | If configured, displays the authentication key used between this nodeand the multi-chassis peer |
Peer Admin | Displays whether the multi-chassis peer is enabled or disabled |
MC-Ring Oper | Displays whether multi-chassis ring functionality is enabled or disabled. Not Applicable. |
MC-EP Adm | Displays whether the multi-chassis endpoint is enabled or disabled (not applicable) |
MCS Admin | Displays the multi-chassis synchronization is enabled or disabled (not applicable) |
MCS Oper | Displays whether multi-chassis synchronization functionality is enabled or disabled (not applicable) |
MCS State | Displays the multi-chassis synchronization state (not applicable) |
MC-LAG Adm | Displays whether MC-LAG is enabled or disabled |
MC-LAG Oper | Displays whether MC-LAG functionality is enabled or disabled |
This command displays multi-chassis LAG information.
The following output is an example of MC-LAG information, and Table 48 describes the fields.
Label | Description |
Last State chg | Displays date and time of the last state change for the MC-LAG peer |
Admin State | Displays the administrative state of the MC-LAG peer |
KeepAlive | Displays the time interval between keepalive messages exchanged between peers |
Oper State | Displays the operational state of the MC-LAG peer |
Hold On Ngbr Failure | Displays how many keep alive intervals the standby 7705 SAR will wait for packets from the active node before assuming a redundant neighbor node failure |
Lag Id | Displays the LAG identifier, expressed as a decimal integer |
Lacp Key | Displays the 16-bit Lacp key |
Remote system Id | Displays the LAG identifier of the remote system, expressed as a decimal integer |
Multi-Chassis Statistics | |
Packets Rx | Displays the number of MC-LAG packets received from the peer |
Packets Rx Keepalive | Displays the number of MC-LAG keepalive packets received from the peer |
Packets Rx Config | Displays the number of MC-LAG configured packets received from the peer |
Packets Rx Peer Config | Displays the number of MC-LAG packets configured by the peer |
Packets Rx State | Displays the number of received MC-LAG “lag” state packets received from the peer |
Packets Dropped State Disabled | Displays the number of packets that were dropped because the peer was administratively disabled |
Packets Dropped Packets Too Short | Displays the number of packets that were dropped because the packet was too short |
Packets Dropped Tlv Invalid Size | Displays the number of packets that were dropped because the packet size was invalid |
Packets Dropped Tlv Invalid LagId | Displays the number of packets that were dropped because the packet referred to an invalid or non-multi-chassis LAG |
Packets Dropped Out of Seq | Displays the number of packets that were dropped because the packet was out of sequence |
Packets Dropped Unknown Tlv | Displays the number of packets that were dropped because the packet contained an unknown TLV |
Packets Dropped MD5 | Displays the number of packets that were dropped because the packet failed MD5 authentication |
Packets Tx | Displays the number of packets transmitted from this system to the peer |
Packets Tx Keepalive | Displays the number of keepalive packets transmitted from this system to the peer |
Packets Tx Peer Config | Displays the number of configured packets transmitted from this system to the peer |
Packets Tx Failed | Displays the number of packets that failed to be transmitted from this system to the peer |
This command displays redundancy synchronization times.
The following output is an example of redundancy synchronization information, and Table 49 describes the fields.
Label | Description |
Standby Status | Displays the status of the standby CSM |
Last Standby Failure | Displays the timestamp of the last standby failure |
Standby Up Time | Displays the length of time the standby CSM has been up |
Failover Time | Displays the timestamp when the last redundancy failover occurred causing a switchover from active to standby CSM. If there is no redundant CSM card in this system or no failover has occurred since the system last booted, the value will be 0. |
Failover Reason | Displays a text string giving an explanation of the cause of the last redundancy failover. If no failover has occurred, an empty string displays. |
Boot/Config Sync Mode | Displays the type of synchronization operation to perform between the primary and secondary CSMs after a change has been made to the configuration files or the boot environment information contained in the boot options file (BOF). |
Boot/Config Sync Status | Displays the results of the last synchronization operation between the primary and secondary CSMs |
Last Config File Sync Time | Displays the timestamp of the last successful synchronization of the configuration files |
Last Boot Env Sync Time | Displays the timestamp of the last successful synchronization of the boot environment files |
This command displays the time since the system started.
The following output is an example of system uptime information, and Table 50 describes the fields.
Label | Description |
System Up Time | The length of time the system has been up in days, hr:min:sec format |
This command displays synchronous interface timing operational information.
The following output is an example of synchronous interface timing information, and Table 51 describes the fields.
Note:
Some of the fields in the following output apply to the 7705 SAR-18 only. |
Label | Description |
System Status CSM A | The present status of the synchronous timing equipment subsystem (SETS):
|
Reference Input Mode | Revertive — a revalidated or a newly validated reference source that has a higher priority than the currently selected reference has reverted to the new reference source |
Non-revertive — the clock cannot revert to a higher priority clock if the current clock goes offline | |
Quality Level Selection | Whether Quality Level Selection is enabled or disabled |
Reference Order | bits, ref1, ref2 — the priority order of the timing references |
Reference Input 1, 2 | The reference 1 and reference 2 input parameters |
Admin Status | down — the ref1 or ref2 configuration is administratively shut down |
up — the ref1 or ref2 configuration is administratively enabled | |
Configured Quality Level | Synchronization Status Messaging quality level value manually configured on port for ref1 or ref2 |
Rx Quality Level | Synchronization Status Messaging quality level value received on port for ref1 or ref2 |
Qualified for Use | Whether or not the ref1 or ref2 timing reference is qualified for use by the synchronous timing subsystem |
Selected for Use | Whether or not the ref1 or ref2 timing reference is presently selected |
Not Selected Due To | If the ref1 or ref2 timing reference is not selected, the reason why |
Not Qualified Due To | If the ref1 or ref2 timing reference is not qualified, the reason why |
Source Port | None — no source port is configured or in use as a ref1 or ref2 timing reference |
card/slot/port — the source port of the ref1 or ref2 timing reference | |
Reference BITS 1, 2 | The reference 1 and reference 2 BITS parameters, applicable to the 7705 SAR-18 only |
Admin Status | down — the BITS 1 or BITS 2 configuration is administratively shut down |
up — the BITS 1 or BITS 2 configuration is administratively enabled | |
Configured Quality Level | Synchronization Status Messaging quality level value manually configured on port for BITS 1 or BITS 2 |
Rx Quality Level | Synchronization Status Messaging quality level value received on port for BITS 1 or BITS 2 |
Qualified For Use | Whether or not the BITS 1 or BITS 2 reference is qualified for use by the synchronous timing subsystem |
Selected For Use | Whether or not the BITS 1 or BITS 2 reference is presently selected |
Not Qualified Due To | If the BITS 1 or BITS 2 reference is not qualified, the reason why |
Not Selected Due To | If the BITS 1 or BITS 2 reference is not selected, the reason why |
Interface Type | The interface type for the BITS port |
Framing | The framing type used by the BITS port |
Line Coding | The line coding type used by the BITS port |
Output Admin Status | The administrative status of the BITS output port |
Output Reference Selected | The type of output reference selected by the BITS port |
Tx Quality Level | The Synchronization Status Messaging quality level value transmitted on the BITS port |
This command displays general chassis status information.
The following output is an example of general chassis information, and Table 52 describes the fields.
Label | Description |
Name | The system name for the router |
Type | The router series model number |
Location | The system location for the device |
Coordinates | A user-configurable string that indicates the Global Positioning System (GPS) coordinates for the location of the chassis. For example: N 45 58 23, W 34 56 12 N37 37' 00 latitude, W122 22' 00 longitude N36 × 39.246' W121 × 40.121' |
CLLI Code | The Common Language Location Identifier (CLLI) that uniquely identifies the geographic location of places and certain functional categories of equipment unique to the telecommunications industry |
Number of slots | The number of slots in this chassis that are available for plug-in cards. The total number includes all CSM slots. |
Number of ports | The total number of ports currently installed in this chassis. This count does not include the CSM Management ports that are used for management access. |
Critical LED state | The current state of the Critical LED in this chassis |
Major LED state | The current state of the Major LED in this chassis |
Minor LED state | The current state of the Minor LED in this chassis |
Over Temperature state | Indicates whether there is an over-temperature condition |
Base MAC address | The base chassis Ethernet MAC address |
Part number | The CSM part number |
CLEI code | The code used to identify the router |
Serial number | The CSM part number. Not user-modifiable |
Manufacture date | The chassis manufacture date. Not user-modifiable. |
Manufacturing string | Factory-inputted manufacturing text string. Not user-modifiable. |
Time of last boot | The date and time the most recent boot occurred |
Current alarm state | Displays the alarm conditions for the specific board |
Environment Information | |
Status | Current status of the fan module |
Type | Version of the fan module |
# of on-board fans | The total number of fans installed in this chassis |
Status | Current status of the fans |
Speed | Half speed — the fans are operating at half speed |
Full speed — the fans are operating at full speed | |
External Alarms Interface | |
Input | External alarm input number |
Pin | Port connector pin number for the alarm input |
Event | Severity level of events reported by this input:
|
State | State of alarm event |
Hardware data | Hardware information for fan module |
Power Feed Information | |
Number of power feeds | The number of power feeds installed in the chassis |
Input power feed - Type | The type of power feed — ac power or dc power |
Input power feed - Status | Up — the specified power supply is up |
Critical failure — the specified power supply has failed | |
Not equipped — the specified power supply is not present | |
Unknown — the software system can not determine the type of power feed for the specified power supply | |
Not monitored — the specified power supply is not monitored |
This command enables the context to debug synchronous interface timing references.
This command allows an operator to force the system synchronous timing output to use a specific reference.
Note:
This command should be used for testing and debugging purposes only. Once the system timing reference input has been forced, it will not revert back to another reference at any time. The state of this command is not persistent between system boots. |
When the debug force-reference command is executed, the current system synchronous timing output is immediately referenced from the specified reference input. If the specified input is not available (shutdown), or in a disqualified state, the timing output will enter the holdover state based on the previous input reference.
This command displays system debug information.
This command displays HTTP connections debug information.
This command enables and configures debugging for NTP.
The no form of the command disables debugging for NTP.
This command enables debugging for a LAG.
The no form of the command disables debugging for a LAG.
This command clears completed CRON action run history entries.
This command allows an operator to clear the Telnet or console screen.
This command allows an operator to individually clear (re-enable) a previously failed reference. As long as the reference is one of the valid options, this command is always executed. An inherent behavior enables the revertive mode which causes a re-evaluation of all available references.
This command allows an operator to clear the trace log.