![]() | Note: Refer to the 7210 SAS-K 2F1C2T, K 2F6C4T, K 3SFP+ 8C Quality of Service Guide section “Self-Generated Traffic Commands for 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C” for information about self-generated traffic and applicable command descriptions. |
![]() | Note: For descriptions of the show>router>sgt-qos commands, refer to the “Network QoS Policy Command Reference, Show Commands” section in the 7210 SAS-K 2F1C2T, K 2F6C4T, K 3SFP+ 8C Quality of Service Guide. |
Supported on all 7210 SAS platforms as described in this document
![]() | Note: The config>router>router-advertisement>interface context is not supported on the 7210 SAS-K 2F1C2T. |
This command administratively disables the entity. When disabled, an entity does not change, reset, or remove any configuration settings or statistics. Many entities must be explicitly enabled using the no shutdown command.
Unlike other commands and parameters where the default state is not indicated in the configuration file, shutdown and no shutdown are always indicated in system generated configuration files.
The no form of this command puts an entity into the administratively enabled state.
no shutdown
Supported on all 7210 SAS platforms as described in this document
This command creates a text description stored in the configuration file for a configuration context.
The no form of this command removes the description string from the context.
Supported on all 7210 SAS platforms as described in this document
This command enables the context to configure router parameters and interfaces.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables or disables ICMP redirects received on the management interface.
The no form of this command disables ICMP redirects.
no allow-icmp-redirect
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables or disables IPv6 ICMP redirects received on the management interface.
The no form of this command disables IPv6 ICMP redirects.
no allow-icmp6-redirect
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the autonomous system (AS) number for the router. A router can only belong to one AS. An AS number is a globally unique number with an AS. This number is used to exchange exterior routing information with neighboring ASs and as an identifier of the AS itself.
If the AS number is changed on a router with an active BGP instance, the new AS number is not used until the BGP instance is restarted either by administratively disabling or enabling (shutdown or no shutdown) the BGP instance or rebooting the system with the new configuration.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables ECMP and configures the number of routes for path sharing. For example, a value of 2 means two equal-cost routes will be used for cost sharing.
ECMP can only be used for routes learned with the same preference and same protocol. When more ECMP routes are available at the best preference than configured in max-ecmp-routes, the lowest next-hop IP address algorithm is used to select the number of routes configured in max-ecmp-routes.
The no form of this command disables ECMP path sharing. If ECMP is disabled, and multiple routes are available at the best preference and equal cost, route selection is as follows:
no ecmp
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure global parameters related to MPLS labels.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the range of MPLS static label values shared among static LSP, MPLS-TP LSP, and static service VC labels. When this range is configured, it is reserved and cannot be used by other protocols such as RSVP, LDP, BGP, or segment routing to assign a label dynamically.
The no form of this command reverts to the default value.
18400
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the range of the segment routing global block (SRGB). It is a label block that is used for assigning labels to SR prefix SIDs originated by the router. The range is carved from the system dynamic label range and is not instantiated by default.
This is a reserved label and once configured it cannot be used by other protocols such as RSVP, LDP, and BGP to assign a label dynamically.
The no form of this command reverts to the default value.
no sr-labels
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the router ID for the router instance.
The router ID is used by both OSPF and BGP routing protocols in this instance of the routing table manager. IS-IS uses the router ID value as its system ID.
When configuring a new router ID, protocols are not automatically restarted with the new router ID. The next time a protocol is initialized, the new router ID is used. This can result in an interim period of time when different protocols use different router IDs.
To force the new router ID to be used, issue the shutdown and no shutdown commands for each protocol that uses the router ID, or restart the entire router.
The no form of this command to reverts to the default value.
The system uses the system interface address (which is also the loopback address)
If a system interface address is not configured, use the last 32 bits of the chassis MAC address.
7210 SAS-D, 7210 SAS-Dxp, and 7210 SAS-K 2F1C2T
This command creates static route entries for both the network and access routes.
When configuring a static route, either next-hop or black-hole must be configured.
If a CPE connectivity check target address is already being used as the target address in a different static route, the cpe-check parameters must match. If they do not, the new configuration command will be rejected.
If a static-route command is issued with no cpe-check target but the destination prefix/netmask and next-hop match a static route that did have an associated cpe-check, the cpe-check test will be removed from the associated static route.
The no form of this command deletes the static route entry. If a static route needs to be removed when multiple static routes exist to the same destination, then as many parameters to uniquely identify the static route must be entered.
ipv4-prefix | a.b.c.d (host bits must be 0) |
ipv4-prefix-length | 0 to 32 |
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x — 0 to FFFF (hexadecimal) | |
d — 0 to 255 (decimal) | |
ipv6-prefix-length | 0 to 128 (7210 SAS-D and 7210 SAS-K 2F1C2T) 0 to 64 (7210 SAS-Dxp) |
ipv4-address | a.b.c.d (host bits must be 0) | |
ipv6-address | x:x:x:x:x:x:x:x[-interface] | |
x:x:x:x:x:x:d.d.d.d[-interface] | ||
x — 0 to FFFF (hexadecimal) | ||
d — 0 to 255 (decimal) |
Different protocols should not be configured with the same preference. If this occurs, the tiebreaker is according to the route preference defaults listed in Table 7.
If multiple routes are learned with an identical preference using the same protocol, the lowest- cost route is used. If multiple routes are learned with an identical preference using the same protocol and the costs (metrics) are equal, then the route to use is determined by the next-hop with the lowest address.
If there are multiple routes with different preferences, the lower preference route will be installed. If there are multiple static routes with the same preference but different metrics, the lower cost (metric) route will be installed. If there are multiple static routes with the same preference and metric, the route with the lowest next-hop IP address will be installed.
The black-hole keyword and the next-hop keyword are mutually exclusive. If an identical command is entered (with the exception of the next-hop keyword), then this static route will be replaced with the newly entered command and, unless specified, the respective defaults for preference and metric will be applied.
The next-hop keyword and the black-hole keywords are mutually exclusive. If an identical command is entered (with the exception of the black-hole keyword), then this static route will be replaced with the newly entered command, and unless specified, the respective defaults for preference and metric will be applied.
The ip-address configured here can be either on the network side or the access side on this node. This address must be associated with a network directly connected to a network configured on this node.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command creates static route entries for both the network and access routes. When configuring a static route, the next-hop, indirect, or black-hole parameter, indicating the type of static route, must be configured. Multiple types of static routes (next-hop, indirect, black-hole) can be applied to the same IP prefix. If a static route that is forwarding traffic goes down, the default route will be used instead. The preference parameter is used to specify the order in which the routes are applied. If a blackhole static route has the same preference as another route with the same prefix, the blackhole route takes a lower precedence.
If a CPE connectivity check target address is already being used as the target address in a different static route, then cpe-check parameters must match. If they do not, the new configuration command will be rejected.
If a static-route command is issued with no cpe-check target, but the destination prefix/netmask and next hop matches a static route that did have an associated CPE check, the cpe-check test will be removed from the associated static route.
The no form of this command deletes the static route entry. If a static route needs to be removed when multiple static routes exist to the same destination, then as many parameters to uniquely identify the static route must be entered.
no static-route
ipv4-prefix | a.b.c.d (host bits must be 0) |
ipv4-prefix-length | 0 to 32 |
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x - 0 to FFFF (hexadecimal) | |
d - 0 to 255 (decimal) | |
ipv6-prefix-length | 0 to 128 |
ipv6-address | x:x:x:x:x:x:x:x[-interface] |
x:x:x:x:x:x:d.d.d.d[-interface] | |
x - 0 to FFFF (hexadecimal) | |
d - 0 to 255 (decimal) |
Different protocols should not be configured with the same preference. If this occurs, the tiebreaker is according to the route preference defaults listed in Table 7.
Route Type | Preference | Configurable |
Direct attached | 0 | No |
Static-route | 5 | Yes |
OSPF Internal routes | 10 | Yes |
IS-IS level 1 internal | 15 | Yes |
IS-IS level 2 internal | 18 | Yes |
OSPF External | 150 | Yes |
IS-IS level 1 external | 160 | Yes |
IS-IS level 2 external | 165 | Yes |
If multiple routes are learned with an identical preference using the same protocol, the lowest- cost route is used. If multiple routes are learned with an identical preference using the same protocol and the costs (metrics) are equal, then the route to use is determined by the next hop with the lowest address.
If there are multiple routes with different preferences, then the lower preference route will be installed. If there are multiple static routes with the same preference but different metrics, then the lower cost (metric) route will be installed. If there are multiple static routes with the same preference and metric, then the route with the lowest next-hop IP address will be installed.
The black-hole keyword and the next-hop keyword are mutually exclusive. If an identical command is entered (with the exception of the next-hop keyword), then this static route will be replaced with the newly entered command, and unless specified, the respective defaults for preference and metric will be applied.
The next-hop keyword and the black-hole keywords are mutually exclusive. If an identical command is entered (with the exception of the black-hole keyword), then this static route will be replaced with the newly entered command, and unless specified, the respective defaults for preference and metric will be applied.
The ip-int-name is the interface name of the next hop. Interface names must be unique within the group of defined IP interfaces for config router interface commands. An interface name cannot be in the form of an IP address. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
The ip-address configured for the next-hop parameter can be either on the network side or the access side on this node. This address must be associated with a network that is directly connected to a network configured on this node.
ip-int-name | 32 chars max (must start with a letter) | ||
ipv4-address | a.b.c.d | ||
ipv6-address | x:x:x:x:x:x:x:x[-interface] (eight 16-bit pieces) | ||
x:x:x:x:x:x:d.d.d.d[-interface] | |||
x - 0 to FFFF (hexadecimal) | |||
d - 0 to 255 (decimal) | |||
interface: mandatory for link local addresses, up to 32 characters |
If a static route is configured with the same destination address, subnet mask, and indirect next-hop IP address as a previously configured static route, the newly configured route replaces the previous one, and unless specified, the respective defaults for preference and metric will be applied. The IP address configured for the indirect keyword must be on the network side of this node and be at least one hop away from the node.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command triggers route policy reevaluation.
By default, when a change is made to a policy in the config>router>policy>options context and then committed, the change is effective immediately. There may be circumstances when the changes should or must be delayed; for example, if a policy change is implemented that would affect every BGP peer on a 7210 SAS Mrouter, the consequences could be dramatic. It would be more effective to control changes on a peer-by-peer basis.
If the triggered-policy command is enabled, and a specific peer is established, and you want the peer to remain up, in order for a change to a route policy to take effect, a clear command with the soft or soft inbound option must be used.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command instantiates a local DHCP server. A local DHCP server can serve multiple interfaces but is limited to the routing context it was which it was created.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the sending of force-renew messages.
The no form of this command disables the sending of force-renew messages.
no force-renews
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the time to remember this lease. This lease-hold-time is for unsolicited release conditions such as lease timeout and normal solicited release from DHCP client.
The no form of this command reverts to the default.
sec 0
days days | 0 to 3650 |
hrs hours | 0 to 23 |
min minutes | 0 to 59 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures a DHCP address pool on the router.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the maximum lease time.
The no form of this command reverts the value to the default.
10 days
days days | 0 to 3650 |
hrs hours | 0 to 23 |
min minutes | 0 to 59 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the minimum lease time.
The no form of this command returns the value to the default.
10 minutes
days days | 0 to 3650 |
hrs hours | 0 to 23 |
min minutes | 0 to 59 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command specifies the desired minimum number of free addresses in this pool.
The no form of this command reverts to the default.
1
0 to 255
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the system to return a DHCP NAK message if the following conditions are met:
If the conditions are not met, the system drops the DHCP packet.
no nak-non-matching-subnet
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the offer time.
The no form of this command reverts the value to the default.
1 minute
min minutes | 0 to 10 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure pool options. The options defined here can be overruled by defining the same option in the local user database.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures specific DHCP options. The options defined here can overrule options in the local user database.
The no form of this command removes the option from the configuration.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the IP address of the DNS server.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the default domain for a DHCP client that the router uses to complete unqualified host names (without a dotted-decimal domain name).
The no form of this command removes the name from the configuration.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the time the client transitions to a rebinding state.
The no form of this command removes the time from the configuration.
days days | 0 to 3650 |
hrs hours | 0 to 23 |
min minutes | 0 to 59 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the time the client transitions to a renew state.
The no form of this command removes the time from the configuration.
days: | 0 to 3650 |
hours: | 0 to 23 |
minutes: | 0 to 59 |
seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the amount of time that the DHCP server grants to the DHCP client permission to use a particular IP address.
The no form of this command removes the lease time parameters from the configuration.
days days | 0 to 3650 |
hrs hours | 0 to 23 |
min minutes | 0 to 59 |
sec seconds | 0 to 59 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command creates a subnet of IP addresses to be served from the pool. The subnet cannot include any addresses that were assigned to subscribers without those addresses specifically excluded. When the subnet is created no IP addresses are made available until a range is defined.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures a range of IP addresses to be served from the pool. All IP addresses between the start and end IP addresses will be included (other than specific excluded addresses).
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command specifies a range of IP addresses that excluded from the pool of IP addresses in this subnet.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the maximum number of declined addresses allowed.
64
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the minimum number of free addresses in this subnet. If the actual number of free addresses in this subnet falls below this configured minimum, a notification is generated.
1
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the IP address of the default router for a DHCP client. Up to four IP addresses can be specified.
The no form of this command removes the address or addresses from the configuration.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command specifies the subnet-mask option to the client. The mask can either be defined (for super-netting) or taken from the pool address.
The no form of this command removes the address from the configuration.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the use of gi-address matching. If the gi-address flag is enabled, a pool can be used even if a subnet is not found. If the local-user-db-name is not used, the gi-address flag is used and addresses are handed out by GI only. If a user must be blocked from getting an address, the server maps to a local user database and configures the user with no address.
A pool can include multiple subnets. Since the GI is shared by multiple subnets in a subscriber interface, the pool may provide IP addresses from any of the subnets included when the GI is matched to any of its subnets. This allows a pool to be created that represents a sub-int.
no use-gi-address
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures a local user database for authentication.
no user-db
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure route next-hop policies.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command discards the changes that have been made to route next-hop templates during the current session.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the editing mode for route next-hop templates. Use the commit command to save edits made during the current session. Use the abort command to discard edits made during the current session.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command saves the changes that have been made to route next-hop templates during the current session.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command creates a template to configure the attributes of a Loop-Free Alternate (LFA) Shortest Path First (SPF) policy. An LFA SPF policy allows the user to apply specific criteria, such as admin group and SRLG constraints, to the selection of an LFA backup next-hop for a subset of prefixes which resolve to a specific primary next-hop.
First, the user creates a route next-hop policy template under the global router context and then applies it to a specific OSPF or ISIS interface in the global routing instance.
A policy template can be used in both IS-IS and OSPF to apply the specific criteria to prefixes protected by LFA. Each instance of IS-IS or OSPF can apply the same policy template to one or more interfaces.
The commands within the route next-hop policy template use the begin-commit-abort model. The following are the steps needed to create and modify the template.
After the commit command is executed, IS-IS or OSPF will reevaluate the templates. If there are any net changes, ISIS or OSPF will schedule a new LFA SPF to recompute the LFA next-hop for the prefixes associated with these templates.
The no form of this command deletes a template.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the description of the next-hop template.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command prunes all links belonging to the specified admin group before making the LFA backup next-hop selection for a prefix.
If the same group name is part of both include-group and exclude-group configurations, the exclude-group configuration takes precedence. It other words, the exclude-group statement can be viewed as having an implicit preference value of 0.
![]() | Note: The admin group criteria are applied before running the LFA next-hop selection algorithm. |
The no form of this command deletes the admin group exclusion constraint from the route next-hop policy template.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command instructs the LFA SPF selection algorithm to pick up a subset of LFA next-hops among the links which belong to one or more of the specified admin groups. A link which does not belong to at least one of the admin groups is excluded. However, a link can still be selected if it belongs to one of the groups in an include-group configuration but also belongs to other groups which are not part of any include-group configuration in the route next-hop policy.
The pref option is used to provide a relative preference for the admin group to select. A lower preference value means that LFA SPF will first attempt to select an LFA backup next-hop which is a member of the corresponding admin group. If none is found, then the admin group with the next higher preference value is evaluated. If no preference is configured for a specific admin group name, then it is supposed to be the least preferred, or numerically the highest preference value.
When evaluating multiple include-group configurations within the same preference, any link which belongs to one or more of the included admin groups can be selected as an LFA next-hop. There is no relative preference based on how many of those included admin groups the link is a member of.
If the same group name is part of both include-group and exclude-group configurations, the exclude-group configuration takes precedence. It other words, the exclude-group statement can be viewed as having an implicit preference value of 0.
![]() | Note: The admin group criteria are applied before running the LFA next-hop selection algorithm. |
The no form deletes the admin group constraint from the route next-hop policy template.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the next-hop type for the route next-hop policy template.
The user can select IP backup next-hop is preferred.
When the route next-hop policy template is applied to an IP interface, all prefixes using this interface as a primary next-hop will follow the next-hop type preference specified in the template.
The no form deletes the next-hop type constraint from the route next-hop policy template.
ip
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the protection type for the route next-hop policy template.
The user can select if link protection or node protection is preferred in the selection of a LFA next-hop for all IP prefixes and LDP FEC prefixes to which a route next-hop policy template is applied. The default in SR OS implementation is node protection. The implementation will fall back to the other type if no LFA next-hop of the preferred type is found.
When the route next-hop policy template is applied to an IP interface, all prefixes using this interface as a primary next-hop will follow the protection type preference specified in the template.
The no form deletes the protection type constraint from the route next-hop policy template.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the SRLG constraint for the route next-hop policy template.
When this command is applied to a prefix, the LFA SPF will attempt to select an LFA next-hop from the computed ones, which uses an outgoing interface that does not participate in any of the SLRGs of the outgoing interface used by the primary next-hop.
![]() | Note: The SRLG criterion is applied before running the LFA next-hop selection algorithm. |
The no form of this command deletes the SRLG constraint from the route next-hop policy template.
Supported on all 7210 SAS platforms as described in this document
This command creates a system or a loopback IP routing interface. When created, attributes like IP address, or system can be associated with the IP interface.
Interface names are case-sensitive and must be unique within the group of IP interfaces defined for config router interface. Interface names must not be in the dotted decimal notation of an IP address.; for example, the name “1.1.1.1” is not allowed, but “int-1.1.1.1” is allowed. Show commands for router interfaces use either the interface names or the IP addresses. Ambiguity can exist if an IP address is used as an IP address and an interface name.
When a new name is entered, a new logical router interface is created. When an existing interface name is entered, the user enters the router interface context for editing and configuration.
Although not a keyword, the ip-int-name “system” is associated with the network entity, not a specific interface. The system interface is also referred to as the loopback address.
The no form of this command removes the IP interface and all the associated configurations. The interface must be administratively shut down before issuing the no interface command.
If the interface-name already exists, the context is changed to maintain that IP interface. If ip-int-name already exists within another service ID or is an IP interface defined within the config router commands, an error will occur and the context will not be changed to that IP interface. If interface-name does not exist, the interface is created and the context is changed to that interface for further command processing.
Supported on all 7210 SAS platforms as described in this document
This command assigns an IP address to a system IP interface. Only one IP address can be associated with an IP interface.
The IP address for the interface can be entered in either CIDR (Classless Inter-Domain Routing) or traditional dotted decimal notation. Show commands display CIDR notation and are stored in configuration files.
By default, no IP address or subnet association exists on an IP interface until it is explicitly created.
If a new address is entered while another address is still active, the new address will be rejected.
The no form of this command removes the IP address assignment from the IP interface. The no form of this command can only be performed when the IP interface is administratively shut down.
The all-ones keyword following the broadcast parameter specifies that the broadcast address used by the IP interface for this IP address will be 255.255.255.255, also known as the local broadcast.
The host-ones keyword following the broadcast parameter specifies that the broadcast address used by the IP interface for this IP address will be the subnet broadcast address. This is an IP address that corresponds to the local subnet described by the ip-address and the mask-length or mask with all the host bits set to binary 1. This is the default broadcast address used by an IP interface.
The broadcast parameter within the address command does not have a negate feature, which is usually used to revert a parameter to the default value. To change the broadcast type to host-ones after being changed to all-ones, the address command must be executed with the broadcast parameter defined.
The broadcast format on an IP interface can be specified when the IP address is assigned or changed.
This parameter does not affect the type of broadcasts that can be received by the IP interface. A host sending either the local broadcast (all-ones) or the valid subnet broadcast address (host-ones) will be received by the IP interface.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the minimum time, in seconds, an ARP entry learned on the IP interface is stored in the ARP table. ARP entries are automatically refreshed when an ARP request or gratuitous ARP is seen from an IP host. Otherwise, the ARP entry is aged from the ARP table. If the arp-timeout value is set to 0 seconds, ARP aging is disabled.
The no form of this command reverts to the default value.
14400
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command specifies the bidirectional forwarding detection (BFD) parameters for the associated IP interface. If no parameters are defined the default values are used.
The multiplier specifies the number of consecutive BFD messages that must be missed from the peer before the BFD session state is changed to down and the upper level protocols (OSPF, IS-IS) is notified of the fault.
The no form of this command removes BFD from the router interface regardless of the RSVP.
no bfd
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command creates a delay to make the interface operational by the specified number of seconds
The value is used whenever the system attempts to bring the interface operationally up.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables local proxy ARP on the interface.
The no form of this command disables local proxy ARP on the interface.
no local-proxy-arp
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the IGP-LDP synchronization timer. This timer enables synchronization of IGP and LDP, and synchronization of static routes and LDP. This command is not supported on RIP interfaces.
When a link is restored after a failure, IGP sets the link cost to infinity and advertises it; if it’s a static route, the route activation is delayed until this timer expires. The supported IGPs are OSPF and IS-IS. The value advertised in OSPF is 0xFFFF (65535). The value advertised in IS-IS regular metric is 0x3F (63) and in IS-IS wide-metric is 0xFFFFFE (16777214).
If an interface belongs to both IS-IS and OSPF, a physical failure will cause both IGPs to advertise infinite metric and to follow the IGP-LDP synchronization procedures. If only one IGP bounces on this interface or on the system, then only the affected IGP advertises the infinite metric and follows the IGP-LDP synchronization procedures.
After IGP advertises the link cost, the LDP hello adjacency is brought up with the neighbor. IGP starts the LDP synchronization timer when the LDP session to the neighbor becomes operationally up over the interface. This synchronization timer allows time for the label-FEC bindings to be exchanged.
When the LDP synchronization timer expires, the link cost is restored and is readvertised. IGP will announce a new best next-hop and LDP will use it if the label binding for the neighbor’s FEC is available.
The preceding behavior is similar for static routes. If the static route is enabled for ldp-sync (see static-route), the route is not enabled immediately after the interface to the next hop comes up. Routes are suppressed until the LDP adjacency with the neighbor comes up and the synchronization timer expires. The timer does not start until the LDP adjacency with the neighbor node is fully established.
If the user changes the cost of an interface, the new value is advertised at the next flooding of link attributes by IGP. However, if the LDP synchronization timer is still running, the new cost value will only be advertised after the timer expires. Also, if the currently advertised cost is different, the new cost value will be advertised after the user executes any of the following commands:
Refer to the 7210 SAS-D, Dxp, K 2F1C2T, K 2F6C4T, K 3SFP+ 8C OAM and Diagnostics Guidefor the tools commands and to the 7210 SAS-D, Dxp Routing Protocols Guide and the 7210 SAS-K 2F6C4T, K 3SFP+ 8C Routing Protocols Guide for the OSPF and IS-IS commands.
If the user changes the value of the LDP synchronization timer parameter, the new value will take effect at the next synchronization event. That is, if the timer is still running, it will continue using the previous value.
If parallel links exist to the same neighbor, the bindings and services should remain up as long as there is one interface that is up. However, the user-configured LDP synchronization timer still applies on the failed then restored interface. In this case, the 7210 SAS will only consider this interface for forwarding after IGP re-advertises its actual cost value.
The LDP Sync Timer State is not always synchronized across to the standby CSM, so after an activity switch the timer state might not be same as it was on the previously active CSM.
If the ldp-sync-timer value is configured on the interface but LDP is not running on the interface, the configuration will cause the IGP route cost to increase to the maximum value.
The no form of this command disables IGP-LDP synchronization and deletes the configuration.
no ldp-sync-timer
Supported on all 7210 SAS platforms as described in this document
This command configures the interface as a loopback interface.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command assigns a specific MAC address to an IP interface. Only one MAC address can be assigned to an IP interface. When multiple mac commands are entered, the last command overwrites the previous command.
The no form of this command reverts the MAC address of the IP interface to the default value.
IP interface has a system-assigned MAC address
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables SNTP broadcasts received on the IP interface. This parameter is only valid when the SNTP broadcast-client global parameter is configured.
The no form of this command disables SNTP broadcast received on the IP interface.
no ntp-broadcast
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command creates an association with a logical IP interface and a physical port.
An interface can also be associated with the system (loopback address).
The command returns an error if the interface is already associated with another port or the system. In this case, the association must be deleted before the command is reattempted.
If the card in the slot has MDAs, port-id is in the slot_number/MDA_number/port_number format; for example, 1/1/3 specifies port 3 of the MDA installed in MDA slot 1 on the card installed in chassis slot 1.
The encapsulation type is an property of a Ethernet network port. The port in this context can be tagged with either IEEE 802.1Q (referred to as dot1q) encapsulation or null encapsulation. Dot1q encapsulation supports multiple logical IP interfaces on a specific network port and Null encapsulation supports a single IP interface on the network port.
The no form of this command deletes the association with the port. The no form of this command can only be performed when the interface is administratively down.
port-name | port-id [:encap-val] | |
encap-val | - 0 | for null |
- 0 to 4094 | for dot1q | |
port-id: | slot/mda/port[.channel] | |
lag-id | - lag-<id> | |
lag | - keyword | |
id | - 1 to 200 |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables and configures proxy ARP on the interface and specifies an existing policy statement to analyze match and action criteria that controls the flow of routing information to and from a specific protocol, set of protocols, or a particular neighbor. The policy-name is configured in the config>router>policy-options context.
Use proxy ARP so the 7210 SAS responds to ARP requests on behalf of another device. Static ARP is used when a 7210 SAS needs to know about a device on an interface that cannot or does not respond to ARP requests. Therefore, the 7210 SAS configuration can state that if it has a packet that has a certain IP address to send it to the corresponding ARP address.
no proxy-arp-policy
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables remote proxy ARP on the interface.
no remote-proxy-arp
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures a static Address Resolution Protocol (ARP) entry associating an IP address or an unnumbered address with a MAC address for the core router instance. This static ARP appears in the core routing ARP table. A static ARP can only be configured if it exists on the network attached to the IP interface.
If an entry for a particular IP address already exists and a new MAC address is configured for the IP address, the existing MAC address is replaced by the new MAC address.
Static ARP is used when a 7210 SAS router needs to know about a device on an interface that cannot or does not respond to ARP requests. Therefore, the 7210 SAS configuration can state that if it has a packet that has a certain IP address to send the packet to the corresponding ARP address.
The no form of this command removes a static ARP entry.
no static-arp
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command sets an IP interface as an unnumbered interface and specifies the IP address to be used for the interface.
To conserve IP addresses, unnumbered interfaces can be configured. The address used when generating packets on this interface is the ip-address parameter configured.
An error message is generated when an unnumbered interface is configured and an IP address already exists on this interface.
The no form of this command removes the IP address from the interface, effectively removing the unnumbered property. The interface must be shutdown before the no unnumbered command is issued to delete the IP address from the interface.
no unnumbered
7210 SAS-K 3SFP+ 8Cs
This command enables the Unicast RPF check feature on this router.
7210 SAS-K 3SFP+ 8C
This command configures the Unicast RPF check feature (if enabled) to ignore default routes for purposes of determining the validity of incoming packets.
The no form of this command considers the default route to be eligible when performing a Unicast RPF check.
no ignore-default
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure egress network filter policies for the IP interface. If an egress filter is not defined, no filtering is performed.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure ingress network filter policies for the IP interface. If an ingress filter is not defined, no filtering is performed.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command associates an IP filter policy with an IP interface.
Filter policies control packet forwarding and dropping based on IP match criteria.
The ip-filter-id must have been preconfigured before this filter command is executed. If the filter ID does not exist, an error occurs.
Only one filter ID can be specified.
![]() | Note: For more information about service and IP interface support for different ACL match criteria for each platform, see Filter Policy Entities. |
The no form of this command removes the filter policy association with the IP interface.
Supported on all 7210 SAS platforms as described in this document
This command enables the context to configure Internet Control Message Protocol (ICMP) parameters on a network IP interface. ICMP is a message control and error reporting protocol that also provides information relevant to IP packet processing.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables responses to ICMP mask requests on the router interface.
If a local node sends an ICMP mask request to the router interface, the mask-reply command configures the router interface to reply to the request.
The no form of this command disables replies to ICMP mask requests on the router interface.
mask-reply
7210 SAS-D, 7210 SAS-K 2F1C2T, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command enables and configures the rate for ICMP redirect messages issued on the router interface.
When routes are not optimal on this router, and another router on the same subnetwork has a better route, the router can issue an ICMP redirect to alert the sending node that a better route is available.
The redirects command enables the generation of ICMP redirects on the router interface. The rate at which ICMP redirects are issued can be controlled with the optional number and time parameters by indicating the maximum number of redirect messages that can be issued on the interface for a specific time interval.
By default, generation of ICMP redirect messages is enabled at a maximum rate of 100 per 10 second time interval.
The no form of this command disables the generation of ICMP redirects on the router interface.
Supported on all 7210 SAS platforms as described in this document
This command configures the rate that Internet Control Message Protocol (ICMP) Time To Live (TTL) expired messages are issued by the IP interface.
By default, generation of ICMP TTL expired messages is enabled at a maximum rate of 100 per 10 second time interval.
The no form of this command disables the generation of TTL expired messages.
Supported on all 7210 SAS platforms as described in this document
This command enables and configures the rate for ICMP host and network destination unreachable messages issued on the router interface.
The unreachables command enables the generation of ICMP destination unreachables on the router interface. The rate at which ICMP unreachables is issued can be controlled with the optional number and seconds parameters by indicating the maximum number of destination unreachable messages that can be issued on the interface for a specific time interval.
By default, generation of ICMP destination unreachables messages is enabled at a maximum rate of 100 per 10 second time interval.
The no form of this command disables the generation of ICMP destination unreachables on the router interface.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure or apply IP interface attributes such as administrative group (admin-group) or Shared Risk Loss Group (SRLG).
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command defines an administrative group (admin-group) which can be associated with an IP or MPLS interface.
Admin groups, also known as affinity, are used to tag IP and MPLS interfaces which share a specific characteristic with the same identifier. For example, an admin group identifier could represent all links which connect to core routers, all links which have bandwidth higher than 10G, or all links which are dedicated to a specific service.
First, the user configures, locally on each router, the name and identifier of each admin group. A maximum of 32 admin groups can be configured per system.
Next, the user configures the admin group membership of an interface. The user can apply admin groups to a network IP or MPLS interface.
When applied to MPLS interfaces, the interfaces can be included or excluded in the LSP path definition by inferring the admin group name. CSPF will compute a path which satisfies the inclusion and exclusion constraints of the admin group.
When applied to network IP interfaces, the interfaces can be included or excluded in the route next-hop selection by inferring the admin group name in a route next-hop policy template applied to an interface or a set of prefixes.
The following provisioning rules are applied to the admin group configuration. The system will reject the creation of an admin group if it reuses the same name or group value as an existing group.
![]() | Note: Only admin groups bound to an MPLS interface are advertised in TE link TLVs and sub-TLVs when the traffic-engineering option is enabled in IS-IS or OSPF. |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command defines a Shared Risk Loss Group (SRLG) which can be associated with an IP or MPLS interface.
SRLG is used to tag IP or MPLS interfaces that share a specific fate with the same identifier. For example, an SRLG group identifier could represent all links which use separate fibers but are carried in the same fiber conduit. If the conduit is accidentally cut, all the fiber links are cut which means that all interfaces using these fiber links will fail.
First, the user configures, locally on each router, the name and identifier of each SRLG group. A maximum of 1024 SRLGs can be configured per system.
Next, the user configures the SRLG membership of an interface. The user can apply SRLGs to a network IP or MPLS interface. A maximum of 64 SRLGs can be applied to a specific interface.
When SRLGs are applied to MPLS interfaces, CSPF at LER will exclude the SRLGs of interfaces used by the LSP primary path when computing the path of the secondary path. CSPF at a LER or LSR will also exclude the SRLGs of the outgoing interface of the primary LSP path in the computation of the path of the FRR backup LSP. This provides path disjointness between the primary path and the secondary path or FRR backup path of an LSP.
When SRLGs are applied to network IP interfaces, they are evaluated in the route next-hop selection by adding the srlg-enable option in a route next-hop policy template applied to an interface or a set of prefixes. For instance, the user can enable the SRLG constraint to select a LFA next-hop for a prefix which avoids all interfaces that share fate with the primary next-hop.
The following provisioning rules are applied to SRLG configuration. The system will reject the creation of a SRLG if it reuses the same name but with a different group value than an existing group. The system will also reject the creation of an SRLG if it reuses the same group value but with a different name than an existing group.
![]() | Note: Only the SRLGs bound to an MPLS interface are advertised in TE link TLVs and sub-TLVs when the traffic-engineering option is enabled in IS-IS or OSPF. |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the admin group membership of an interface. The user can apply admin groups to a network IP or MPLS interface.
Each single operation of the admin-group command allows a maximum of 5 groups to be specified at a time. However, a maximum of 32 groups can be added to a specific interface through multiple operations. When an admin group is bound to one or more interfaces, its value cannot be changed until all bindings are removed.
The configured admin group membership will be applied in all levels/areas the interface is participating in. The same interface cannot have different memberships in different levels/areas.
![]() | Note: Only the admin groups bound to an MPLS interface are advertised in TE link TLVs and sub-TLVs when the traffic-engineering option is enabled in IS-IS or OSPF. |
The no form of this command deletes one or more of the admin-group memberships of an interface. The user can also delete all memberships of an interface by not specifying a group name.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures the SRLG membership of an interface. The user can apply SRLGs to a network IP or MPLS interface.
An interface can belong to a maximum of 64 SRLG groups. However, each single operation of the srlg-group command allows a maximum of 5 groups to be specified at a time. When an SRLG group is bound to one or more interfaces, its value cannot be changed until all bindings are removed.
The configured SRLG membership will be applied in all levels/areas the interface is participating in. The same interface cannot have different memberships in different levels/areas.
![]() | Note: Only the SRLGs bound to an MPLS interface are advertised in TE link TLVs and sub-TLVs when the traffic-engineering option is enabled in IS-IS or OSPF. |
The no form of this command deletes one or more of the SRLG memberships of an interface. The user can also delete all memberships of an interface by not specifying a group name.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures IPv6 for a router interface.
The no form of this command disables IPv6 on the interface.
not enabled
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command assigns an IPv6 address to the interface.
ipv6-address/prefix: | ipv6-address | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | ||
x — 0 to FFFF (hexadecimal) | ||
d — 0 to 255 (decimal) | ||
prefix-length | 1 to 128 (7210 SAS-D, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C) 1 to 64 (7210 SAS-Dxp) |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command enables the context to configure ICMPv6 parameters for the interface.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures the rate for ICMPv6 packet-too-big messages.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures the rate for ICMPv6 param-problem messages.
7210 SAS-D, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures the rate for ICMPv6 redirect messages. When configured, ICMPv6 redirects are generated when routes are not optimal on the router and another router on the same subnetwork has a better route to alert that node that a better route is available.
The no form of this command disables ICMPv6 redirects.
100 10 (when IPv6 is enabled on the interface)
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures rate for ICMPv6 time-exceeded messages.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures the rate for ICMPv6 unreachable messages. When enabled, ICMPv6 host and network unreachable messages are generated by this interface.
The no form of this command disables the generation of ICMPv6 host and network unreachable messages by this interface.
100 10 (when IPv6 is enabled on the interface)
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures the link local address.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command enables local proxy neighbor discovery on the interface.
The no form of this command disables local proxy neighbor discovery.
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command configures a proxy neighbor discovery policy for the interface.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command configures an IPv6-to-MAC address mapping on the interface. Use this command if a directly attached IPv6 node does not support ICMPv6 neighbor discovery, or for some reason, a static address must be used. This command can only be used on Ethernet media.
The ipv6-address must be on the subnet that was configured from the IPv6 address command or a link-local address.
ipv6-address: | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command enables the context to configure router advertisement on IPV6 interfaces. By default, it is disabled for all IPv6-enabled interfaces.
The no form of this command disables router advertisement on all IPv6 interfaces.
no router-advertisement
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures router advertisement properties on a specified IPv6 interface. The interface name must already exist in the config>router>interface>ipv6 context.
The no form of this command disables the specifies IPv6 interface.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command enables the router to advertise the hop-limit in ICMPv6 Neighbor Discovery (ND) router advertisement messages.
The no form of this command disables the advertising of the hop-limit in ICMPv6 ND router advertisement messages by the router.
no current-hop-limit
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command enables the “managed-config-flag” to be advertised in ICMPv6 ND router advertisement messages.
The no form of this command disables the advertising of the “managed-config-flag” in ICMPv6 router advertisement messages.
no managed-configuration
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the maximum interval between sending ICMPv6 ND router advertisement messages.
The no form of this command disables the setting of a maximum interval between sending ICMPv6 ND router advertisement messages.
no max-advertisement-interval
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the minimum interval between sending ICMPv6 ND router advertisement messages.
The no form of this command disables the setting of a minimum interval between sending ICMPv6 ND router advertisement messages.
no min-advertisement-interval
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the MTU for sending packets to the router.
The no form of this command disables the sending of MTU in the router advertisement messages
no mtu
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command enables the “other-config-flag” to be advertised in ICMPv6 ND router advertisement messages.
The no form of this command disables the advertising of the “other-config-flag” in ICMPv6 router advertisement messages.
no other-stateful-configuration
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the IPv6 prefix to include in router advertisement messages. To support multiple IPv6 prefixes, use multiple prefix statements.
The no form of this command disables the inclusion of an IPv6 prefix in router advertisement messages.
no prefix
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) | ||
ipv6-prefix-length | 0 to 128 (7210 SAS-D, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C) 0 to 64 (7210 SAS-Dxp) |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command specifies whether the prefix can be used for a stateless address autoconfiguration.
The no form of this command disables the prefix to be used for a stateless address autoconfiguration.
autonomous
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command specifies whether the prefix can be used for onlink determination.
The no form of this command disables the prefix to be used for onlink determination.
on-link
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the remaining time, in seconds, that this prefix will continue to be preferred (time until deprecation). The address generated from a deprecated prefix should not be used as a source address in new communications. However, packets received on such an interface are processed as expected.
The no form of this command does disables the configuration of the time until deprecation for the prefix.
no preferred-lifetime
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command specifies the length of time, in seconds, that the prefix is valid for the purpose of onlink determination. The address generated from an invalidated prefix should not appear as the destination or source address of a packet.
The no form of this command disables configuration of the time that the prefix is valid for the purpose of onlink determination.
no valid-lifetime
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures how long the router should be considered reachable by other nodes on the link after receiving a reachability confirmation.
The no form of this command disables the configuration of how long the router should be considered reachable.
no reachable-time
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the retransmission frequency of neighbor solicitation messages.
The no form of this command disables the configuration of the retransmission frequency of neighbor solicitation messages.
no retransmit-time
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C
This command configures the router lifetime.
The no form of this command disables the configuration of the router lifetime.
no router-lifetime
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command displays aggregate routes.
Supported on all 7210 SAS platforms as described in this document
This command displays the router ARP table sorted by IP address. If no command line options are specified, all ARP entries are displayed.
The following output is an example of router ARP table information, and Table 8 describes the output fields.
Label | Description |
IP Address | Displays the IP address of the ARP entry |
MAC Address | Displays the MAC address of the ARP entry |
Expiry | Displays the age of the ARP entry |
Type | Dyn — The ARP entry is a dynamic ARP entry Inv — The ARP entry is an inactive static ARP entry (invalid) Oth — The ARP entry is a local or system ARP entry Sta — The ARP entry is an active static ARP entry |
Int | Specifies that the ARP entry is an internal ARP entry |
[I} | Specifies that the ARP entry is in use |
Interface | Displays the IP interface name associated with the ARP entry |
No. of ARP Entries | Displays the number of ARP entries displayed in the list |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C.
This command displays information about the IPv6 neighbor cache.
The following output is an example of neighbor information, and Table 9 describes the output fields.
Label | Description |
IPv6 Address | Displays the IPv6 address |
Interface | Displays the name of the IPv6 interface name |
MAC Address | Specifies the link-layer address |
State | Displays the current administrative state |
Exp | Displays the number of seconds until the entry expires |
Type | Displays the type of IPv6 interface |
Interface | Displays the interface name |
Rtr | Specifies whether a neighbor is a router |
Dynamic | The Ipv6 neighbor entry is a dynamic neighbor entry |
Static | The Ipv6 neighbor entry is an active static neighbor entry |
Managed | The Ipv6 neighbor entry is a managed neighbor entry |
Mtu | Displays the MTU size |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays DHCP information for the specified service.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays local DHCP or DHCP 6server information.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays information about declined addresses.
The following output is an example of declined addresses information, and Table 10 describes the output fields.
Label | Description |
Pool | Displays the name of the DHCP address pool |
PPoe User Name/Option 82 Circuit ID | Displays the PPoE username or Option 82 circuit ID |
Subnet | Displays the subnet of the DHCP address pool |
Time | Displays the time that the address was declined |
IP Address | Displays the declined IP address |
MAC Address | Displays the declined MAC address |
Type | Displays the type of pool |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays the free addresses in a subnet.
The following output is an example of free addresses information, and Table 11 describes the output fields.
Label | Description |
IP Address | The free IP address |
No. of free addresses | Displays the number of free IP addresses |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays the DHCP leases.
The command with no parameters will show all leases from the local-user-db.
The following output is an example of DHCP lease information, and Table 12 describes the output fields.
Label | Description |
IP Address | The leased IP address |
PPoE user name/Opt82 Circuit Id | The PPoE username or Option 82 circuit ID |
Lease State | The state of the lease. The state can be:
|
Mac Address | The MAC address |
Remaining LifeTime | The remaining time left in the lease |
Clnt Type | The type of client |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays DHCP or DHCP6 server statistics.
The following output is an example of server stats information, and Table 13 describes the output fields.
Label | Description |
Rx Discover Packets | The number of DHCPDISCOVER (option 53 with value 1) packets received by the DHCP server |
Rx Request Packets | The number of DHCPREQUEST (option 53 with value 3) packets received by the DHCP server |
Rx Release Packets | The number of DHCPRELEASE (option 53 with value 7) packets received by the DHCP server |
Rx Decline Packets | The number of DHCPDECLINE (option 53 with value 4) packets received by the DHCP server |
Rx Inform Packets | The number of DHCPINFORM (option 53 with value 8) packets received by the DHCP server |
Tx Offer Packets | The number of DHCPOFFER (option 53 with value 2) packets sent by the DHCP server |
Tx Ack Packets | The number of DHCPACK (option 53 with value 5) packets sent by the DHCP server |
Tx Nak Packets | The number of DHCPNAK (option 53 with value 6) packets sent by the DHCP server |
Tx Forcerenew Packets | The number of DHCPFORCERENEW (option 53 with value 9) packets sent by the DHCP server |
Client Ignored Offers | The number of DHCPOFFER (option 52 with value 2) packets sent by the DHCP server that were ignored by the clients |
Leases Timed Out | The number of DHCP leases that timed out without renewal |
Dropped Bad Packet | The number of DHCP packets received that were corrupt |
Dropped Invalid Type | The number of DHCP packets received that had an invalid message type (option 53) |
Dropped No User Database | The number of DHCP packets dropped because the user-db value of the server was not equal to the default value and a local user database with that name could not be found |
Dropped Unknown Host | The number of DHCP packets dropped from hosts that were not found in the user database when use-gi-address was disabled |
Dropped User Not Allowed | The number of DHCP packets dropped from hosts, which have no specified address or pool, that were found in the user database while use-gi-address was disabled |
Dropped Lease Not Ready | The number of DHCP packets dropped by the server before the lease database was ready |
Dropped Lease Not Found | The number of DHCP packets dropped by the server because no valid lease was found |
Dropped Not Serving Pool | The number of DHCP packets dropped by the server because there were no free addresses in the pool |
Dropped Invalid User | The number of DHCP packets dropped by the server because the MAC address of the sender or the Option 82 did not match the host lease state |
Dropped Overload | The number of DHCP packets dropped by the server because they were received in excess of what the server can process |
Dropped Persistence Overload | The number of DHCP packets dropped by the server because they were received in excess of what the DHCP persistence system can process. If this occurs, only releases and declines are processed. |
Dropped Generic Error | The number of DHCP packets dropped by the server because of a generic error |
Dropped Destined to Other | The number of DHCP requests dropped by the server because the broadcast request was not addressed to this server |
Dropped Address Unavailable | The number of DHCP requests dropped by the server because the requested address is not available |
Dropped Max Leases Reached | The number of DHCP packets dropped by the server because the maximum number of leases was reached |
Dropped Server Shutdown | The number of DHCP packets dropped by the server during server shutdown |
Dropped No Subnet For Fixed IP | The number of DHCP packets dropped by the server for user-db hosts with a fixed address because the subnet to which the address belongs is not configured |
Dropped Duplicate From Diff GI | The number of DHCP requests dropped by the server because they were received from a different Gateway IP address within an interval of 10 s after the previous DHCP request |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays extended statistics per DHCPv4 subnet in local DHCPv4 server.
The following statistics are included in the output:
For each statistic (except for provisioned addresses), there is current value and peak value, peak value is the highest value since subnet creation or last reset via the clear router rt-id dhcp local-dhcp-server svr-name subnet-ext-stats command.
When parameter pool is used, the statistics of each subnet in the pool will be displayed.
The following output is an example of subnet extended statistics information, and Table 14 describes the output fields.
Label | Description |
Current | The current value of the statistic |
Peak | The highest value reached by the statistic since subnet creation or the last subnet statistics clearing operation |
TimeStamp | The date and time of the current statistics capture |
Offered Leases | The number of leases offered from the subnet |
Stable Leases | The number of stable leases in the subnet |
Provisioned Addresses | The number of provisioned addresses in the subnet |
Used Addresses | The number of used addresses in the subnet |
Free Addresses | The number of free addresses in the subnet |
Used Pct | The percentage of used addresses in the subnet |
Free Pct | The percentage of free addresses in the subnet |
Last Reset Time | The date and time of the last subnet statistics clearing operation |
Number of entries | The total number of subnet entries |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays subnet statistics.
The following output is an example of subnet-stats information, and Table 15 describes the output fields.
Label | Description |
Subnet | The subnet of the pool |
Free | The number of free leases in the subnet |
FRPending | The number of leases in the subnet that are pending a force renew |
Offered | The number of offered leases in the subnet |
RemPending | The number of leases in the subnet that are pending removal |
Stable | The number of stable leases in the subnet |
Declined | The number of declined leases in the subnet |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command displays DHCP server summary information.
The following output is an example of summary information, and Table 16 describes the output fields.
Label | Description |
Admin State | The administrative state of the DHCP server |
Persistency State | The persistence state of the DHCP server |
User Data Base | Indicates whether the DHCP server uses a user database |
Use gateway IP address | Indicates whether the DHCP server uses GIADDR |
Send force-renewals | Indicates whether the DHCP server sends FORCERENEW messages |
Operational State | The operational state of the DHCPv6 server |
Persistency State | The persistence state of the DHCPv6 server |
Use Link Address | Indicates whether use-link-address is enabled, and, if enabled, the scope |
Use pool from client | Indicates whether use-pool-from-client is enabled |
Creation Origin | The creation method of the DHCPv6 server |
Lease Hold Time | The lease retention time configured using the lease-hold-time command |
Lease Hold Time For | The lease being held by the DHCPv6 server |
User-ident | The user identification method configured using the user-ident command |
Interface-id-mapping | Indicates whether interface ID mapping is enabled |
Ignore-rapid-commit | Indicates whether the DHCPv6 server is configured to ignore rapid committing |
Allow-lease-query | Indicates whether the DHCPv6 server allows lease query messages |
Pool | |
Subnet | The subnet of the pool |
Free | The number of free IP addresses in the subnet |
Stable | The number of stable IP addresses in the subnet |
Declined | The number of declined IP addresses in the subnet |
Offered | The number of offered IP addresses in the subnet |
Remove-pending | The number of IP addresses pending removal in the subnet |
Associations | |
Associations | The name of the associated interface |
Admin | The administrative state of the interface |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command lists the local DHCP servers.
The following output is an example of DHCP server information, and Table 17 describes the output fields.
Label | Description |
Active Leases | The number of active leases |
Maximum Leases | The maximum number of leases available |
Router | The name of the router |
Server | The name of the DHCP or DHCPv6 server |
Admin State | The administrative state of the DHCP or DHCPv6 server |
Supported on all 7210 SAS platforms as described in this document
This command displays statistics for DHCP relay and DHCP snooping.
If no IP address or interface name is specified, then all configured interfaces are displayed.
If an IP address or interface name is specified, then only data regarding the specified interface is displayed.
The following output is an example of DHCP statistics information, and Table 18 describes the output fields.
Label | Description |
Received Packets | The number of packets received from the DHCP clients |
Transmitted Packets | The number of packets transmitted to the DHCP clients |
Received Malformed Packets | The number of malformed packets received from the DHCP clients |
Received Untrusted Packets | The number of untrusted packets received from the DHCP clients |
Client Packets Discarded | The number of packets received from the DHCP clients that were discarded |
Client Packets Relayed | The number of packets received from the DHCP clients that were forwarded |
Client Packets Snooped | The number of packets received from the DHCP clients that were snooped |
Server Packets Discarded | The number of packets received from the DHCP server that were discarded |
Server Packets Relayed | The number of packets received from the DHCP server that were forwarded |
Server Packets Snooped | The number of packets received from the DHCP server that were snooped |
Supported on all 7210 SAS platforms as described in this document
This command displays the status of the DHCP relay and DHCP snooping functions on each interface.
The following output is an example of DHCP summary information, and Table 19 describes the output fields.
Label | Description |
Interface Name | Name of the router interface |
ARP Populate | Indicates whether ARP populate is enabled |
Used/Provided | Indicates the number of used and provided DHCP leases |
Info Option | Indicates whether Option 82 processing is enabled on the interface |
Admin State | Indicates the administrative state |
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command isplays DHCP statistics information.
The following output is an example of DHCP statistics information, and Table 20 describes the output fields.
Label | Description |
Received Packets | The number of packets received from the DHCP clients. Includes DHCP packets received from both DHCP client and DHCP server. |
Transmitted Packets | The number of packets transmitted to the DHCP clients. Includes DHCP packets transmitted from both DHCP client and DHCP server. |
Received Malformed Packets | The number of corrupted/invalid packets received from the DHCP clients. Includes DHCP packets received from both DHCP client and DHCP server. |
Received Untrusted Packets | The number of untrusted packets received from the DHCP clients. In this case, a frame is dropped due to the client sending a DHCP packet with Option 82 filled in before “trust” is set under the DHCP interface command. |
Client Packets Discarded | The number of packets received from the DHCP clients that were discarded |
Client Packets Relayed | The number of packets received from the DHCP clients that were forwarded |
Client Packets Snooped | The number of packets received from the DHCP clients that were snooped |
Server Packets Discarded | The number of packets received from the DHCP server that were discarded |
Server Packets Relayed | The number of packets received from the DHCP server that were forwarded |
Server Packets Snooped | The number of packets received from the DHCP server that were snooped |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command displays the ECMP settings for the router.
![]() | Note: Weighted ECMP appears in the show output but is not supported on 7210 SAS platforms. |
The following output is an example of ECMP settings information, and Table 21 describes the output fields.
Label | Description |
Instance | Displays the router instance number |
Router Name | Displays the name of the router instance |
ECMP | False — ECMP is disabled for the instance True — ECMP is enabled for the instance |
Max-ECMP-Rtes | Displays the maximum amount of routes to be considered for ECMP |
Weight ECMP | False — Weighted ECMP is disabled |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command displays the active FIB entries for a specific IOM.
ipv4-prefix | a.b.c.d (host bits must be 0) | |
ipv4-prefix-length | 0 to 32 | |
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) | ||
ipv6-prefix-length | 0 to 128 (7210 SAS-D, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C) 0 to 64 (7210 SAS-Dxp) |
The following output is an example of FIB BGP PIC information, and Table 22 describes the output fields.
![]() | Note: The following output applies to the 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C only. |
Label | Description |
Prefix[Flags] | The route destination address and mask |
Protocol | The active protocol (LOCAL, STATIC, OSPF, ISIS, AGGREGATE, BGP, RIP, or BGP-VPN) |
Next Hop | The next-hop or indirect next-hop IP address for the route destination |
Total Entries | The total number of next-hop entries |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C.
This command displays ICMPv6 statistics. ICMPv6 generates error messages to report errors during processing and other diagnostic functions. ICMPv6 packets can be used in the neighbor discovery protocol.
The following output is an example of ICMP6 information, and Table 23 describes the output fields.
Label | Description |
Total | The total number of all messages |
Destination Unreachable | The number of message that did not reach the destination |
Time Exceeded | The number of messages that exceeded the time threshold |
Echo Request | The number of echo requests |
Router Solicits | The number of times the local router was solicited |
Neighbor Solicits | The number of times the neighbor router was solicited |
Errors | The number of error messages |
Redirects | The number of packet redirects |
Pkt Too big | The number of packets that exceed appropriate size |
Echo Reply | The number of echo replies |
Router Advertisements | The number of times the router advertised its location |
Neighbor Advertisements | The number of times the neighbor router advertised its location |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C.
This command displays ICMPv6 statistics for a specified interface. If the interface-name parameter is not entered, ICMPv6 statistics for all interfaces are displayed.
Table 24 describes the router ICMP6 interface output fields.
Label | Description |
Total | The total number of all messages |
Destination Unreachable | The number of message that did not reach the destination |
Time Exceeded | The number of messages that exceeded the time threshold |
Echo Request | The number of echo requests |
Router Solicits | The number of times the local router was solicited |
Neighbor Solicits | The number of times the neighbor router was solicited |
Errors | The number of error messages |
Redirects | The number of packet redirects |
Pkt Too big | The number of packets that exceed appropriate size |
Echo Reply | The number of echo replies |
Router Advertisements | The number of times the router advertised its location |
Neighbor Advertisements | The number of times the neighbor router advertised its location |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 2F1C2T, and 7210 SAS-K 3SFP+ 8C.
This command displays the router IP interface table sorted by interface index.
![]() | Note: The 7210 SAS-K 2F6C4T does not support IPv6 parameters and options. |
ipv4-address - | a.b.c.d (host bits must be 0) | |
ipv6-address - | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) |
The following outputs are examples of router IP interface information. The associated tables describe the output fields.
Label | Description |
Interface-Name | The IP interface name |
Type | n/a — No IP address has been assigned to the IP interface, so the IP address type is not applicable Pri — The IP address for the IP interface is the Primary address on the IP interface |
IP-Address | The IP address and subnet mask length of the IP interface. n/a — Indicates no IP address has been assigned to the IP interface |
Adm | Down — The IP interface is administratively disabled Up — The IP interface is administratively enabled |
Opr | Down — The IP interface is operationally disabled Up — The IP interface is operationally disabled |
Mode | Network — The IP interface is a network/core IP interface |
Port | The physical network port associated with the IP interface |
Label | Description |
If Name | The IP interface name |
Admin State | Down — The IP interface is administratively disabled Up — The IP interface is administratively enabled |
Oper State | Down — The IP interface is operationally disabled Up — The IP interface is operationally enabled |
IP Addr/ mask | The IP address and subnet mask length of the IP interface. Not Assigned — Indicates no IP address has been assigned to the IP interface |
If Index | The interface index of the IP router interface |
Virt If Index | The virtual interface index of the IP router interface |
Last Oper Change | The last change in operational status |
Global If Index | The global interface index of the IP router interface |
If Type | Network — The IP interface is a network/core IP interface |
SNTP B.cast | Displays if the broadcast-client global parameter is configured |
QoS Policy | The QoS policy ID associated with the IP interface |
MAC Address | The MAC address of the interface |
Arp Timeout | The ARP timeout for the interface, in seconds, which is the time an ARP entry is maintained in the ARP cache without being refreshed |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C.
![]() | Note: 7210 SAS-K 2F6C4T does not support the IPv6 parameters and options. |
This command displays the active routes in the routing table.
If no command line arguments are specified, all routes are displayed, sorted by prefix.
ipv4-prefix | a.b.c.d (host bits must be 0) | |
ipv4-prefix-length | 0 to 32 | |
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) | ||
ipv6-prefix-length | 0 to 128 (7210 SAS-D, 7210 SAS-K 2F1C2T, 7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C) 0 to 64 (7210 SAS-Dxp) |
The following outputs are examples of route table information. The associated tables describe the output fields.
Label | Description |
Dest Address | The route destination address and mask |
Next Hop | The next hop IP address for the route destination |
Type | Local — The route is a local route Remote — The route is a remote route |
Protocol | The protocol through which the route was learned |
Age | The route age in seconds for the route |
Metric | The route metric value for the route |
Pref | The route preference value for the route |
Label | Description |
Active | The number of installed active routes in the FIB |
Available | The number of uninstalled routes available in the RIB |
Static | The number of static routes in the FIB |
Direct | The number of direct routes (local subnets, including loopback) in the routing FIB |
Total | The total number of routes |
![]() | Note: The following output applies to the 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C only. |
Label | Description |
Dest Prefix | The route destination address and mask |
[Flags] | n — Number of times nexthop is repeated B — BGP backup route L — Loop-free alternate next hop S — Sticky ECMP requested |
Next Hop | The next-hop IP address for the route destination |
Type | Local — the route is a local route Remote — the route is a remote route |
Proto | The protocol through which the route was learned |
Age | The route age in seconds for the route |
Metric | The route metric value for the route |
Pref | The route preference value for the route |
No. of Routes | The number of routes displayed in the list |
Alt-NextHop | The LFA next hop to use if the primary next hop is not reachable |
Alt-Metric | The metric value for secondary next hops |
7210 SAS-Dxp, 7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C
This command displays IPv6 router advertisement information.
If no command line arguments are specified, all IPv6 router advertisement information is displayed, sorted by prefix.
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) | ||
ipv6-prefix-length | 0 to 128 (7210 SAS-K 2F6C4T, 7210 SAS-K 3SFP+ 8C) 0 to 64 (7210 SAS-Dxp) |
The following output is an example of router advertisement information, and Table 30 describes the output fields.
Label | Description |
Rtr Advertisement Tx/Last Sent | The number of router advertisements sent and time since they were sent |
Nbr Solicitation Tx | The number of neighbor solicitations sent and time since they were sent |
Nbr Advertisement Tx | The number of neighbor advertisements sent and time since they were sent |
Rtr Advertisement Rx | The number of router advertisements received and time since they were received |
Nbr Advertisement Rx | The number of neighbor advertisements received and time since they were received |
Max Advert Interval | The maximum interval between sending router advertisement messages |
Managed Config | True — Indicates that DHCPv6 is configured |
False — Indicates that DHCPv6 is not available for address configuration | |
Reachable Time | The time, in milliseconds, that a node assumes a neighbor is reachable after receiving a reachability confirmation |
Retransmit Time | The time, in milliseconds, between retransmitted neighbor solicitation messages |
Link MTU | The MTU number the nodes use for sending packets on the link |
Rtr Solicitation Rx | The number of router solicitations received and time since they were received |
Nbr Solicitation Rx | The number of neighbor solicitations received and time since they were received |
Min Advert Interval | The minimum interval between sending ICMPv6 neighbor discovery router advertisement messages |
Other Config | True — Indicates there are other stateful configurations |
False — Indicates there are no other stateful configurations | |
Router Lifetime | Displays the router lifetime in seconds |
Hop Limit | Displays the current hop limit |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C.
This command displays the router static ARP table information.
If no command line arguments are specified, all static ARP table information is displayed, sorted by prefix.
The following output is an example of static-arp information, and Table 31 describes the output fields.
Label | Description |
IP Address | The IP address of the static ARP entry |
MAC Address | The MAC address of the static ARP entry |
Age | The age of the ARP entry. Static ARPs always have 00:00:00 for the age. |
Type | Inv — The ARP entry is an inactive static ARP entry (invalid) |
Sta — The ARP entry is an active static ARP entry | |
Interface | The IP interface name associated with the ARP entry |
No. of ARP Entries | The number of ARP entries displayed in the list |
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
![]() | Note: 7210 SAS-K 2F6C4T does not support the IPv6 parameters and options. |
This command displays the static entries in the routing table.
If no command line arguments are specified, all static routes information is displayed, sorted by prefix.
ipv4-prefix - | a.b.c.d (host bits must be 0) | |
ipv6-prefix - | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) | ||
ipv4-prefix-length — | 0 to 32 | |
ipv6-prefix-length — | 0 to 128 (7210 SAS-D, 7210 SAS-K 2F1C2T, 7210 SAS-K 3SFP+ 8C) 0 to 64 (7210 SAS-Dxp) |
ipv4-address - | a.b.c.d (host bits must be 0) | |
ipv6-address - | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
d - 0 to 255 (decimal) |
The following output is an example of static route information, and Table 32 describes the output fields.
Label | Description |
IP Addr/mask | The static route destination address and mask |
Pref | The route preference value for the static route |
Metric | The route metric value for the static route |
Type | BH — The static route is a black hole route. The next hop for this type of route is black-hole. |
NH — The route is a static route with a directly connected next hop. The next hop for this type of route is either the next hop IP address or an egress IP interface name. | |
Next Hop | The next hop for the static route destination |
Protocol | The protocol through which the route was learned |
Interface | The egress IP interface name for the static route n/a — Indicates there is no current egress interface because the static route is inactive or a black hole route |
Active | N — The static route is inactive; for example, the static route is disabled or the next hop IP interface is down. |
Y — The static route is active. | |
No. of Routes | The number of routes displayed in the list |
Supported on all 7210 SAS platforms as described in this document
![]() | Note: 7210 SAS-K 2F6C4T does not support the IPv6 parameters and options. |
This command displays the router status.
The following output is an example of router status information, and Table 33 describes the output fields.
Label | Description |
Router | The administrative and operational states for the router |
Max Routes | The maximum number of routes configured for the system |
Total Routes | The total number of routes in the route table |
7210 SAS-K 2F6C4T and 7210 SAS-K 3SFP+ 8C.
This command displays tunnel table information.
The following output is an example of router tunnel table information, and Table 34 describes the output fields.
Label | Description |
Destination | The route destination address and mask |
Owner | Specifies the tunnel owner |
Encap | Specifies the tunnel encapsulation type |
Tunnel ID | Specifies the tunnel (SDP) identifier |
Pref | Specifies the route preference for routes learned from the configured peer(s) |
Nexthop | The next hop for the route destination |
Metric | The route metric value for the route |
Supported on all 7210 SAS platforms as described in this document
This command enables the context to clear information for the specified router instance.
Supported on all 7210 SAS platforms as described in this document
This command clears all or specific ARP entries.
The scope of ARP cache entries cleared depends on the command line option(s) specified.
Supported on all 7210 SAS platforms as described in this document
This command clears ICMP statistics.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command enables the context to clear and reset DHCP entities.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command clears DHCP server data.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command clears declined DHCP addresses.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command clears DHCP leases.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command clears all server statistics.
7210 SAS-K 2F6C4Tand 7210 SAS-K 3SFP+ 8C
This command clears DHCP statistics.
7210 SAS-D, 7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command clears IPv6 neighbor information.
ipv6-address: | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
| d - 0 to 255 (decimal) |
7210 SAS-Dxp, 7210 SAS-K 2F6C4T, and 7210 SAS-K 3SFP+ 8C
This command clears all IPV6 router advertisement counters.
Supported on all 7210 SAS platforms as described in this document
This command configures debugging for a router instance.
Supported on all 7210 SAS platforms as described in this document
This command configures debugging for IP.
Supported on all 7210 SAS platforms as described in this document
This command configures route table debugging.
Supported on all 7210 SAS platforms as described in this document
This command enables ICMP debugging.
Supported on all 7210 SAS platforms as described in this document, except 7210 SAS-K 2F1C2T
This command enables ICMP6 debugging.
Supported on all 7210 SAS platforms as described in this document
This command displays the router IP interface table sorted by interface index.
Supported on all 7210 SAS platforms as described in this document
This command enables debugging for IP packets.
The no form of this command disables debugging for IP packets. If a protocol-id was previously specified, it will be removed from the criteria.
ipv4-address - | a.b.c.d (host bits must be 0) | |
ipv6-address - | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - 0 to FFFF (hexadecimal) | ||
| d - 0 to 255 (decimal) |
Supported on all 7210 SAS platforms as described in this document
This command configures route table debugging.