d Commands – Part I
d-path-ignore
d-path-ignore
Syntax
[no] d-path-ignore
Context
[Tree] (config>service>system>bgp-evpn>ad-per-evi-routes d-path-ignore)
Full Context
configure service system bgp-evpn ad-per-evi-routes d-path-ignore
Description
This command makes the router ignore the Domain PATH attribute (D-PATH) when BGP computes the best path selection for received routes.
The no form of this command considers the D-PATH length and value as a tiebreaker in determining the best-path selection. In accordance with draft-sr-bess-evpn-dpath, the router compares the D-PATH attribute received in AD per-EVI routes with the same key as follows:
- The routes with the shortest D-PATH are preferred; therefore, routes not tied for the shortest D-PATH are removed. Routes without D-PATH are considered zero-length D-PATH.
- The routes with the numerically lowest left-most Domain-ID are preferred; therefore, routes not tied for the numerically lowest left-most Domain-ID are removed from consideration.
Default
no d-path-ignore
Platforms
All
d-path-length-ignore
d-path-length-ignore
Syntax
[no] d-path-length-ignore
Context
[Tree] (config>service>vprn>bgp>path-selection d-path-length-ignore)
[Tree] (config>service>vprn d-path-length-ignore)
[Tree] (config>router>bgp>path-selection d-path-length-ignore)
Full Context
configure service vprn bgp best-path-selection d-path-length-ignore
configure service vprn d-path-length-ignore
configure router bgp best-path-selection d-path-length-ignore
Description
This command enables and disables the ability of the router to ignore D-PATH domain segment length during best-path selection. At the base router level (or vprn>bgp level for PE-CE routers), this command allows BGP to ignore the D-PATH domain segment length for best-path selection purposes. The D-PATH length is ignored when comparing two VPN routes or two IFL routes within the same RD. However, these VPN/IFL routes are processed in Main-BGP instance.
At the VPRN router level, this command allows the VPRN RTM to ignore the D-PATH domain segment length for best path selection purposes (for routes in VPRN). The user can control whether the D-PATH length is considered when two VPN routes with different RDs are compared.
Best-path selection for EVPN-IFF routes against other owners (for example, EVPN-IFL or IPVPN) still relies on RTM preference. When EVPN-IFF RTM preference matches the RTM preference of another BGP owner, the existing RTM selection applies and D-PATH is not considered, irrespective of the d-path-length-ignore configuration.
The no form of this command disables the ability to ignore the D-PATH domain segment length.
Default
no d-path-length-ignore
Platforms
All
dack-timeout
dack-timeout
Syntax
dack-timeout dack-timeout
no dack-timeout
Context
[Tree] (config>app-assure>group>tcp-optimizer dack-timeout)
Full Context
configure application-assurance group tcp-optimizer dack-timeout
Description
This command configures a delayed ACK (DACK) timeout for the TCP optimizer. By entering this command a default of 200 ms timeout is enabled for delayed acknowledgment. This value is not configurable.
The no form of this command disables the delayed acknowledgment timeout.
Default
no dack-timeout
Parameters
- dack-timeout
-
Specifies the delayed acknowledgment timeout in ms.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
dad-disable
dad-disable
Syntax
[no] dad-disable
Context
[Tree] (config>router>if>ipv6 dad-disable)
[Tree] (config>service>vprn>if>ipv6 dad-disable)
[Tree] (config>service>ies>if>ipv6 dad-disable)
Full Context
configure router interface ipv6 dad-disable
configure service vprn interface ipv6 dad-disable
configure service ies interface ipv6 dad-disable
Description
This command disables duplicate address detection (DAD) on the interface. When dad-disable is configured on the interface, the router does not perform a DAD check and all IPv6 addresses on the interface immediately enter a preferred state without checking for uniqueness on the interface. This command is useful when an interface enters a looped state during troubleshooting and becomes operationally disabled when the loop is detected; a manual intervention is required to clear the DAD violation.
The no form of this command enables duplicate address detection (DAD) on the interface.
Default
no dad-disable
Platforms
All
dad-snooping
dad-snooping
Syntax
[no] dad-snooping
Context
[Tree] (config>service>vprn>sub-if>grp-if>ipv6>nd dad-snooping)
[Tree] (config>service>ies>sub-if>grp-if>ipv6>nd dad-snooping)
Full Context
configure service vprn subscriber-interface group-interface ipv6 nd dad-snooping
configure service ies subscriber-interface group-interface ipv6 nd dad-snooping
Description
This command allows the router to populate the neighbor discovery table through snooping subscribers’ duplicate address detection messages.
The no form of this command reverts to the default.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
damp-peer-oscillations
damp-peer-oscillations
Syntax
damp-peer-oscillations [idle-hold-time initial-wait second-wait max-wait] [error-interval error-interval]
Context
[Tree] (config>service>vprn>bgp>group>neighbor damp-peer-oscillations)
[Tree] (config>service>vprn>bgp>group damp-peer-oscillations)
[Tree] (config>service>vprn>bgp damp-peer-oscillations)
Full Context
configure service vprn bgp group neighbor damp-peer-oscillations
configure service vprn bgp group damp-peer-oscillations
configure service vprn bgp damp-peer-oscillations
Description
This command controls how long a BGP peer session remains in the idle-state after some type of error causes the session to reset. In the idle state, BGP does not initiate or respond to attempts to establish a new session. Repeated errors that occur a short while after each session reset cause longer and longer hold times in the idle state. This command supports the DampPeerOscillations FSM behavior described in section 8.1 of RFC 4271, A Border Gateway Protocol 4 (BGP-4).
The default behavior, which applies when no damp-peer-oscillations is configured, is to immediately transition out of the idle-state after every reset.
Default
no damp-peer-oscillations
Parameters
- initial-wait
-
Specifies the amount of time, in minutes, that a session remains in the idle-state after it has been stable for a while.
- second-wait
-
Specifies the period of time, in minutes, that is doubled after each repeated session failure that occurs within a relatively short span of time.
- max-wait
-
Specifies the maximum amount of time, in minutes, that a session remains in the idle-state after it has experienced repeated instability.
- error-interval
-
Specifies the interval of time, in minutes after a session reset, during which the session must be error-free in to reset the penalty counter and return to idle-hold-time to initial-wait.
Platforms
All
damp-peer-oscillations
Syntax
damp-peer-oscillations [idle-hold-time initial-wait second-wait max-wait] [error-interval error-interval]
Context
[Tree] (config>router>bgp damp-peer-oscillations)
[Tree] (config>router>bgp>group damp-peer-oscillations)
[Tree] (config>router>bgp>group>neighbor damp-peer-oscillations)
Full Context
configure router bgp damp-peer-oscillations
configure router bgp group damp-peer-oscillations
configure router bgp group neighbor damp-peer-oscillations
Description
This command controls how long a BGP peer session remains in the idle-state after some type of error causes the session to reset. In the idle state, BGP does not initiate or respond to attempts to establish a new session. Repeated errors that occur a short while after each session reset cause longer and longer hold times in the idle state. This command supports the DampPeerOscillations FSM behavior described in section 8.1 of RFC 4271, A Border Gateway Protocol 4 (BGP-4).
The default behavior, which applies when no damp-peer-oscillations is configured, is to immediately transition out of the idle-state after every reset.
Default
no damp-peer-oscillations
Parameters
- initial-wait
-
The amount of time, in minutes, that a session remains in the idle-state after it has been stable for a while.
- second-wait
-
A period of time, in minutes, that is doubled after each repeated session failure that occurs within a relatively short span of time.
- max-wait
-
The maximum amount of time, in minutes, that a session remains in the idle-state after it has experienced repeated instability.
- error-interval
-
The interval of time, in minutes after a session reset, during which the session must be error-free in order to reset the penalty counter and return from idle-hold-time to initial-wait.
Platforms
All
dampening
dampening
Syntax
dampening
Context
[Tree] (config>port>ethernet dampening)
Full Context
configure port ethernet dampening
Description
Commands in this context configure exponential port dampening for an Ethernet port.
Exponential Port Dampening (EPD) reduces the number of physical link transitions reported to upper layer protocols, potentially reducing upper layer protocol churn caused by a faulty link. Penalties are added against a port whenever the port’s physical link state transitions from a link up state to a link down state. When the penalties exceed a configurable threshold, port-up and port-down transitions are no longer advertised to upper layers and the port’s operational state will remain down until the penalty amount drops below a configurable reuse threshold. Each transition of link up state to link down state increments the accumulated penalty value by 1000. The accumulated penalties for a port are reduced at an exponential decay rate according to a configurable half-life parameter.
Platforms
All
damping
damping
Syntax
[no] damping
Context
[Tree] (config>subscr-mgmt>bgp-prng-plcy damping)
Full Context
configure subscriber-mgmt bgp-peering-policy damping
Description
This command enables BGP route damping for learned routes which are defined within the route policy. Use damping to reduce the number of update messages sent between BGP peers and reduce the load on peers without affecting the route convergence time for stable routes. Damping parameters are set via route the policy definition.
The no form of this command used at the global level disables route damping.
When damping is enabled and the route policy does not specify a damping profile, the default damping profile is used. This profile is always present and consists of the following parameters:
Half-life: |
15 minutes |
Max-suppress: |
60 minutes |
Suppress-threshold: |
3000 |
Reuse-threshold |
750 |
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
damping
Syntax
[no] damping
Context
[Tree] (config>service>vprn>bgp>group>neighbor damping)
[Tree] (config>service>vprn>bgp damping)
[Tree] (config>service>vprn>bgp>group damping)
Full Context
configure service vprn bgp group neighbor damping
configure service vprn bgp damping
configure service vprn bgp group damping
Description
This command enables BGP route damping for learned routes which are defined within the route policy. Use damping to reduce the number of update messages sent between BGP peers and reduce the load on peers without affecting the route convergence time for stable routes. Damping parameters are set via route policy definition.
The no form of this command used at the global level disables route damping.
The no form of this command used at the group level reverts to the value defined at the global level.
The no form of this command used at the neighbor level reverts to the value defined at the group level.
When damping is enabled and the route policy does not specify a damping profile, the default damping profile is used. This profile is always present and consists of the following parameters:
Half-life: 15 minutes
Max-suppress: 60 minutes
Suppress-threshold: 3000
Reuse-threshold: 750
Default
no damping — Learned route damping is disabled.
Platforms
All
damping
Syntax
[no] damping
Context
[Tree] (config>router>bgp>group damping)
[Tree] (config>router>bgp damping)
[Tree] (config>router>bgp>group>neighbor damping)
Full Context
configure router bgp group damping
configure router bgp damping
configure router bgp group neighbor damping
Description
This command enables BGP route damping for learned routes which are defined within the route policy. Use damping to reduce the number of update messages sent between BGP peers and reduce the load on peers without affecting the route convergence time for stable routes. Damping parameters are set via route policy definition.
The no form of this command used at the global level reverts route damping.
The no form of this command used at the group level reverts to the value defined at the global level.
The no form of this command used at the neighbor level reverts to the value defined at the group level.
When damping is enabled and the route policy does not specify a damping profile, the default damping profile is used. This profile is always present and consists of the following parameters:
-
Half-life: 15 minutes
-
Max-suppress: 60 minutes
-
Suppress-threshold: 3000
-
Reuse-threshold: 750
Default
no damping
Platforms
All
damping
Syntax
[no] damping name
Context
[Tree] (config>router>policy-options damping)
Full Context
configure router policy-options damping
Description
This command creates a context to configure a route damping profile to use in route policy entries.
The no form of this command deletes the named route damping profile.
Default
no damping
Parameters
- name
-
Specifies the damping profile name. Allowed values are any string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
damping
Syntax
damping {name | none}
no damping
Context
[Tree] (config>router>policy-options>policy-statement>default-action damping)
[Tree] (config>router>policy-options>policy-statement>entry>action damping)
Full Context
configure router policy-options policy-statement default-action damping
configure router policy-options policy-statement entry action damping
Description
This command configures a damping profile used for routes matching the route policy statement entry.
If no damping criteria is specified, the default damping profile is used.
The no form of this command removes the damping profile associated with the route policy entry.
Default
no damping
Parameters
- name
-
The damping profile name. Allowed values are any string up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes. Policy parameters must be enclosed by at-signs (@) and may be midstring; for example, "@variable@," "start@variable@end"," @variable@end", or "start@variable@".
The name specified must already be defined.
- none
-
Disables route damping for the route policy.
Platforms
All
data
data
Syntax
data [group grp-ip-address] [source ip-address] [detail]
no data
Context
[Tree] (debug>router>pim data)
Full Context
debug router pim data
Description
This command enables debugging for PIM data exception.
The no form of this command disables PIM data exception debugging.
Parameters
- grp-ip-address
-
Debugs information associated with the specified data exception.
- ip-address
-
Debugs information associated with the specified data exception.
- detail
-
Debugs detailed IP data exception information.
Platforms
All
data
Syntax
[no] data
Context
[Tree] (config>subscr-mgmt>git>trigger-packet data)
Full Context
configure subscriber-mgmt group-interface-template trigger-packet data
Description
This command enables data-trigger packets to be processed on dynamic SAPs. Data-trigger packets must also be enabled on the capture SAP.
The no form of this command disables the processing of data-trigger packets.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
data-delay-interval
data-delay-interval
Syntax
data-delay-interval seconds
no data-delay-interval
Context
[Tree] (config>service>vpls>provider-tunnel>inclusive data-delay-interval)
[Tree] (config>service>vpls>provider-tunnel>selective data-delay-interval)
Full Context
configure service vpls provider-tunnel inclusive data-delay-interval
configure service vpls provider-tunnel selective data-delay-interval
Description
This command configures the I-PMSI or S-PMSI data delay timer.
When used in I-PMSI trees, this delay timer allows time for the RSVP control plane to signal and bring up the S2L sub-LSP to each destination PE participating in the VPLS or B-VPLS service. The delay timer starts as soon as the P2MP LSP instance becomes operationally up under the inclusive node, for example, as soon as the first S2L sub-LSP is up. This occurs after configuring the configure service vpls provider-tunnel inclusive no shutdown command.
In general, it is started when the P2MP LSP instance transitions from the operationally down state to the up state.
For a mLDP P2MP LSP, the delay timer is started as soon as the P2MP FEC corresponding to the I-PMSI is resolved and installed at the root node. The user must factor in the value configured in the data-delay-interval at the root node, as well as any delay configured in the IGP-LDP sync timer on interfaces over the network, using the configure router interface ldp-sync-timer command.
This is because the mLDP P2MP LSP may move to a different interface at the expiry of this timer since the routing upstream of the LDP Label Mapping message may change when this timer expires and the interface metric is restored.
At the expiry of this timer, the VPLS or B-VPLS begins forwarding of BUM packets over the P2MP LSP instance even if not all the S2L paths are up.
When used for EVPN S-PMSI trees, the data delay interval determines the time the router takes to switch over the traffic from the Ingress Replication binds to the wildcard S-PMSI or from the wildcard S-PMSI to the S-PMSI, after the S-PMSI is created. This time should account for the time it takes for BGP to propagate the S-PMSI A-D route to the downstream PEs and the time it takes the downstream PEs to join the tree all the way up to the root.
The no form of this command reinstates the default value for this delay timer.
Parameters
- seconds
-
Specifies the delay time value in seconds
Platforms
All
data-delay-interval
Syntax
data-delay-interval value
no data-delay-interval
Context
[Tree] (config>service>vprn>mvpn>pt>selective data-delay-interval)
Full Context
configure service vprn mvpn provider-tunnel selective data-delay-interval
Description
This command specifies the interval, in seconds, before a PE router connected to the source switches traffic from the inclusive provider tunnel to the selective provider tunnel.
This command is not applicable to multi-stream S-PMSI.
The no form of this command reverts the value to the default.
Default
data-delay-interval 3
Parameters
- value
-
Specifies the data delay interval, in seconds.
Platforms
All
data-delay-interval
Syntax
data-delay-interval value
no data-delay-interval
Context
[Tree] (config>router>gtm>provider-tunnel>selective data-delay-interval)
Full Context
configure router gtm provider-tunnel selective data-delay-interval
Description
This command specifies the interval, in seconds, before a PBR connected to the source switches traffic from the inclusive provider tunnel to the selective provider tunnel.
This command is not applicable to multi-stream S-PMSIs.
The no form of this command reverts the value to the default.
Default
data-delay-interval 3
Parameters
- value
-
Specifies the data delay interval, in seconds.
Platforms
All
data-encapsulation
data-encapsulation
Syntax
[no] data-encapsulation
Context
[Tree] (config>service>vprn>msdp data-encapsulation)
Full Context
configure service vprn msdp data-encapsulation
Description
This command configures a rendezvous point (RP) using Multicast Source Discovery Protocol (MSDP) to encapsulate multicast data received in MSDP register messages inside forwarded MSDP source-active messages.
Default
data-encapsulation
Platforms
All
data-encapsulation
Syntax
[no] data-encapsulation
Context
[Tree] (config>router>msdp data-encapsulation)
Full Context
configure router msdp data-encapsulation
Description
This command configures the rendezvous point (RP) to encapsulate multicast data received from MSDP register messages inside forwarded MSDP SA messages.
The no form of this command disables data encapsulation by the RP.
Default
data-encapsulation
Platforms
All
data-pattern
data-pattern
Syntax
data-pattern
Context
[Tree] (config>test-oam>sath>svc-test>svc-stream>frm-payl data-pattern)
Full Context
configure test-oam service-activation-testhead service-test service-stream frame-payload data-pattern
Description
Commands in this context configure the data pattern to populate the payload portion of the frame generated by the service activation testhead.
Platforms
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS
data-threshold
data-threshold
Syntax
data-threshold {c-grp-ip-addr/mask | c-grp-ip-addr netmask} s-pmsi-threshold [pe-threshold-add pe-threshold-add] [pe-threshold-delete pe-threshold-delete]
data-threshold c-grp-ipv6-addr/prefix-length s-pmsi-threshold [pe-threshold-add pe-threshold-add] [pe-threshold-delete pe-threshold-delete]
no data-threshold {c-grp-ip-addr/mask | c-grp-ip-addr netmask}
no data-threshold c-grp-ipv6-addr/prefix-length
Context
[Tree] (config>service>vprn>mvpn>pt>selective data-threshold)
[Tree] (config>service>vpls>provider-tunnel>selective data-threshold)
Full Context
configure service vprn mvpn provider-tunnel selective data-threshold
configure service vpls provider-tunnel selective data-threshold
Description
When used along with MVPN, this command specifies the data rate threshold that triggers the switch from the inclusive provider tunnel to the selective provider tunnel for (C-S, C-G) within the group range. Optionally, PE thresholds to create or delete ng-MVPN S-PMSI may also be specified. Omitting the PE thresholds, preserves the currently set value (or defaults if never set). Multiple statements (one per a unique group) are allowed in the configuration.
This command is not applicable to multi-stream S-PMSI.
This command for S-PMSI trees can also be used in EVPN services. The data-threshold command options are used in the same way as in MVPN when applied to EVPN, in particular the rate and PE thresholds.
The no form of this command removes the values from the configuration.
Default
no data-threshold
Parameters
- group-address/mask
-
Specifies a multicast group address and netmask length.
- c-grp-ip-addr/mask | c-grp-ip-addr netmask
-
Specifies an IPv4 multicast group address and netmask length or network mask.
- c-grp-ipv6-addr/prefix-length
-
Specifies an IPv6 multicast group address and prefix length.
- s-pmsi-threshold
-
Specifies the rate, in kb/s. If the rate for a (C-S, C-G)) within the specified group range exceeds the threshold, traffic for the (C-S, C-G) is switched to the selective provider tunnel. Threshold 0 is supported. When threshold 0 is configured, the (C-S, C-G) switches to S-PMSI as soon as it is learned in the MVPN and without traffic flowing for that (C-S, C-G).
- s-pmsi-threshold-add
-
Specifies the number of receiver PEs for creating S-PMSI. When the number of receiver PEs for a specified multicast group configuration is non-zero and below the threshold and BW threshold is satisfied, S-PMSI is created.
- s-pmsi-threshold-delete
-
Specifies the number of receiver PEs for deleting S-PMSI. When the number of receiver PEs for a specified multicast group configuration is above the threshold, S-PMSI is deleted and the multicast group is moved to I-PMSI or a wildcard S-PMSI. It is recommended that the delete threshold be significantly larger than the add threshold, to avoid re-signaling of S-PMSI as the receiver PE count fluctuates.
Platforms
All
data-threshold
Syntax
data-threshold {c-grp-ip-addr/mask | c-grp-ip-addr netmask} s-pmsi-threshold [pe-threshold-add pe-threshold-add] [pe-threshold-delete pe-threshold-delete]
data-threshold c-grp-ipv6-addr/prefix-length s-pmsi-threshold [pe-threshold-add pe-threshold-add] [pe-threshold-delete pe-threshold-delete]
no data-threshold {c-grp-ip-addr/mask | c-grp-ip-addr netmask}
no data-threshold c-grp-ipv6-addr/prefix-length
Context
[Tree] (config>router>gtm>provider-tunnel>selective data-threshold)
Full Context
configure router gtm provider-tunnel selective data-threshold
Description
This command specifies the data rate threshold that triggers the switch from the inclusive provider tunnel to the selective provider tunnel for (C-S, C-G) within the group range. Optionally, PBR thresholds for creating or deleting NG-MVPN S-PMSI may also be specified. Omitting the PBR thresholds preserves currently set values (or defaults if never set). Multiple statements (one per a unique group) are allowed in the configuration.
This command is not applicable to multi-stream S-PMSIs.
The no form of this command removes the values from the configuration.
Default
no data-threshold
Parameters
- c-grp-ip-addr/mask | c-grp-ip-addr netmask
-
Specifies an IPv4 multicast group address and netmask length or network mask.
- c-grp-ipv6-addr/prefix-length
-
Specifies an IPv6 multicast group address and prefix length.
- s-pmsi-threshold
-
Specifies the rate, in kb/s. If the rate for a (C-S, C-G) within the specified group range exceeds the threshold, traffic for the (C-S, C-G) is switched to the selective provider tunnel.
- s-pmsi-threshold-add
-
Specifies the number of receiver PBRs for creating S-PMSI. When the number of receiver PBRs for a specified multicast group configuration is non-zero and below the threshold and BW threshold is satisfied, S-PMSI is created.
- s-pmsi-threshold-delete
-
Specifies the number of receiver PBRs for deleting S-PMSI. When the number of receiver PBRs for a specified multicast group configuration is above the threshold, S-PMSI is deleted and the multicast group is moved to I-PMSI or a wildcard S-PMSI. It is recommended that the delete threshold be significantly larger than the add threshold to avoid re-signaling of S-PMSI as the receiver PBR count fluctuates.
Platforms
All
data-tlv-size
data-tlv-size
Syntax
data-tlv-size octets
no data-tlv-size
Context
[Tree] (config>oam-pm>session>ethernet>slm data-tlv-size)
[Tree] (config>oam-pm>session>ethernet>dmm data-tlv-size)
Full Context
configure oam-pm session ethernet slm data-tlv-size
configure oam-pm session ethernet dmm data-tlv-size
Description
This command allows the operator to add an optional Data TLV to PDU and increase the frame on the wire by the specified amount. Note that this command only configures the size of the padding added to the PDU, and does not configure the total size of the frame on the wire.
The no form of this command removes the optional TLV.
Parameters
- octets
-
Specifies the size, in octets, of the optional Data TLV.
Platforms
All
data-trigger
data-trigger
Syntax
data-trigger
Context
[Tree] (config>service>vprn>sub-if>grp-if data-trigger)
[Tree] (config>service>ies>sub-if>grp-if data-trigger)
Full Context
configure service vprn subscriber-interface group-interface data-trigger
configure service ies subscriber-interface group-interface data-trigger
Description
Commands in this context configure data-triggered subscriber management entities.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
data-triggered
data-triggered
Syntax
[no] data-triggered
Context
[Tree] (config>service>ies>sub-if>grp-if>sap>static-host-mgmt>mac-learning-options data-triggered)
[Tree] (config>service>vprn>sub-if>grp-if>sap>static-host-mgmt>mac-learning-options data-triggered)
Full Context
configure service ies subscriber-interface group-interface sap static-host-mgmt mac-learning-options data-triggered
configure service vprn subscriber-interface group-interface sap static-host-mgmt mac-learning-options data-triggered
Description
This command enables learning of MAC addresses from data packets.
The no form of this command disables learning of MAC addresses from data packets.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
data-triggered
Syntax
[no] data-triggered
Context
[Tree] (config>subscr-mgmt>wlan-gw>ue-query>state data-triggered)
Full Context
configure subscriber-mgmt wlan-gw ue-query state data-triggered
Description
This command enables matching on UEs currently in a data-triggered state. This query only filters UEs that are currently authenticating due to a data trigger, not UEs that were originally authenticated due to data trigger, such as those in an ESM, DSM, or portal state.
The no form of this command disables matching on UEs in a data-triggered state, unless all state matching is disabled.
Default
no data-triggered
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
data-triggered-ue-creation
data-triggered-ue-creation
Syntax
data-triggered-ue-creation [arp] [ospf]
no data-triggered-ue-creation
Context
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>ranges>range data-triggered-ue-creation)
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>ranges>range data-triggered-ue-creation)
Full Context
configure service vprn subscriber-interface group-interface wlan-gw vlan-tag-ranges range data-triggered-ue-creation
configure service ies subscriber-interface group-interface wlan-gw vlan-tag-ranges range data-triggered-ue-creation
Description
This command enables data-triggered subscriber creation for Wi-Fi subscribers. Data-triggered UE creation only works upon receival of TCP and UDP packets.
The no form of this command disables the data-triggered subscriber creation for Wi-Fi subscribers.
Default
no data-triggered-ue-creation
Parameters
- arp
-
Keyword to enable the router to authenticate ARP packets from an unknown UE.
- ospf
-
Keyword to enable the system to trigger UE authentication based on OSPFv2 or OSPFv3 packets.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
data-triggers
data-triggers
Syntax
[no] data-triggers
Context
[Tree] (debug>dynsvc data-triggers)
Full Context
debug dynamic-services data-triggers
Description
Commands in this context configure dynamic services data trigger capture SAP debugging. The no form of this command removes all dynamic services data trigger capture SAP debug configurations.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
database
database
Syntax
database [group grp-ip-address] [source ip-address] [detail]
no database
Context
[Tree] (debug>service>id>pim-snooping database)
Full Context
debug service id pim-snooping database
Description
This command enables or disables debugging for the PIM database.
Parameters
- grp-ip-address
-
Debugs information associated with all PIM modules
- ip-address
-
Debugs information associated with the specified database
Platforms
All
database-export
database-export
Syntax
database-export [identifier id] [bgp-ls-identifier bgp-ls-id] [reachable-ls-only]
no database-export
Context
[Tree] (config>router>isis database-export)
Full Context
configure router isis database-export
Description
This command configures the population of the extended Traffic Engineering Database (TE-DB) with the link-state information from a specific IGP instance.
This information includes the IGP, TE, and the SR information, prefix SID sub-TLV, adjacency SID sub-TLV, and router SR capability TLV.
The no form of this command disables database exportation.
Parameters
- id
-
Specifies an entry ID to export. This parameter is used to uniquely identify the IGP instance in the BGP-LS NLRI when a router has interfaces participating in multiple IGP instances. This parameter defaults to the IGP instance ID assigned by SR OS. However, because the concept of instance ID defined in IS-IS (RFC 6822) is unique within a routing domain while the one specified for OSPF is local subnet significant (RFC 6549), the user can remove any overlap by configuring the identifier value to be unique within a specific IGP domain when this router sends the IGP link-state information using BGP-LS.
- bgp-ls-id
-
Specifies a BGP-LS ID to export. This parameter is used, along with the Autonomous System Number (ASN) to correlate the BGP-LS NLRI advertisements of multiple BGP-LS speakers of the same IGP domain. If an NRC-P network domain has multiple IGP domains, BGP-LS speakers within each IGP domain must be configured with the same unique {bgp-ls-identifier, asn} tuple.
The BGP-LS identifier is optional and is only sent in a BGP-LS NLRI if configured in the IGP instance of an IGP domain.
Note: If this IGP instance participates in traffic engineering with RSVP-TE or SR-TE, the traffic-engineering command is not strictly required because enabling the extended TE-DB populates this information automatically. However, Nokia recommends enabling it to make the configuration consistent with other routers in the network that do not require the enabling of the extended TE-DB.
- reachable-ls-only
-
Keyword to specify that only reachable link-state information is encoded. When this keyword is configured, the router, acting as a BGP-LS producer, must withdraw all link-state objects it has advertised in BGP, in accordance with section 5.9 of RFC 9552. This withdrawal occurs when the node that originated the corresponding LSPs is determined to be unreachable in the IGP based on the failure of a reachability check for that node. This withdrawal operation assists network controllers in assessing a reachable IGP topology, even in networks with segmented areas. For backward compatibility, the default behavior remains unchanged.
Platforms
All
database-export
Syntax
database-export [identifier id] [bgp-ls-identifier bgp-ls-id] [reachable-ls-only]
no database-export
Context
[Tree] (config>router>ospf database-export)
[Tree] (config>router>ospf3 database-export)
Full Context
configure router ospf database-export
configure router ospf3 database-export
Description
This command enables the population of the extended Traffic Engineering Database (TE-DB) with the link-state information from a specific IGP instance.
This information includes the IGP, TE, and the SR information, prefix SID sub-TLV, adjacency SID sub-TLV, and router SR capability TLV.
The no form of this command disables database exportation.
Default
no database-export
Parameters
- id
-
Specifies an entry ID to export. This parameter is used to uniquely identify the IGP instance in the BGP-LS NLRI when a router has interfaces participating in multiple IGP instances. This parameter defaults to the IGP instance ID assigned by SR OS. The concept of instance ID specified for OSPF is local subnet significant (RFC 6549). The user can remove the router specific overlap by configuring the identifier value to be unique within a specific IGP domain when this router sends the IGP link-state information using BGP-LS.
- bgp-ls-id
-
Specifies a BGP-LS ID to export. This parameter is used, along with the ASN, to correlate the BGP-LS NLRI advertisements of multiple BGP-LS speakers of the same IGP domain. If an NRC-P network domain has multiple IGP domains, BGP-LS speakers within each IGP domain must be configured with the same unique {bgp-ls-identifier, asn} tuple.
The BGP-LS identifier is optional and is only sent in a BGP-LS NLRI if configured in the IGP instance of an IGP domain.
Note: If this IGP instance participates in traffic engineering with RSVP-TE or SR-TE, the traffic-engineering command is not strictly required because enabling the extended TE-DB populates this information automatically. However, Nokia recommends enabling it to make the configuration consistent with other routers in the network that do not require the enabling of the extended TE-DB.
- reachable-ls-only
-
Keyword to specify that only reachable link-state information is encoded. When this keyword is configured, the router, acting as a BGP-LS producer, must withdraw all link-state objects it has advertised in BGP, in accordance with section 5.9 of RFC 9552. This withdrawal occurs when the node that originated the corresponding LSPs is determined to be unreachable in the IGP based on the failure of a reachability check for that node. This withdrawal operation assists network controllers in assessing a reachable IGP topology, even in networks with segmented areas. For backward compatibility, the default behavior remains unchanged.
Platforms
All
database-export-exclude
database-export-exclude
Syntax
[no] database-export-exclude
Context
[Tree] (config>router>isis>level database-export-exclude)
Full Context
configure router isis level database-export-exclude
Description
This command allows the user to prune the IGP link-state information of a specific IS-IS level from being exported into the extended TE-DB.
The no form of this command returns to the default behavior inherited from the database-export command at the IS-IS instance level.
Default
no database-export-exclude
Platforms
All
database-export-exclude
Syntax
[no] database-export-exclude
Context
[Tree] (config>router>ospf3>area database-export-exclude)
[Tree] (config>router>ospf>area database-export-exclude)
Full Context
configure router ospf3 area database-export-exclude
configure router ospf area database-export-exclude
Description
This command allows the user to prune the IGP link-state information of a specific OSPF level or OSPF area from being exported into the extended TE-DB. The no form of this command returns to the default behavior inherited from the database-export command at the OSPF or OSPF3 instance level.
Default
no database-export-exclude
Platforms
All
datapath-cpu-high-wmark
datapath-cpu-high-wmark
Syntax
datapath-cpu-high-wmark high-watermark
datapath-cpu-high-wmark max
Context
[Tree] (config>app-assure datapath-cpu-high-wmark)
Full Context
configure application-assurance datapath-cpu-high-wmark
Description
This command configures the system-wide high watermark threshold as a percentage of the per-ISA datapath core CPU utilization, where an alarm will be raised by the agent. CPU usage is the average usage across all datapath cores.
Default
datapath-cpu-high-wmark 95
Parameters
- high-watermark
-
Specifies the high watermark for datapath CPU usage alarms.
- max
-
Disables the high watermark for datapath CPU usage alarms
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
datapath-cpu-low-wmark
datapath-cpu-low-wmark
Syntax
datapath-cpu-low-wmark low-watermark
Context
[Tree] (config>app-assure datapath-cpu-low-wmark)
Full Context
configure application-assurance datapath-cpu-low-wmark
Description
This command configures the system-wide low watermark threshold as a percentage of the per-ISA datapath core CPU utilization, where an alarm will be raised by the agent. CPU usage is the average usage across all datapath cores.
Default
datapath-cpu-low-wmark 90
Parameters
- low-watermark
-
Specifies the low watermark for datapath CPU usage alarms.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
day-of-month
day-of-month
Syntax
day-of-month {day-number [..day-number] all}
no day-of-month
Context
[Tree] (config>system>cron>sched day-of-month)
Full Context
configure system cron schedule day-of-month
Description
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.
Default
no day-of-month
Parameters
- day-number
-
Specifies the positive integers specify the day of the month counting from the first of the month. The negative integers specify the day of the month counting from the last day of the month. For example, configuring day-of-month -5, 5 in a month that has 31 days will specify the schedule to occur on the 27th and 5th of that month.
Integer values must map to a valid day for the month in question. For example, February 30 is not a valid date.
- all
-
Specifies all days of the month.
Platforms
All
db
db
Syntax
db [group grp-ip-address] [source ip-address] [detail]
no db
Context
[Tree] (debug>router>pim db)
Full Context
debug router pim db
Description
This command enables debugging for PIM database.
The no form of this command disables PIM database debugging.
Parameters
- grp-ip-address
-
Debugs information associated with the specified database.
- ip-address
-
Debugs information associated with the specified database.
- detail
-
Debugs detailed IP database information.
Platforms
All
db
Syntax
db [detail]
no db
Context
[Tree] (debug>router>pcep>pcc db)
[Tree] (debug>router>pcep>pcc>conn db)
Full Context
debug router pcep pcc db
debug router pcep pcc connection db
Description
This command enables debugging for PCC or connection database events.
The no form of this command disables debugging.
Parameters
- detail
-
Keyword used to specify detailed information about PCC or connection database events.
Platforms
All
db
Syntax
db [detail]
no db
Context
[Tree] (debug>router>pcep>pce db)
[Tree] (debug>router>pcep>pce>conn db)
Full Context
debug router pcep pce db
debug router pcep pce connection db
Description
This command enables debugging for PCE or connection database events.
The no form of this command disables debugging.
Parameters
- detail
-
Keyword used to specify detailed information about PCE or connection database events.
Platforms
VSR-NRC
dbw-accounting
dbw-accounting
Syntax
[no] dbw-accounting
Context
[Tree] (config>router>rsvp dbw-accounting)
Full Context
configure router rsvp dbw-accounting
Description
This command enables dark bandwidth accounting and enters the context to configure the associated parameters. When dark bandwidth accounting is enabled, the system polls the dark bandwidth counters, performs sample and average rate computations, and generates IGP-TE updates if required. To enable dark bandwidth accounting, auxiliary MPLS statistics must first be enabled using the command config>router>mpls>aux-stats.
The no form of this command disables dark bandwidth accounting, resets all global parameters to their default values, and results in an immediate IGP-TE update for which dark bandwidth is null.
Default
no dbw-accounting
Platforms
7750 SR, 7750 SR-s, 7950 XRS, VSR
dbw-down-threshold
dbw-down-threshold
Syntax
dbw-down-threshold percent-change [bw absolute-change]
no dbw-down-threshold
Context
[Tree] (config>router>rsvp>interface dbw-down-threshold)
Full Context
configure router rsvp interface dbw-down-threshold
Description
This command sets the minimum change (in percent of the latest advertised value) above which an decrease in MRLB (IS-IS TE sub-TLV 10) or MRB (OSPF TE sub-TLV 7) triggers an IGP-TE update. This configuration only applies to a change in MRLB or MRB caused by dark bandwidth. Other events affecting MRLB/MRB (such as the change of the subscription factor or the loss of link in a LAG over which the RSVP interface is defined) trigger an immediate TE update, regardless of the importance of the impact.
Optionally, the threshold can also be expressed as an absolute value. In this case, the evaluation of the change is made using the percent change and the absolute change. An IGP-TE update is sent if both thresholds are crossed. Changing this parameter in the course of dark bandwidth accounting does not affect the accounting cycle.
By default, the multiplier inherits the global value, unless it is specifically set using this command. The no form of this command sets this parameter to inherit the value of the corresponding global parameter.
Parameters
- percent-change
-
Specifies the minimum decrease in MRLB/MRB, expressed in percent.
- absolute-change
-
Specifies the minimum decrease in MRLB/MRB, expressed in Mb/s.
Platforms
7750 SR, 7750 SR-s, 7950 XRS, VSR
dbw-multiplier
dbw-multiplier
Syntax
dbw-multiplier percent
Context
[Tree] (config>router>rsvp>dbw-accounting dbw-multiplier)
Full Context
configure router rsvp dbw-accounting dbw-multiplier
Description
This command sets the dark bandwidth multiplier to the specified value. Choosing 0% will lead to no IGP-TE updates based on dark bandwidth evolution being sent. Changing this parameter in the course of dark bandwidth accounting does not affect the accounting cycle.
Default
dbw-multiplier 100
Parameters
- percent
-
Specifies the multiplier, expressed in percent.
Platforms
7750 SR, 7750 SR-s, 7950 XRS, VSR
dbw-multiplier
Syntax
dbw-multiplier percent
no dbw-multiplier
Context
[Tree] (config>router>rsvp>interface dbw-multiplier)
Full Context
configure router rsvp interface dbw-multiplier
Description
This command sets the dark bandwidth multiplier to the specified value. Choosing 0% will lead to no IGP-TE updates based on dark bandwidth evolution being sent. Changing this parameter in the course of dark bandwidth accounting does not affect the accounting cycle.
By default, the multiplier inherits the global value, unless it is specifically set using this command. The no form of this command sets this parameter to inherit the value of the corresponding global parameter.
Parameters
- percent
-
Specifies the multiplier, expressed in percent.
Platforms
7750 SR, 7750 SR-s, 7950 XRS, VSR
dbw-up-threshold
dbw-up-threshold
Syntax
dbw-up-threshold percent-change [bw absolute-change]
no dbw-up-threshold
Context
[Tree] (config>router>rsvp>interface dbw-up-threshold)
Full Context
configure router rsvp interface dbw-up-threshold
Description
This command sets the minimum change (in percent of the latest advertised value) above which an increase in MRLB (IS-IS TE sub-TLV 10) or MRB (OSPF TE sub-TLV 7) triggers an IGP-TE update. This configuration only applies to a change in MRLB or MRB caused by dark bandwidth. Other events affecting MRLB/MRB (such as the change of the subscription factor or the loss of link in a LAG over which the RSVP interface is defined) trigger an immediate TE update, regardless of the importance of the impact.
Optionally, the threshold can also be expressed as an absolute value. In this case, the evaluation of the change uses the percent change and the absolute change. An IGP-TE update is sent if both thresholds are crossed. Changing this parameter in the course of dark bandwidth accounting does not affect the accounting cycle.
By default, the multiplier inherits the global value, unless it is specifically set using this command. The no form of this command sets this parameter to inherit the value of the corresponding global parameter.
Parameters
- percent-change
-
Specifies the minimum increase in MRLB/MRB, expressed in percent.
- absolute-change
-
Specifies the minimum increase in MRLB/MRB, expressed in Mb/s.
Platforms
7750 SR, 7750 SR-s, 7950 XRS, VSR
ddm-events
ddm-events
Syntax
[no] ddm-events
Context
[Tree] (config>port ddm-events)
Full Context
configure port ddm-events
Description
This command enables Digital Diagnostic Monitoring (DDM) events for the port.
The no form of this command disables DDM events.
Platforms
All
de-1-out-profile
de-1-out-profile
Syntax
[no] de-1-out-profile
Context
[Tree] (config>qos>sap-ingress>fc de-1-out-profile)
Full Context
configure qos sap-ingress fc de-1-out-profile
Description
This command, when enabled on a parent forwarding class, applies a color profile mode to the packets stored in the queue associated with this forwarding class. The queue associated with the parent forwarding class must be of type profile-mode.
When this QoS policy is applied to the ingress of a Frame Relay VLL SAP, the system will treat the received FR frames with DE bit set as out-of-profile, regardless of their previous marking as the result of the default classification or on a match with an IP filter. It also adjusts the CIR of the ingress SAP queue to consider out-of-profile frames that were sent while the SAP queue was in the "< CIR” state of the bucket. This makes sure that the CIR of the SAP is achieved.
All received DE = 0 frames that are classified into this parent forwarding class or any of its subclasses have their profile unchanged by enabling this option. That is, the DE = 0 frame profile could be undetermined (default), in-profile, or out-of-profile as per previous classification. The DE = 0 frames that have a profile of undetermined will be evaluated by the system CIR marking algorithm and will be marked appropriately.
The priority option, if used, has no effect. All FR VLL DE = 1 frames have their priority automatically set to low while DE = 0 frames have their priority set to high. Furthermore, DE = 1 frames have the drop-preference bit set in the internal header. The internal settings of the priority bit and of the drop-preference bit of the frame is independent of the use of the profile mode.
All other capabilities of the Fpipe service are maintained. This includes remarking of the DE bit on egress SAP, and FR PW control word on egress network port for the packets that were classified into "out-of-profile” at ingress SAP.
This de-1-out-profile keyword has an effect when applied to the ingress of a SAP that is part of an Fpipe service. It can also be used on the ingress of an Epipe or VPLS SAP.
The no form of this command disables the color profile mode of operation on all SAPs to which this ingress QoS policy is applied.
Default
no de-1-out-profile
Platforms
All
de-mark
de-mark
Syntax
de-mark [force de-value]
no demark
Context
[Tree] (config>qos>sap-egress>fc de-mark)
Full Context
configure qos sap-egress fc de-mark
Description
This command is used to explicitly define the marking of the DE bit for fc fc-name according to the inplus-profile/in-profile or out-of-profile/exceed-profile status of the packet (fc-name may be used to identify the dot1p-value).
If no DE value is present, the default values are used for the marking of the DE bit; for example, 0 for inplus-profile or in-profile packets, 1 for out-of-profile or exceed-profile packets. For more information, refer to the IEEE 802.1ad-2005 standard.
In the PBB case, for a Backbone SAP (B-SAP) and for packets originated from a local I-VPLS/PBB-Epipe, the command dictates the marking of the DE bit for both the BVID and ITAG.
If this command is not used, the DE bit should be preserved if an ingress TAG exist; otherwise, set to zero.
If the DE value is included in the command line, this value is to be used for all the packets of this forwarding class regardless of their profile status.
The commands de-mark-inner and de-mark-outer take precedence over the de-mark command if both are specified in the same policy.
Parameters
- de-value
-
Specifies the DE marking value.
Platforms
All
de-mark
Syntax
de-mark [force de-value]
no de-mark
Context
[Tree] (config>qos>network>egress>fc de-mark)
Full Context
configure qos network egress fc de-mark
Description
This command is used to explicitly define the marking of the DE bit for fc fc-name according to the inplus-profile or in-profile and out-of-profile or exceed-profile status of the packet (fc-name may be used to identify the dot1p value).
Parameters
- de-value
-
Specifies that this value is to be used for all the packets of this forwarding class regardless of their profile status.
If no DE value is present, the default values are used for the marking of the DE bit; that is, 0 for inplus-profile and in-profile packets, 1 for out-of-profile and exceed-profile packets. For more information, refer to the IEEE 802.1ad-2005 standard.
In the PBB case, use the following rules for a network port (B-SDP):
-
the outer VID follows the rules for regular SDP
-
for packets originating from a local I-VPLS/PBB-Epipe, this command dictates the marking of the DE bit for both the outer (link level) BVID and ITAG; if the command is not used, the DE bit is set to zero.
-
for transit packets (B-SAP/B-SDP to B-SDP), the related ITAG bits are preserved, the same as for BVID.
-
Platforms
All
de-mark-inner
de-mark-inner
Syntax
de-mark-inner [force de-value]
no de-mark-inner
Context
[Tree] (config>qos>sap-egress>fc de-mark-inner)
Full Context
configure qos sap-egress fc de-mark-inner
Description
This command is used to explicitly define the marking of the DE bit in the inner VLAN tag for fc fc-name on a QinQ SAP, according to the in- and out-of-profile status of the packet.
If no DE value is present, the default values are used for the marking of the DE bit; for example, 0 for inplus-profile or in-profile packets, 1 for out-of-profile or exceed-profile packets. For more information, refer to the IEEE 802.1ad-2005 standard.
If the DE value is included in the command line, this value is used for all the inner tags of packets of this forwarding class, regardless of their profile status.
This command takes precedence over the de-mark command if both are specified in the same policy and over the default action.
The configuration of qinq-mark-top-only under the SAP egress takes precedence over the use of the de-mark-inner in the policy. That is, the inner VLAN tag is not remarked when qinq-mark-top-only is configured (the marking used for the inner VLAN tag is based on the current default, which is governed by the marking of the packet received at the ingress to the system).
If no de-mark commands are used, the DE bit is preserved if an ingress inner tag exists; otherwise, set to 0.
Remarking the inner DE bit is not supported based on the profile result of egress policing.
Parameters
- de-value
-
Specifies the DE marking value.
Platforms
All
de-mark-outer
de-mark-outer
Syntax
de-mark-outer [force de-value]
no de-mark-outer
Context
[Tree] (config>qos>sap-egress>fc de-mark-outer)
Full Context
configure qos sap-egress fc de-mark-outer
Description
This command is used to explicitly define the marking of the DE bit in the outer or single VLAN tag on a qinq or dot1q SAP, respectively, according to the in, out, or exceed-profile status of the packet.
If no DE value is present, the default values are used for the marking of the DE bit; for example, 0 for inplus-profile/in-profile packets, 1 for out-of-profile/exceed-profile packets. For more information, refer to the IEEE 802.1ad-2005 standard.
If the DE value is included in the command line, this value is used for all the outer or single tags of packets of this forwarding class, regardless of their profile status.
In the PBB case, for a Backbone SAP (B-SAP) and for packets originated from a local I-VPLS/PBB-Epipe, the command dictates the marking of the DE bit for both the BVID and ITAG.
This command takes precedence over the de-mark command if both are specified in the same policy and over the default action.
If no de-mark commands are used, the DE bit is preserved if an ingress outer or single tag exists; otherwise, set to 0.
Parameters
- de-value
-
Specifies the DE marking value.
Platforms
All
dead-interval
dead-interval
Syntax
dead-interval seconds
no dead-interval
Context
[Tree] (config>service>vprn>ospf3>area>if dead-interval)
[Tree] (config>service>vprn>ospf>area>sham-link dead-interval)
[Tree] (config>service>vprn>ospf3>area>virtual-link dead-interval)
[Tree] (config>service>vprn>ospf>area>if dead-interval)
[Tree] (config>service>vprn>ospf>area>virtual-link dead-interval)
Full Context
configure service vprn ospf3 area interface dead-interval
configure service vprn ospf area sham-link dead-interval
configure service vprn ospf3 area virtual-link dead-interval
configure service vprn ospf area interface dead-interval
configure service vprn ospf area virtual-link dead-interval
Description
This command configures the time, in seconds, that OSPF waits before declaring a neighbor router down. If no Hello packets are received from a neighbor for the duration of the dead interval, the router is assumed to be down. The minimum interval must be two times the Hello interval.
The no form of this command reverts to the default value.
Default
dead-interval 40
Parameters
- seconds
-
The dead interval expressed as a decimal integer.
Platforms
All
dead-interval
Syntax
dead-interval seconds
no dead-interval
Context
[Tree] (config>router>ospf>area>interface dead-interval)
[Tree] (config>router>ospf3>area>virtual-link dead-interval)
[Tree] (config>router>ospf3>area>interface dead-interval)
[Tree] (config>router>ospf>area>virtual-link dead-interval)
Full Context
configure router ospf area interface dead-interval
configure router ospf3 area virtual-link dead-interval
configure router ospf3 area interface dead-interval
configure router ospf area virtual-link dead-interval
Description
This command configures the time, in seconds, that OSPF waits before declaring a neighbor router down. If no hello packets are received from a neighbor for the duration of the dead interval, the router is assumed to be down. The minimum interval must be two times the hello interval.
The no form of this command reverts to the default value.
Default
dead-interval 40
Parameters
- seconds
-
The dead interval expressed in seconds.
Platforms
All
dead-timer
dead-timer
Syntax
dead-timer seconds
no dead-timer
Context
[Tree] (config>router>pcep>pcc dead-timer)
[Tree] (config>router>pcep>pce dead-timer)
Full Context
configure router pcep pcc dead-timer
configure router pcep pce dead-timer
Description
This command configures the PCEP session dead timer value, which is the amount of time a PCEP speaker (PCC or PCE) will wait after the receipt of the last PCEP message before declaring its peer down.
The keep-alive mechanism is asymmetric, meaning that each PCEP speaker can propose a different dead timer value to its peer to use to detect session timeout.
The no form of the command returns the dead timer to the default value.
Default
dead-timer 120
Parameters
- seconds
-
the dead timer value, in seconds
Platforms
All
- configure router pcep pcc dead-timer
VSR-NRC
- configure router pcep pce dead-timer
debounce
debounce
Syntax
[no] debounce
Context
[Tree] (config>redundancy>mc>peer>mcr>ring>in-band-control-path debounce)
[Tree] (config>redundancy>mc>peer>mc>l3-ring>in-band-control-path debounce)
Full Context
configure redundancy multi-chassis peer mc-ring ring in-band-control-path debounce
configure redundancy multi-chassis peer multi-chassis l3-ring in-band-control-path debounce
Description
This command enables the inband control path debouncing. The no form of this command disables inband control path debouncing.
The no form of this command reverts to the default.
Default
debounce
Platforms
All
debounce
Syntax
debounce occurrences [within seconds]
no debounce
Context
[Tree] (config>log>event-trigger>event>trigger-entry debounce)
Full Context
configure log event-trigger event trigger-entry debounce
Description
This command configures when to trigger, for example after one or more event occurrences. The number of occurrences of an event can be bounded by a time window or left open.
The no form of this command removes the debounce configuration.
Parameters
- occurrences
-
Specifies the number of times an event must occur for EHS to trigger a response.
- within seconds
-
Specifies the time window within which a specific event must occur a number of times equivalent to the specified occurrences for EHS to trigger a response.
Platforms
All
debug
debug
Syntax
debug
Context
[Tree] (debug)
Full Context
debug
Description
Commands in this context specify debugging options.
Platforms
All
debug-output
debug-output
Syntax
[no] debug-output
Context
[Tree] (config>call-trace>trace-profile debug-output)
Full Context
configure call-trace trace-profile debug-output
Description
This command enables output to the debug log. Traced messages are decoded as text and sent to debug logging. This allows for real-time debugging but is not recommended on live systems because of the decode overhead.
This command disables logging to the compact flash. The debug-output and live-output commands are mutually exclusive.
The no form of this command disables output to the debug log.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
debug-save
debug-save
Syntax
debug-save [file-url]
Context
[Tree] (admin debug-save)
Full Context
admin debug-save
Description
This command saves existing debug configuration (configuration done under the debug branch of CLI). Debug configurations are not saved by the admin save command and not preserved across a node reboot or CPM switchover. The debug-save command makes the debug configuration available for the operator to execute after a reboot by using the exec command or after a CPM switchover by using the switchover-exec command, if desired.
Parameters
- file-url
-
Specifies the file URL location to save the debug configuration. If no file-url is specified then the debug configuration is saved at the same location as the standard configuration file (bof>primary-config/bof>secondary-config/bof>tertiary-config) with the same file name as the standard configuration file but with a .dbg suffix.
Note:IPv6-address applies only to 7750 SR and 7950 XRS.
Platforms
All
decrypt-key
decrypt-key
Syntax
decrypt-key key | hash-key | hash2-key [hash | hash2 | custom]
no decrypt-key
Context
[Tree] (config>app-assure>group>url-list decrypt-key)
Full Context
configure application-assurance group url-list decrypt-key
Description
In case the file is encrypted this command is used to configure the decryption key used to read the file.
The no form of this command removes the url-list object.
Default
no decrypt-key
Parameters
- key | hash-key | hash2-key
-
Specifies the Application-Assurance url-list decryption key.
- hash
-
Specifies the key is entered in an encrypted form. If the hash or hash2 parameter is not used, the key is assumed to be in an unencrypted, clear text form. For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.
- hash2
-
Specifies the key is entered in a more complex encrypted form that involves more variables than the key value alone, meaning that the hash2 encrypted variable cannot be copied and pasted. If the hash or hash2 parameter is not used, the key is assumed to be in an unencrypted, clear text form. For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.
- custom
-
Specifies the custom encryption to management interface.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
def-app-profile
def-app-profile
Syntax
def-app-profile app-profile-name
no def-app-profile
Context
[Tree] (config>subscriber-mgmt>msap-policy>sub-sla-mgmt def-app-profile)
[Tree] (config>service>ies>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-app-profile)
[Tree] (config>service>vprn>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-app-profile)
[Tree] (config>service>vpls>sap>sub-sla-mgmt def-app-profile)
[Tree] (config>service>vprn>sub-if>grp-if>sap>sub-sla-mgmt def-app-profile)
[Tree] (config>service>ies>sub-if>grp-if>sap>sub-sla-mgmt def-app-profile)
Full Context
configure subscriber-mgmt msap-policy sub-sla-mgmt def-app-profile
configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-app-profile
configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-app-profile
configure service vpls sap sub-sla-mgmt def-app-profile
configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-app-profile
configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-app-profile
Description
This command specifies the default application profile to be used by a subscriber host.
The no form of this command removes the application profile name from the configuration.
Parameters
- app-profile-name
-
Specifies an existing application profile to be mapped to the subscriber profile by default up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vpls sap sub-sla-mgmt def-app-profile
- configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-app-profile
- configure subscriber-mgmt msap-policy sub-sla-mgmt def-app-profile
- configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-app-profile
7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-app-profile
- configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-app-profile
def-app-profile
Syntax
def-app-profile profile-name
no def-app-profile
Context
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>ranges>range>dsm def-app-profile)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>ranges>range>dsm def-app-profile)
Full Context
configure service ies subscriber-interface group-interface wlan-gw vlan-tag-ranges range distributed-sub-mgmt def-app-profile
configure service vprn subscriber-interface group-interface wlan-gw vlan-tag-ranges range distributed-sub-mgmt def-app-profile
Description
This command configures the default application profile.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
def-app-profile
Syntax
def-app-profile app-profile-name
no def-app-profile
Context
[Tree] (config>app-assure>group>transit-ip-policy def-app-profile)
Full Context
configure application-assurance group transit-ip-policy def-app-profile
Description
This command configures a default application profile.
Default
no def-app-profile
Parameters
- app-profile-name
-
Specifies the application profile name, up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
def-instance-sharing
def-instance-sharing
Syntax
def-instance-sharing {per-sap | per-session}
Context
[Tree] (config>subscr-mgmt>sla-prof def-instance-sharing)
Full Context
configure subscriber-mgmt sla-profile def-instance-sharing
Description
This command configures the default SPI sharing method for IPoE or PPPoE sessions from the same subscriber, having the same SLA profile associated, that are active on the same SAP. SPI sharing can be per-SAP or a dedicated SPI per-session.
Default
def-instance-sharing per-sap
Parameters
- per-sap
-
Specifies that IPoE or PPP sessions from the same subscriber, having the same SLA profile associated, and active on the same SAP share an SPI.
- per-session
-
Specifies that IPoE or PPP sessions from the same subscriber, having the same SLA profile associated, and active on the same SAP obtain a dedicated SPI per session.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
def-inter-dest-id
def-inter-dest-id
Syntax
def-inter-dest-id string string
def-inter-dest-id {use-top-q}
no def-inter-dest-id
Context
[Tree] (config>service>vprn>sub-if>grp-if>sap>sub-sla-mgmt def-inter-dest-id)
[Tree] (config>service>ies>sub-if>grp-if>sap>sub-sla-mgmt def-inter-dest-id)
[Tree] (config>subscr-mgmt>msap-policy>sub-sla-mgmt def-inter-dest-id)
Full Context
configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-inter-dest-id
configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-inter-dest-id
configure subscriber-mgmt msap-policy sub-sla-mgmt def-inter-dest-id
Description
This command specifies a default destination string for all subscribers associated with the SAP. The command also accepts the use-top-q flag that automatically derives the string based on the top most delineating Dot1Q tag from the SAP’s encapsulation.
The no form of this command removes the default subscriber identification string from the configuration.
Parameters
- string
-
A RADIUS VSA (Alc-Int-Dest-Id-Str, type 28) obtained during the subscriber authentication phase contains the destination string name that is matched against the string defined under the Vport. In this fashion the subscriber host is associated with the corresponding Vport.
Alternatively, the destination string can be defined in LUDB.
- use-top-q
-
This is applicable only to Ethernet ports.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
def-inter-dest-id
Syntax
def-inter-dest-id {string string | use-top-q}
no def-inter-dest-id
Context
[Tree] (config>service>vpls>sap>sub-sla-mgmt def-inter-dest-id)
Full Context
configure service vpls sap sub-sla-mgmt def-inter-dest-id
Description
This command specifies a default destination string for all subscribers associated with the SAP. The command also accepts the use-top-q flag that automatically derives the string based on the top most delineating Dot1Q tag from the SAP’s encapsulation.
The no form of this command removes the default subscriber identification string from the configuration.
no def-sub-id
Default
no def-inter-dest-id
Parameters
- use-top-q
-
Specifies to derive the string based on the top most delineating Dot1Q tag from the SAP’s encapsulation
- string string
-
Specifies the subscriber identification applicable for a subscriber host.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
def-recv-evpn-encap
def-recv-evpn-encap
Syntax
def-recv-evpn-encap {mpls | vxlan}
no def-recv-evpn-encap
Context
[Tree] (config>router>bgp>group>neighbor def-recv-evpn-encap)
[Tree] (config>router>bgp>group def-recv-evpn-encap)
Full Context
configure router bgp group neighbor def-recv-evpn-encap
configure router bgp group def-recv-evpn-encap
Description
This command defines how the BGP will treat a received EVPN route without RC5512 BGP encapsulation extended community. If no encapsulation is received, BGP will validate the route as MPLS or VXLAN depending on how this command is configured.
Default
no def-recv-evpn-encap
Parameters
- mpls
-
Specifies that mpls is the default encapsulation value in the case where no RFC 5512 extended community is received in the incoming BGP-EVPN route.
- vxlan
-
Specifies that vxlan is the default encapsulation value.
Platforms
All
def-sla-profile
def-sla-profile
Syntax
def-sla-profile default-sla-profile-name
no def-sla-profile
Context
[Tree] (config>service>ies>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sla-profile)
[Tree] (config>service>vpls>sap>sub-sla-mgmt def-sla-profile)
[Tree] (config>service>vprn>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sla-profile)
[Tree] (config>service>ies>sub-if>grp-if>sap>sub-sla-mgmt def-sla-profile)
[Tree] (config>subscr-mgmt>msap-policy>sub-sla-mgmt def-sla-profile)
[Tree] (config>service>vprn>sub-if>grp-if>sap>sub-sla-mgmt def-sla-profile)
Full Context
configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sla-profile
configure service vpls sap sub-sla-mgmt def-sla-profile
configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sla-profile
configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-sla-profile
configure subscriber-mgmt msap-policy sub-sla-mgmt def-sla-profile
configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-sla-profile
Description
This command specifies a default SLA profile for this SAP. The SLA profile must be defined prior to associating the profile with a SAP in the config>subscr-mgmt>sla-profile context.
If a subscriber is not explicitly associated with an SLA profile during the authentication phase, a default profile will be assigned to it.
The no form of this command removes the default SLA profile from the SAP configuration.
Parameters
- default-sla-profile-name
-
Specifies a default SLA profile for this SAP.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sla-profile
- configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sla-profile
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-sla-profile
- configure subscriber-mgmt msap-policy sub-sla-mgmt def-sla-profile
- configure service vpls sap sub-sla-mgmt def-sla-profile
- configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-sla-profile
def-sub-id
def-sub-id
Syntax
def-sub-id use-auto-id
def-sub-id use-sap-id
def-sub-id string sub-id
no def-sub-id
Context
[Tree] (config>service>vprn>sub-if>grp-if>sap>sub-sla-mgmt def-sub-id)
[Tree] (config>service>ies>sub-if>grp-if>sap>sub-sla-mgmt def-sub-id)
[Tree] (config>subscr-mgmt>msap-policy>sub-sla-mgmt def-sub-id)
[Tree] (config>service>vpls>sap>sub-sla-mgmt def-sub-id)
Full Context
configure service vprn subscriber-interface group-interface sap sub-sla-mgmt def-sub-id
configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-sub-id
configure subscriber-mgmt msap-policy sub-sla-mgmt def-sub-id
configure service vpls sap sub-sla-mgmt def-sub-id
Description
This command specifies the explicit default sub-id for dynamic subscriber hosts (including ARP hosts) in case that the sub-id string is not supplied through RADIUS or LUDB.
The sub-id is assigned to a new subscriber host in the following order of priority:
-
RADIUS
-
LUDB
-
Explicit default – The def-sub-id command is used to explicitly set the sub-id name of the host as one of the following:
-
The SAP ID to which the new host is associated
-
An explicit string
-
An auto-generated string consisting of the concatenated subscriber identification fields defined under the subscr-mgmt>auto-sub-id-key node. The fields are taken in the order in which they are configured and are separated by a '|'character. The subscriber host identification fields are separately defined for IPoE and PPPoE host types.
-
-
Implicit default – If the sub-id string is not returned via RADIUS or LUDB and there is no def-sub-id configured, the sub-id name is generated as a random 10 character encoded string based on the auto-sub-id-keys. This 10 characters encoded string is unique per chassis as well as in dual-homed environment. It is generated based on auto-sub-id-keys. If auto-sub-id-keys are not explicitly configured, the default ones are:
-
mac, sap-id, or session-id for PPP type hosts
-
mac or sap-id for IPoE type hosts.
-
This command does not apply to static subscribers.
The no form of this command reverts to the default.
Parameters
- use-sap-id
-
Specifies the sub-id name-id on which the original request for host creation arrived (DHCP Discover, or PADI or ARP Request).
- sub-id
-
Explicitly configured sub-id name up to 32 characters.
- use-auto-id
-
Specifies the concatenated string of auto-sub-id-keys separated by a "| ” character.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
def-sub-id
Syntax
def-sub-id string sub-id
def-sub-id use-auto-id
no def-sub-id
Context
[Tree] (config>service>ies>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sub-id)
[Tree] (config>service>vprn>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sub-id)
Full Context
configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-id
configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-id
Description
This command configures the default subscriber ID. The default is used if no other source (like RADIUS) provides a subscriber identification string.
Parameters
- sub-id
-
Specifies the default subscriber identification up to 32 characters.
- use-auto-id
-
Specifies that the auto-generated subscriber identification string, is used as the default subscriber identification string.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
def-sub-profile
def-sub-profile
Syntax
def-sub-profile default-subscriber-profile-name
Context
[Tree] (config>subscr-mgmt>msap-policy>sub-sla-mgmt def-sub-profile)
Full Context
configure subscriber-mgmt msap-policy sub-sla-mgmt def-sub-profile
Description
This command specifies a default subscriber profile for an MSAP.
A subscriber profile defines the aggregate QoS for all hosts within a subscriber context. This is done through the definition of the egress and ingress scheduler policies that govern the aggregate SLA for subscriber using the subscriber profile.
The no form of this command removes the default SLA profile from the SAP configuration.
Parameters
- default-sub-profile
-
Specifies a default subscriber profile for this SAP up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
def-sub-profile
Syntax
def-sub-profile default-subscriber-profile-name
Context
[Tree] (config>service>ies>if>sap>sub-sla-mgmt def-sub-profile)
[Tree] (config>service>ies>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sub-profile)
[Tree] (config>service>vprn>sub-if>grp-if>sap-parameters>sub-sla-mgmt def-sub-profile)
[Tree] (config>service>ies>sub-if>grp-if>sap>sub-sla-mgmt def-sub-profile)
Full Context
configure service ies interface sap sub-sla-mgmt def-sub-profile
configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-profile
configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-profile
configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-sub-profile
Description
This command specifies a default subscriber profile for this SAP. The subscriber profile must be defined prior to associating the profile with a SAP in the config>subscr-mgmt>sub-profile context.
A subscriber profile defines the aggregate QoS for all hosts within a subscriber context. This is done through the definition of the egress and ingress scheduler policies that govern the aggregate SLA for subscriber using the subscriber profile. Subscriber profiles also allow for specific SLA profile definitions when the default definitions from the subscriber identification policy must be overridden.
The no form of this command removes the default SLA profile from the SAP configuration.
Parameters
- default-sub-profile
-
Specifies a default subscriber profile for this SAP. The subscriber profile must be defined prior to associating the profile with a SAP in the config>subscr-mgmt>sub-profile context.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-profile
- configure service ies subscriber-interface group-interface sap-parameters sub-sla-mgmt def-sub-profile
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure service ies subscriber-interface group-interface sap sub-sla-mgmt def-sub-profile
def-sub-profile
Syntax
def-sub-profile default-subscriber-profile-name
Context
[Tree] (config>service>vpls>sap>sub-sla-mgmt def-sub-profile)
Full Context
configure service vpls sap sub-sla-mgmt def-sub-profile
Description
This command specifies a default subscriber profile for this SAP. The subscriber profile must be defined prior to associating the profile with a SAP in the config>subscr-mgmt>sub-profile context.
A subscriber profile defines the aggregate QoS for all hosts within a subscriber context. This is done through the definition of the egress and ingress scheduler policies that govern the aggregate SLA for subscriber using the subscriber profile. Subscriber profiles also allow for specific SLA profile definitions when the default definitions from the subscriber identification policy must be overridden.
The no form of this command removes the default SLA profile from the SAP configuration.
Parameters
- default-sub-profile
-
Specifies a default subscriber profile for this SAP. The subscriber profile must be defined prior to associating the profile with a SAP in the config>subscr-mgmt>sub-profile context.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default
default
Syntax
[no] default
Context
[Tree] (config>log>accounting-policy default)
Full Context
configure log accounting-policy default
Description
This command configures the default accounting policy to be used with all SAPs that do not have an accounting policy.
If no access accounting policy is defined on a SAP, accounting records are produced in accordance with the default access policy. If no default access policy is created, then no accounting records will be collected other than the records for the accounting policies that are explicitly configured.
If no network accounting policy is defined on a network port, accounting records will be produced in accordance with the default network policy. If no network default policy is created, then no accounting records will be collected other than the records for the accounting policies explicitly configured.
Only one access accounting policy ID can be designated as the default access policy. Likewise, only one network accounting policy ID can be designated as the default network accounting policy.
The record name must be specified prior to assigning an accounting policy as default.
If a policy is configured as the default policy, then a no default command must be issued before a new default policy can be configured.
The no form of this command removes the default policy designation from the policy ID. The accounting policy will be removed from all SAPs or network ports that do not have this policy explicitly defined.
Platforms
All
default-accounting-server-policy
default-accounting-server-policy
Syntax
default-accounting-server-policy policy-name
no default-accounting-server-policy
Context
[Tree] (config>service>vprn>radius-proxy>server default-accounting-server-policy)
[Tree] (config>router>radius-proxy>server default-accounting-server-policy)
Full Context
configure service vprn radius-proxy server default-accounting-server-policy
configure router radius-proxy server default-accounting-server-policy
Description
This command specifies the default radius-server-policy for RADIUS accounting. This policy is used when there is no specific match based on username.
The no form of this command removes the policy name from the configuration.
Parameters
- policy-name
-
Specifies the name of the default RADIUS server policy associated with this RADIUS Proxy server for accounting purposes.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-action
default-action
Syntax
default-action {bypass-host-creation | drop}
no default-action
Context
[Tree] (config>filter>dhcp-filter default-action)
Full Context
configure filter dhcp-filter default-action
Description
This command specifies the default action for DHCP filters when no entries match.
The no form of this command reverts to the default.
Parameters
- bypass-host-creation
-
Specifies to bypass ESM host creation options.
- drop
-
Specifies to drop and not process the DHCP message.
Platforms
All
default-action
Syntax
default-action bypass-host-creation [na] [pd]
default-action drop
no default-action
Context
[Tree] (config>filter>dhcp6-filter default-action)
Full Context
configure filter dhcp6-filter default-action
Description
This command specifies the default action for DHCP6 filters when no entries match.
The no form of this command reverts to the default.
Parameters
- bypass-host-creation
-
Specifies to bypass ESM host creation options.
- drop
-
Specifies to drop and not process the DHCP6 message.
Platforms
All
default-action
Syntax
default-action {drop | forward}
no default-action
Context
[Tree] (config>subscr-mgmt>isa-filter>ipv6 default-action)
[Tree] (config>subscr-mgmt>isa-filter default-action)
Full Context
configure subscriber-mgmt isa-filter ipv6 default-action
configure subscriber-mgmt isa-filter default-action
Description
This command specifies what should happen to packets that do not match any of the configured entries.
The no form of this command reverts to the default value.
Default
default-action drop
Parameters
- drop
-
Specifies that packets matching the filter entry are dropped.
- forward
-
Specifies that packets matching the filter entry are forwarded.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {block | allow}
Context
[Tree] (config>service>mrp>mrp-policy default-action)
Full Context
configure service mrp mrp-policy default-action
Description
This command specifies the action to be applied to the MMRP attributes (Group B-MACs) whose ISIDs do not match the specified criteria in all of the entries of the mrp-policy.
When multiple default-action commands are entered, the last command will overwrite the previous command.
Default
default-action allow
Parameters
- block
-
Specifies that all MMRP attributes will not be declared or registered unless there is a specific mrp-policy entry which causes them to be allowed on this SAP or SDP.
- allow
-
Specifies that all MMRP attributes will be declared and registered unless there is a specific mrp-policy entry which causes them to be blocked on this SAP or SDP.
Platforms
All
default-action
Syntax
default-action {drop | forward}
no default-action
Context
[Tree] (config>service>vprn>log>filter default-action)
Full Context
configure service vprn log filter default-action
Description
The default action specifies the action that is applied to events when no action is specified in the event filter entries or when an event does not match the specified criteria.
When multiple default-action commands are entered, the last command overwrites the previous command.
The no form of this command reverts the default action to the default value (forward).
Default
default-action forward — The events which are not explicitly dropped by an event filter match are forwarded.
Parameters
- drop
-
The events which are not explicitly forwarded by an event filter match are dropped.
- forward
-
The events which are not explicitly dropped by an event filter match are forwarded.
Platforms
All
default-action
Syntax
default-action {permit | deny} [event-log event-log-name]
Context
[Tree] (config>app-assure>group>sess-fltr default-action)
Full Context
configure application-assurance group session-filter default-action
Description
This command specifies the default action to take for packets that do not match any filter entries.
The no form of this command reverts the default action to the default value (forward).
Default
default-action deny
Parameters
- deny
-
Indicates that packets matching the criteria are denied.
- permit
-
Indicates that packets matching the criteria are permitted.
- event-log-name
-
Specifies the event log name, up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action direction direction [create]
no default-action direction direction
Context
[Tree] (config>app-assure>group>statistics>tca>gtp-fltr>msg default-action)
Full Context
configure application-assurance group statistics threshold-crossing-alert gtp-filter message-type default-action
Description
This command configures a TCA for the counter capturing hits for the specified GTP filter default action. A default action TCA can be created for traffic generated from the subscriber side of AA (from-sub) or for traffic generated from the network toward the AA subscriber (to-sub). The create keyword is mandatory when creating a default action TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action direction direction [create]
no default-action direction direction
Context
[Tree] (config>app-assure>group>statistics>tca>gtp-fltr>msg-gtpv2 default-action)
Full Context
configure application-assurance group statistics threshold-crossing-alert gtp-filter message-type-gtpv2 default-action
Description
This command configures a TCA for the counter capturing hits due to the default action specified for the GTPv2 message type filter. A default action TCA can be created for traffic generated from the subscriber side of AA (from-sub) or for traffic generated from the network toward the AA subscriber (to-sub). The create keyword is mandatory when creating a default action TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action direction direction [create]
no default-action direction direction
Context
[Tree] (config>app-assure>group>stats>tca>gtp-fltr>imsi-apn-filter default-action)
Full Context
configure application-assurance group statistics threshold-crossing-alert gtp-filter imsi-apn-filter default-action
Description
This command configures a TCA for the counter capturing hits for the specified GTP IMSI-APN filter default action. A default action TCA can be created for traffic generated from the subscriber side of AA (from-sub) or for traffic generated from the network toward the AA subscriber (to-sub). The create keyword is mandatory when creating a default action TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action direction direction [create]
Context
[Tree] (config>app-assure>group>statistics>tca>sctp-fltr>ppid default-action)
Full Context
configure application-assurance group statistics threshold-crossing-alert sctp-filter ppid default-action
Description
This command configures a TCA for the counter capturing hits for the specified SCTP filter default PPID. A default action TCA can be created for traffic generated from the subscriber side of AA (from-sub) or for traffic generated from the network toward the AA subscriber (to-sub). The create keyword is mandatory when creating a default action TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action direction direction [create]
no default-action direction direction
Context
[Tree] (config>app-assure>group>statistics>tca>session-filter default-action)
Full Context
configure application-assurance group statistics threshold-crossing-alert session-filter default-action
Description
This command configures a TCA for the counter capturing hits for the specified session filter default action. A default action TCA can be created for traffic generated from the subscriber side of AA (from-sub) or for traffic generated from the network toward the AA subscriber (to-sub). The create keyword is mandatory when creating a default action TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {permit | deny}
Context
[Tree] (config>app-assure>group>gtp>gtp-fltr>imsi-apn-fltr default-action)
Full Context
configure application-assurance group gtp gtp-filter imsi-apn-filter default-action
Description
This command configures the default action for the IMSI-APN filter.
Default
default-action permit
Parameters
- permit
-
Specifies to permit packets that do not match any message entries.
- deny
-
Specifies to deny packets that do not match any message entries.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {permit | deny}
Context
[Tree] (config>app-assure>group>gtp>gtp-fltr>msg-gtpv2 default-action)
[Tree] (config>app-assure>group>gtp>gtp-fltr>msg default-action)
Full Context
configure application-assurance group gtp gtp-filter message-type-gtpv2 default-action
configure application-assurance group gtp gtp-filter message-type default-action
Description
This command configures the default action for all GTP message types.
Default
default-action permit
Parameters
- permit
-
Specifies to permit packets that do not match any message entries.
- deny
-
Specifies to deny packets that do not match any message entries.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {permit | deny}
Context
[Tree] (config>app-assure>group>sctp-fltr>ppid default-action)
Full Context
configure application-assurance group sctp-filter ppid default-action
Description
This command configures the default action for all SCTP PPIDs.
Default
default-action permit
Parameters
- permit
-
Specifies to permit packets that do not match any PPID entries.
- deny
-
Specifies to deny packets that do not match any PPID entries.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {dnat | forward} [ip-address ip-address]
Context
[Tree] (config>service>nat>nat-classifier default-action)
Full Context
configure service nat nat-classifier default-action
Description
This command specifies the default action to take for packets in this nat-classifier. The default-action will apply to packet that do not match any configured criteria within nat-classifier. The no form of this command equals action forward.
Default
default-action forward
Parameters
- dnat
-
Performs the DNAT function. The destination IP address of the packet traversing the router in the direction from inside to outside is replaced by the configured IP address. Destination port is not translated. In the opposite direction (from outside to inside), the source address in the returning packet is restored to the original value.
- forward
-
The forward action will ensure that the packet is transparently passed through the nat-classifier.
- ip-address ip-address
-
The destination IP address that will replace the original IP address in the packet traveling from inside to outside.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-action
Syntax
default-action {accept | discard}
Context
[Tree] (config>router>mcac>policy default-action)
Full Context
configure router mcac policy default-action
Description
This command specifies the action to be applied to multicast streams (channels) when the streams do not match any of the multicast addresses defined in the MCAC policy.
When multiple default-action commands are entered, the last command will overwrite the previous command.
Default
default-action discard
Parameters
- accept
-
Specifies multicast streams (channels) not defined in the MCAC policy will be accepted.
- discard
-
Specifies multicast streams (channels) not defined in the MCAC policy will be dropped.
Platforms
All
default-action
Syntax
default-action fc fc-name profile {in | out}
Context
[Tree] (config>qos>network>ingress default-action)
Full Context
configure qos network ingress default-action
Description
This command defines or edits the default action to be taken for packets that have an undefined DSCP or MPLS EXP bit set. The default-action command specifies the forwarding class to which such packets are assigned.
Multiple default-action commands will overwrite each previous default-action command.
Default
default-action fc be profile out
Parameters
- fc-name
-
Specifies the forwarding class name. All packets with DSCP value or MPLS EXP or dot1p bits that are not defined will be placed in this forwarding class.
- profile {in | out}
-
All packets that are assigned to this forwarding class will be considered in-profile or out-of-profile based on this command. In case of congestion, the in-profile packets are preferentially queued over the out-of-profile packets.
Platforms
All
default-action
Syntax
default-action {drop | forward}
Context
[Tree] (config>filter>ip-filter default-action)
[Tree] (config>filter>ipv6-filter default-action)
[Tree] (config>filter>mac-filter default-action)
Full Context
configure filter ip-filter default-action
configure filter ipv6-filter default-action
configure filter mac-filter default-action
Description
This command defines the default action to be applied to packets not matching any entry in this ACL filter policy or to packets for that match a PBF/PBR filter entry for which the PBF/PBR target is down and pbr-down-action-override per-entry is set to filter-default-action.
Default
default-action drop
Parameters
- drop
-
Specifies the default action is to drop a packet.
- forward
-
Specifies the default action is to forward a packet.
Platforms
All
default-action
Syntax
default-action {drop | forward}
no default-action
Context
[Tree] (config>log>filter default-action)
Full Context
configure log filter default-action
Description
The default action specifies the action that is applied to events when no action is specified in the event filter entries or when an event does not match the specified criteria.
When multiple default-action commands are entered, the last command overwrites the previous command.
The no form of this command reverts the default action to the default value (forward).
Default
default-action forward
Parameters
- drop
-
The events which are not explicitly forwarded by an event filter match are dropped.
- forward
-
The events which are not explicitly dropped by an event filter match are forwarded.
Platforms
All
default-action
Syntax
default-action {permit | deny | deny-host-unreachable}
Context
[Tree] (config>system>security>mgmt-access-filter>mac-filter default-action)
[Tree] (config>system>security>mgmt-access-filter>ipv6-filter default-action)
[Tree] (config>system>security>mgmt-access-filter>ip-filter default-action)
Full Context
configure system security management-access-filter mac-filter default-action
configure system security management-access-filter ipv6-filter default-action
configure system security management-access-filter ip-filter default-action
Description
This command creates the default action for management access in the absence of a specific management access filter match.
The default-action is applied to a packet that does not satisfy any match criteria in any of the management access filters. Whenever management access filters are configured, the default-action must be defined.
Parameters
- permit
-
Specifies that packets not matching the configured selection criteria in any of the filter entries will be permitted.
- deny
-
Specifies that packets not matching the selection criteria be denied and that an ICMP host unreachable message will not be issued.
- deny-host-unreachable
-
Specifies that packets not matching the selection criteria be denied access and that an ICMP host unreachable message will be issued.
The deny-host-unreachable only applies to ip-filter and ipv6filter.
Platforms
All
default-action
Syntax
default-action {accept | drop}
Context
[Tree] (config>system>security>cpm-filter default-action)
Full Context
configure system security cpm-filter default-action
Description
This command specifies the action to take on the traffic when there are no filter entry matches. If there are no filter entries defined, the packets received are either dropped or forwarded based on that default action.
Default
default-action accept
Parameters
- accept
-
Specifies that packets matching the filter entry are forwarded.
- drop
-
Specifies that packets matching the filter entry are dropped.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
default-action
Syntax
default-action {deny-all | permit-all | none | read-only-all}
Context
[Tree] (config>system>security>profile default-action)
Full Context
configure system security profile default-action
Description
This command specifies the default action to be applied when no match conditions are met in the list of profile entry match commands. It does not apply in any way to other parts of the profile such as grpc rpc-authorization or netconf base-op-authorization.
When a user is a member of multiple profiles, profiles are evaluated in the order that they are configured. Evaluation stops if there is a match, or when the default action of the profile is deny-all, permit-all, or read-only-all. When the profile default action is none and if no match conditions are met in the profile, the next profile is evaluated. When the default action of the last profile is none and no explicit match is found, the command is denied.
Parameters
- deny-all
-
Sets the default of the profile to deny access to all commands.
- permit-all
-
Sets the default of the profile to permit access to all commands.
Note:In classic CLI but not in MD-CLI the permit-all parameter does not change access to security commands. Specific entries must be created in a command authorization profile in order to give access to security commands. The system populated "administrative” profile contains rules to access security commands.
- none
-
Sets the default of the profile to no-action. This option is useful to assign multiple profiles to a user.
- read-only-all
-
Sets the default of the profile to allow read-only access to all commands.
Platforms
All
default-action
Syntax
default-action {accept | next-entry | next-policy | drop | reject}
no default-action
Context
[Tree] (config>router>policy-options>policy-statement default-action)
Full Context
configure router policy-options policy-statement default-action
Description
Commands in this context configure actions to apply to routes that do not match any entries of a route policy statement.
The no form of this command deletes the default-action context for the policy statement.
Default
no default-action
Parameters
- accept
-
Specifies that routes not matched by any entry should be allowed or accepted. This parameter provides a context for modifying route properties.
- next-entry
-
Specifies that routes not matched by any entry should be evaluated by the next sequential entry in the policy chain, after route properties are possibly modified by the default action of the current policy.
- next-policy
-
Specifies that routes not matched by any entry should be evaluated by the next sequential policy in the policy chain, after route properties are possibly modified by the default action of the current policy.
- drop
-
Specifies that routes not matched by any entry should be disallowed or rejected. This parameter provides a context for modifying route properties.
- reject
-
Specifies that routes not matched by any entry should be disallowed or rejected. This parameter does not provide a context for modifying route properties.
Platforms
All
default-action
Syntax
default-action allow
default-action block-all
default-action block-http-redirect http-redirect-name
no default-action
Context
[Tree] (config>app-assure>group>url-filter>icap default-action)
[Tree] (config>app-assure>group>url-filter>web-service default-action)
[Tree] (config>app-assure>group>url-filter default-action)
[Tree] (config>app-assure>group>url-filter>local-filtering default-action)
Full Context
configure application-assurance group url-filter icap default-action
configure application-assurance group url-filter web-service default-action
configure application-assurance group url-filter default-action
configure application-assurance group url-filter local-filtering default-action
Description
This command configures a default action for the URL filter. The default action takes effect when the URL filter cannot be used. This may happen in the following scenarios.
-
In the case of a local URL list, when the URL list is shutdown or the file is not loaded due to an error.
-
In the case of ICAP or web filtering, when all TCP connections are busy or down.
The no form of this command removes the default-action for the URL filter.
Default
no default-action
Parameters
- allow
-
Specifies to allow traffic.
- block-all
-
Specifies to block traffic.
- block-http-redirect http-redirect-name
-
Specifies to block traffic and redirect the user to an information page, which can be different than the page the user is redirected to when the site they attempted to access was found in the URL filter; this page is configured using the config>aa>group>url-filter>http-redirect command.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-authentication-server-policy
default-authentication-server-policy
Syntax
default-authentication-server-policy policy-name
no default-authentication-server-policy
Context
[Tree] (config>service>vprn>radius-proxy>server default-authentication-server-policy)
[Tree] (config>router>radius-proxy>server default-authentication-server-policy)
Full Context
configure service vprn radius-proxy server default-authentication-server-policy
configure router radius-proxy server default-authentication-server-policy
Description
This command specifies the default radius-server-policy for RADIUS authentication. This policy is used when there is no specific match based on username.
The no form of this command removes the policy name from the configuration.
Parameters
- policy-name
-
Specifies the name of the default RADIUS server policy associated with this RADIUS proxy server for authentication purposes.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-brg-profile
default-brg-profile
Syntax
default-brg-profile profile-name
no default-brg-profile
Context
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>ranges>range>brg default-brg-profile)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>ranges>range>brg default-brg-profile)
[Tree] (config>service>ies>sub-if>grp-if>brg default-brg-profile)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>vlan-ranges>range>vrgw>brg default-brg-profile)
[Tree] (config>service>vprn>sub-if>grp-if>brg default-brg-profile)
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>vlan-ranges>range>vrgw>brg default-brg-profile)
Full Context
configure service ies subscriber-interface group-interface wlan-gw ranges range brg default-brg-profile
configure service vprn subscriber-interface group-interface wlan-gw ranges range brg default-brg-profile
configure service ies subscriber-interface group-interface brg default-brg-profile
configure service vprn subscriber-interface group-interface wlan-gw vlan-ranges range vrgw brg default-brg-profile
configure service vprn subscriber-interface group-interface brg default-brg-profile
configure service ies subscriber-interface group-interface wlan-gw vlan-ranges range vrgw brg default-brg-profile
Description
This command indicates that the default BRG profile must be used for new BRGs. This profile can be overridden by RADIUS.
Parameters
- profile-name
-
Specifies the name of the brg-profile to be applied.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-calltrace-profile
default-calltrace-profile
Syntax
default-calltrace-profile name
no default-calltrace-profile
Context
[Tree] (config>subscr-mgmt>pfcp-association default-calltrace-profile)
Full Context
configure subscriber-mgmt pfcp-association default-calltrace-profile
Description
This command configures the default call-trace profile that the BNG-UP uses if the CP enables call trace for a session, but the BNG-UP does not know the signaled profile. If no default is configured and the CP enables call trace with an unknown profile, no trace is started.
The no form of this command removes the call-trace profile.
Parameters
- name
-
Specifies the name of the default call-trace profile, up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-category-map
default-category-map
Syntax
default-category-map category-map-name
no default-category-map
Context
[Tree] (config>subscr-mgmt>credit-control-policy default-category-map)
Full Context
configure subscriber-mgmt credit-control-policy default-category-map
Description
This command configures the default category map.
The no form of this command reverts to the default.
Parameters
- category-map-name
-
Specifies the category map name, up to 32 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-charging-group
default-charging-group
Syntax
default-charging-group charging-group-name
no default-charging-group
Context
[Tree] (config>app-assure>group>policy default-charging-group)
Full Context
configure application-assurance group policy default-charging-group
Description
This command associates a charging group to any applications or app-groups that are not explicitly assigned to a charging group, for an application assurance policy.
The no form of this command deletes the default charging group from the configuration.
Default
no default-charging-group
Parameters
- charging-group-name
-
A string of up to 32 characters uniquely identifying an existing charging group in the system.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-credit
default-credit
Syntax
default-credit volume credits [bytes | kilobytes | megabytes | gigabytes]
default-credit time seconds
no default-credit
Context
[Tree] (config>subscr-mgmt>cat-map>category default-credit)
Full Context
configure subscriber-mgmt category-map category default-credit
Description
This command configures the default credit values for RADIUS credit control and Diameter Gy application credit control.
For RADIUS credit control, this command configures the default time or volume credit for this category. The default credit is used during initial setup when no quota is received from the RADIUS server.
For Diameter Gy credit control, this command specifies the interim credit assigned to this category (rating group) when Extended Failure Handling (EFH) is enabled. This command is ignored when EFH is disabled.
The no form of this command reverts to the default.
Parameters
- volume credits [bytes | kilobytes | megabytes | gigabytes]
-
Specifies the default value for the volume credit and the unit in which the default value is expressed.
- time seconds
-
Specifies the default value for the time credit, in seconds.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-dnat-ip-address
default-dnat-ip-address
Syntax
default-dnat-ip-address ip-address
no default-dnat-ip-address
Context
[Tree] (config>service>nat>nat-classifier default-dnat-ip-address)
Full Context
configure service nat nat-classifier default-dnat-ip-address
Description
This command configures the IP address to substitute for the destination IP address of the packets
Default
no default-dnat-ip-address
Parameters
- ip-address
-
Specifies the default DNAP IP address.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-dns
default-dns
Syntax
default-dns ip-address [secondary ip-address]
no default-dns
Context
[Tree] (config>service>ies>sub-if default-dns)
[Tree] (config>service>vprn>sub-if default-dns)
Full Context
configure service ies subscriber-interface default-dns
configure service vprn subscriber-interface default-dns
Description
This command configures last resort IP DNS addresses that can be used for name resolution by IPoE hosts (IA_NA, IA_PD and SLAAC) and PPPoE hosts (IA_NA, IA_PD and SLAAC).
The no form of this command reverts to the default.
Parameters
- ip-address
-
Specifies the IP address of the primary DNS server.
- secondary ip-address
-
Specifies the IP address of the secondary DNS server (optional).
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-dns
Syntax
default-dns ipv6-address [secondary ipv6-address]
no default-dns
Context
[Tree] (config>service>ies>sub-if>ipv6 default-dns)
[Tree] (config>service>vprn>sub-if>ipv6 default-dns)
Full Context
configure service ies subscriber-interface ipv6 default-dns
configure service vprn subscriber-interface ipv6 default-dns
Description
This command configures last resort IPv6 DNS addresses that can be used for name resolution by IPoEv6 hosts (IA_NA, IA_PD and SLAAC) and PPPoEv6 hosts (IA_NA, IA_PD and SLAAC).
The no form of this command reverts to the default.
Parameters
- ipv6-address
-
Specifies the IPv6 address of the primary DNS server.
- secondary ipv6-address
-
Specifies the IPv6 address of the secondary DNS server (optional).
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-domain
default-domain
Syntax
default-domain dns-name
no default-domain
Context
[Tree] (config>service>vprn>dns default-domain)
Full Context
configure service vprn dns default-domain
Description
This command configures the DNS domain name to be added in DNS retries when a DNS query is not replied or an empty DNS reply is received.
The no form of this command prevents DNS retries when the DNS query is not replied or an empty DNS reply is received.
Parameters
- dns-name
-
Specifies the name of the default domain, up to 255 characters. Allowed values for characters are alphabetical (A-Z), numeric (0-9), the minus sign (-), and the period (.). For example, "3gpp-network.org”.
Platforms
All
default-domain
Syntax
default-domain
Context
[Tree] (config>eth-cfm default-domain)
Full Context
configure eth-cfm default-domain
Description
Commands in this context configure MIP creation parameters per index (bridge-identifier bridge-id vlan vlan-id) if the MIP creation statement exists as part of the service connection. The mip creation statement must be present on the connection before any configuration can occur for a MIP under this context. The determining factor for MIP creation is based on the authoritative properties of the eth-cfm domain association configuration. The individual indexes in this table are used for MIP creation only when the association context is not authoritative; this includes the lack of association for a matching index.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
default-fc
default-fc
Syntax
default-fc fc-name
no default-fc
Context
[Tree] (config>qos>sap-ingress default-fc)
Full Context
configure qos sap-ingress default-fc
Description
This command configures the default forwarding class for the policy. If an ingress packet does not match a higher priority (more explicit) classification command, the default forwarding class or subclass if associated with the packet. Unless overridden by an explicit forwarding class classification rule, all packets received on an ingress SAP using this ingress QoS policy are classified to the default forwarding class. Optionally, the default ingress enqueuing priority for the traffic can be overridden as well.
The default forwarding class is best effort (be). The default-fc settings are displayed in the show configuration and save output regardless of inclusion of the detail keyword.
Default
default-fc "be”
Parameters
- fc-name
-
Specify the forwarding class name for the queue. The value specified for fc-name must be one of the predefined forwarding classes in the system.
The subclass-name parameter is optional and used with the fc-name parameter to define a preexisting subclass. The fc-name and subclass-name parameters must be separated by a period (dot). If subclass-name does not exist in the context of fc -name, an error will occur. If subclass-name is removed using the no fc fc-name.subclass-name force command, the default-fc command will automatically drop the subclass-name and only use fc-name (the parent forwarding class for the subclass) as the forwarding class.
Platforms
All
default-filter-action
default-filter-action
Syntax
default-filter-action default-action
Context
[Tree] (debug>app-assure>group>http-host>filter default-filter-action)
Full Context
debug application-assurance group http-host-recorder filter default-filter-action
Description
This command configures the recorder filter default action to either record or no-record. This parameter applies to http-host values not matching any expressions defined in the filter context.
Parameters
- default-action
-
Specifies the default action.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-group-interface
default-group-interface
Syntax
default-group-interface ip-int-name service-id service-id
default-group-interface ip-int-name service-name svc-name
no default-group-interface
Context
[Tree] (config>router>l2tp>group>ppp default-group-interface)
[Tree] (config>router>l2tp>group>tunnel>ppp default-group-interface)
[Tree] (config>service>vprn>l2tp>group>ppp default-group-interface)
[Tree] (config>service>vprn>l2tp>group>tunnel>ppp default-group-interface)
Full Context
configure router l2tp group ppp default-group-interface
configure router l2tp group tunnel ppp default-group-interface
configure service vprn l2tp group ppp default-group-interface
configure service vprn l2tp group tunnel ppp default-group-interface
Description
This command configures the group interface where the PPP sessions are established when the authentication server does not specify the group interface.
The no form of this command removes the interface name or service ID from the configuration.
Parameters
- ip-int-name
-
Specifies an IP interface name, up to 32 characters.
- service-id service-id
-
Specifies an existing service identification number.
This variant of the command is only supported in 'classic' configuration-mode (configure system management-interface configuration-mode classic). The default-group-interface ip-int-name service-name svc-name variant can be used in all configuration modes.
- service-name svc-name
-
Specifies an existing service name up to 64 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-gtp-tunnel-endpoint-limit
default-gtp-tunnel-endpoint-limit
Syntax
default-gtp-tunnel-endpoint-limit direction direction [create]
no default-gtp-tunnel-endpoint-limit direction direction
Context
[Tree] (config>app-assure>group>statistics>tca>gtp-filter default-gtp-tunnel-endpoint-limit)
Full Context
configure application-assurance group statistics threshold-crossing-alert gtp-filter default-gtp-tunnel-endpoint-limit
Description
This command configures a TCA for the counter capturing drops because the GTP endpoint limits create requests exceeding the configured allowed limit (set by the default-tunnel-endpoint-limit command). A default-gtp-tunnel-endpoint-limit drop TCA can be created for traffic generated from the subscriber side of AA (from-sub). The create keyword is mandatory when creating a TCA.
Parameters
- direction
-
Specifies the traffic direction.
- create
-
Keyword used to create the TCA.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-host
default-host
Syntax
default-host ipv4-prefix/mask | ipv6-prefix/prefix-length next-hop ipv4-address | ipv6-address
no default-host ipv4-prefix/mask | ipv6-prefix/prefix-length
Context
[Tree] (config>service>vprn>sub-if>grp-if>sap default-host)
[Tree] (config>service>ies>sub-if>grp-if>sap default-host)
Full Context
configure service vprn subscriber-interface group-interface sap default-host
configure service ies subscriber-interface group-interface sap default-host
Description
This command configures the default-host. More than one default host can be configured per SAP.
The no form of this command removes the values from the configuration.
Parameters
- ipv4prefix/prefix-length
-
Specifies an IPv4 prefix and prefix length.
- ipv6-prefix/prefix-length
-
Specifies an IPv6 prefix and prefix length.
- next-hop
-
Assigns the next hop IP address.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-instance
default-instance
Syntax
[no] default-instance
Context
[Tree] (config>service>vprn>isis>if default-instance)
Full Context
configure service vprn isis interface default-instance
Description
This command enables a non-MI capable router to establish an adjacency and operate with an SR OS in a non-zero instance. If the router does not receive IID-TLVs, it establishes an adjacency in a single instance. Instead of establishing an adjacency in the standard instance 0, the router establishes an adjacency in the configured non-zero instance. The router then operates in the configured non-zero instance so that it appears to be in the standard instance 0 to its neighbor. This feature is supported on point-to-point interfaces, broadcast interfaces are not supported.
The no form of this command disables the functionality so that the router can only establish adjacencies in the standard instance 0.
Default
no default-instance
Platforms
All
default-instance
Syntax
[no] default-instance
Context
[Tree] (config>router>isis>interface default-instance)
Full Context
configure router isis interface default-instance
Description
This command enables a non-MI capable router to establish an adjacency and operate with a router in a non-zero instance. If the router does not receive IID-TLVs, it will establish an adjacency in a single instance. Instead of establishing an adjacency in the standard instance 0, the router will establish an adjacency in the configured non-zero instance. The router will then operate in the configured non-zero instance so that it appears to be in the standard instance 0 to its neighbor. This feature is supported on point-to-point interfaces, broadcast interfaces are not supported.
This feature must be configured on the router connected to non-MI capable routers and on all other SR OS routers in the area, so that they receive non-MI LSPs in the correct instance and not in the base instance.
The no form of this command disables the functionality so that the router can only establish adjacencies in the standard instance 0.
Default
no default-instance
Platforms
All
default-ipv4-multicast-metric
default-ipv4-multicast-metric
Syntax
default-ipv4-multicast-metric metric
no default-ipv4-multicast-metric
Context
[Tree] (config>service>vprn>isis>level default-ipv4-multicast-metric)
Full Context
configure service vprn isis level default-ipv4-multicast-metric
Description
This command configures the default metric to be used for the IS-IS interface in the IPv4 multicast topology (MT3).
The no form of this command deletes the specified default metric and reverts to using the system default of 10.
Default
default-ipv4-multicast-metric 10
Parameters
- metric
-
Specifies the default metric for interfaces in the IPv4 multicast topology (MT3).
Platforms
All
default-ipv4-multicast-metric
Syntax
default-ipv4-multicast-metric metric
no default-ipv4-multicast-metric
Context
[Tree] (config>router>isis>level default-ipv4-multicast-metric)
Full Context
configure router isis level default-ipv4-multicast-metric
Description
This command configures the default metric to be used for the IS-IS interface in the IPv4 multicast topology (MT3).
The no form of this command deletes the specified default metric and reverts to using the system default of 10.
Default
default-ipv4-multicast-metric 10
Parameters
- metric
-
Specifies the default metric for interfaces in the IPv4 multicast topology (MT3).
Platforms
All
default-ipv6-multicast-metric
default-ipv6-multicast-metric
Syntax
default-ipv6-multicast-metric metric
no default-ipv6-multicast-metric
Context
[Tree] (config>service>vprn>isis>level default-ipv6-multicast-metric)
Full Context
configure service vprn isis level default-ipv6-multicast-metric
Description
This command configures the default metric to be used for the IS-IS interface in the IPv6 multicast topology (MT4).
The no form of this command deletes the specified default metric and reverts to using the system default of 10.
Default
default-ipv6-multicast-metric 10
Parameters
- metric
-
Specifies the default metric for interfaces in the IPv4 multicast topology (MT4).
1 to 16777215
Platforms
All
default-ipv6-multicast-metric
Syntax
default-ipv6-multicast-metric metric
no default-ipv6-multicast-metric
Context
[Tree] (config>router>isis>level default-ipv6-multicast-metric)
Full Context
configure router isis level default-ipv6-multicast-metric
Description
This command configures the default metric to be used for the IS-IS interface in the IPv6 multicast topology (MT4).
The no form of this command deletes the specified default metric and reverts to using the system default of 10.
Default
default-ipv6-multicast-metric 10
Parameters
- metric
-
Specifies the default metric for interfaces in the IPv4 multicast topology (MT4).
1 to 16777215
Platforms
All
default-ipv6-unicast-metric
default-ipv6-unicast-metric
Syntax
default-ipv6-unicast-metric ipv6 metric
no default-ipv6-unicast-metric
Context
[Tree] (config>service>vprn>isis>level default-ipv6-unicast-metric)
Full Context
configure service vprn isis level default-ipv6-unicast-metric
Description
This command specifies the default metric for IPv6 unicast.
Default
default-ipv6-unicast-metric 10
Parameters
- ipv6-metric
-
Specifies the default metric for IPv6 unicast.
Platforms
All
default-ipv6-unicast-metric
Syntax
default-ipv6-unicast-metric ipv6 metric
no default-ipv6-unicast-metric
Context
[Tree] (config>router>isis>level default-ipv6-unicast-metric)
Full Context
configure router isis level default-ipv6-unicast-metric
Description
This command specifies the default metric for IPv6 unicast.
The no form of this command reverts to the default value.
Default
default-ipv6-unicast-metric 10
Parameters
- ipv6-metric
-
Specifies the default metric for IPv6 unicast.
Platforms
All
default-label-preference
default-label-preference
Syntax
default-label-preference [ebgp ebgp label preference] [ibgp ibgp label preference]
no default-label-preference
Context
[Tree] (config>router>bgp>group>neighbor default-label-preference)
[Tree] (config>router>bgp default-label-preference)
[Tree] (config>router>bgp>group default-label-preference)
Full Context
configure router bgp group neighbor default-label-preference
configure router bgp default-label-preference
configure router bgp group default-label-preference
Description
This command specifies a route-table preference value to use for EBGP or IBGP routes carrying labeled-unicast prefixes and received from peers covered by the context of the command. Route-table preference comes into play when the route-table has multiple routes for the same IP prefix. In this case the route with the numerically lowest preference value is usually the route that is activated and installed into the IP FIB. By default all BGP routes have a route-table preference value of 170.
This command overrides the preference value assigned by the label-preference command; that other command does not distinguish between EBGP and IBGP routes. Overriding happens even when the default-label-preference value is inherited from a higher level of configuration and competes with an explicitly configured label-preference value at a lower level of configuration in the BGP hierarchy.
The preference value assigned by the default-label-preference command can always be overwritten by a route policy entry that accepts the route with a preference command in the action.
The no form of the command lets BGP route-table preference for labeled-unicast routes to be controlled by other means.
Default
no default-label-preference
Parameters
- ebgp label preference
-
Specifies the EBGP default preference label value.
- ibgp label preference
-
Specifies the IBGP default preference label value.
Platforms
All
default-metric
default-metric
Syntax
default-metric metric
no default-metric
Context
[Tree] (config>aaa>route-downloader default-metric)
Full Context
configure aaa route-downloader default-metric
Description
This command sets the default metric that routes imported by the RTM acquires.
The no form of this command removes the metric.
Default
default-metric 2
Parameters
- metric
-
Specifies the default metric of the routes imported.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-metric
Syntax
default-metric ipv4 metric
no default-metric
Context
[Tree] (config>service>vprn>isis>level default-metric)
Full Context
configure service vprn isis level default-metric
Description
This command specifies the configurable default metric used for all IS-IS interfaces on this level. This value is not used if a metric is configured for an interface.
Default
default-metric 10
Parameters
- ipv4 metric
-
Specifies the default metric for IPv4 unicast.
Platforms
All
default-metric
Syntax
default-metric metric
no default-metric
Context
[Tree] (config>service>vprn>ospf3>area>stub default-metric)
[Tree] (config>service>vprn>ospf>area>stub default-metric)
Full Context
configure service vprn ospf3 area stub default-metric
configure service vprn ospf area stub default-metric
Description
This command configures the metric used by the area border router (ABR) for the default route into a stub area. The default metric should only be configured on an ABR of a stub area. An ABR generates a default route if the area is a stub area.
The no form of this command reverts to the default value.
Default
default-metric 1
Parameters
- metric
-
The metric expressed as a decimal integer for the default route cost to be advertised into the stub area.
Platforms
All
default-metric
Syntax
default-metric ipv4 metric
no default-metric
Context
[Tree] (config>router>isis>level default-metric)
Full Context
configure router isis level default-metric
Description
This command specifies the configurable default metric used for all IS-IS interfaces on this level. This value is not used if a metric is configured for an interface.
The no form of this command reverts to the default value.
Default
default-metric 10
Parameters
- ipv4 metric
-
Specifies the default metric for IPv4 unicast.
Platforms
All
default-metric
Syntax
default-metric metric
no default-metric
Context
[Tree] (config>router>ospf3>area>stub default-metric)
[Tree] (config>router>ospf>area>stub default-metric)
Full Context
configure router ospf3 area stub default-metric
configure router ospf area stub default-metric
Description
This command configures the metric used by the area border router (ABR) for the default route into a stub area.
The default metric should only be configured on an ABR of a stub area.
An ABR generates a default route if the area is a stub area.
The no form of this command reverts to the default value.
Default
default-metric 1
Parameters
- metric
-
Specifies the metric expressed as a decimal integer for the default route cost to be advertised into the stub area.
Platforms
All
default-msap-policy
default-msap-policy
Syntax
default-msap-policy policy-name
no default-msap-policy
Context
[Tree] (config>service>vpls>sap default-msap-policy)
Full Context
configure service vpls sap default-msap-policy
Description
This command specifies the default managed SAP policy to use to create MSAPs when the response from the RADIUS server does not specify a managed SAP policy.
The policy-name parameter is only valid for a SAP with the keywords capture-sap specified in the SAP’s configuration. The capture-sap keyword in the SAP configuration captures the SAP where triggering packets is sent to the CPM. Non-triggering packets captured by the capture SAP is dropped.
The managed SAP policy must already be defined in the config>subscr-mgmt>msap-policy context.
The no form of this command removes the policy-name from the configuration.
Parameters
- policy-name
-
Specifies an existing default managed SAP policy.
Platforms
All
default-pap-password
default-pap-password
Syntax
default-pap-password password [hash | hash2 | custom]
no default-pap-password
Context
[Tree] (config>subscr-mgmt>ppp-policy default-pap-password)
Full Context
configure subscriber-mgmt ppp-policy default-pap-password
Description
This command configures the default PAP password for RADIUS authentication when the Password-Length=0 in the PAP Authenticate-Request.
RADIUS authentication cannot be initiated when the Password-Length=0 in the PAP Authenticate-Request and no default-pap-password is configured. The PPP session terminates in this case.
Parameters
- password
-
Specifies a default PAP password up to 64 characters.
- hash
-
Specifies the key is entered in an encrypted form. If the hash or hash2 parameter is not used, the key is assumed to be in an unencrypted, clear text form. For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.
- hash2
-
Specifies the key is entered in a more complex encrypted form that involves more variables than the key value alone, meaning that the hash2 encrypted variable cannot be copied and pasted. If the hash or hash2 parameter is not used, the key is assumed to be in an unencrypted, clear text form. For security, all keys are stored in encrypted form in the configuration file with the hash or hash2 parameter specified.
- custom
-
Specifies the custom encryption to management interface.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-path
default-path
Syntax
default-path path-name
Context
[Tree] (config>router>mpls>lsp-template default-path)
Full Context
configure router mpls lsp-template default-path
Description
A default path binding must be provided before the LSP template can be used for signaling LSP. The LSP template must be shutdown to modify default-path binding.
Parameters
- path-name
-
Configures the default path binding
Platforms
All
default-peer
default-peer
Syntax
[no] default-peer
Context
[Tree] (config>aaa>diam>node>peer default-peer)
Full Context
configure aaa diameter node peer default-peer
Description
This command designates a peer as a default peer. Traffic that is destined to realms that are not associated with locally configured peers, is sent to the default-peer. In effect, the default peer becomes a default route for Diameter realms.
This command is mandatory in multi-chassis redundancy where the inter-chassis peer is designated as default peer. Then, the SR with no open connections towards agents or servers, forwards all traffic to the inter-peer which maintains, as part of MCS, open connections with agents and servers.
The no form of this command reverts to the default.
Default
no default-peer
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-peer
Syntax
default-peer
no default-peer
Context
[Tree] (config>service>vprn>msdp>group>peer default-peer)
[Tree] (config>service>vprn>msdp>peer default-peer)
Full Context
configure service vprn msdp group peer default-peer
configure service vprn msdp peer default-peer
Description
This command configures a peer as a default MSDP peer. All SA messages from a default peer are accepted without the usual peer-reverse-path-forwarding (RPF) check.
Unlike the normal multicast RPF checks, the peer-RPF check stops SA messages from looping. See "Peer-RPF check" in the 7450 ESS, 7750 SR, 7950 XRS, and VSR Multicast Routing Protocols Guide for information about the peer-RPF check rules.
The no form of this command removes the default peer configuration. All SA messages from a non-default peer must be RPF checked.
Default
no default-peer
Platforms
All
default-peer
Syntax
[no] default-peer
Context
[Tree] (config>router>msdp>group>peer default-peer)
[Tree] (config>router>msdp>peer default-peer)
Full Context
configure router msdp group peer default-peer
configure router msdp peer default-peer
Description
This command configures a peer as a default MSDP peer. All SA messages from a default peer are accepted without the usual peer-reverse-path-forwarding (RPF) check.
Unlike the normal multicast RPF checks, the peer-RPF check stops SA messages from looping. See "Peer-RPF check" in the 7450 ESS, 7750 SR, 7950 XRS, and VSR Multicast Routing Protocols Guide for information about the peer-RPF check rules.
The no form of this command removes the default peer configuration. All SA messages from a non-default peer must be RPF checked.
Default
no default-peer
Platforms
All
default-pool
default-pool
Syntax
default-pool pool-name
no default-pool
Context
[Tree] (config>service>vprn>sub-if>grp-if>local-address-assignment default-pool)
[Tree] (config>service>vprn>sub-if>local-address-assignment default-pool)
[Tree] (config>service>ies>sub-if>local-address-assignment default-pool)
[Tree] (config>service>ies>sub-if>grp-if>local-address-assignment default-pool)
Full Context
configure service vprn subscriber-interface group-interface local-address-assignment default-pool
configure service vprn subscriber-interface local-address-assignment default-pool
configure service ies subscriber-interface local-address-assignment default-pool
configure service ies subscriber-interface group-interface local-address-assignment default-pool
Description
This command references a default DHCP address pool for local PPPoX pool management in case that the pool-name is not returned via Radius or LUDB.
Parameters
- pool-name
-
Specifies the name of the local DHCP server pool.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-preference
default-preference
Syntax
default-preference [ebgp ebgp preference] [ibgp ibgp preference]
no default-preference
Context
[Tree] (config>router>bgp>group default-preference)
[Tree] (config>router>bgp>group>neighbor default-preference)
[Tree] (config>router>bgp default-preference)
Full Context
configure router bgp group default-preference
configure router bgp group neighbor default-preference
configure router bgp default-preference
Description
This command specifies a route-table preference value to use for EBGP or IBGP routes carrying unlabeled prefixes and received from peers covered by the context of the command. Route-table preference comes into play when the route-table has multiple routes for the same IP prefix. In this case, the route with the numerically lowest preference value is usually the route that is activated and installed into the IP FIB. By default all BGP routes have a route-table preference value of 170.
This command overrides the preference value assigned by the preference command; that other command does not distinguish between EBGP and IBGP routes. Overriding happens even when the default-preference value is inherited from a higher level of configuration and competes with an explicitly configured preference value at a lower level of configuration in the BGP hierarchy.
The preference value assigned by the default-preference command can always be overwritten by a route policy entry that accepts the route with a preference command in the action.
The no form of the command lets BGP route-table preference to be controlled by other means.
Default
no default-preference
Parameters
- ebgp preference
-
Specifies the EBGP default preference value.
- ibgp preference
-
Specifies the IBGP default preference value.
Platforms
All
default-priority
default-priority
Syntax
default-priority {high | low}
no default-priority
Context
[Tree] (config>qos>sap-ingress default-priority)
Full Context
configure qos sap-ingress default-priority
Description
This command configures the default enqueuing priority for all packets received on an ingress SAP using this policy. To change the default priority for the policy, the fc-name must be defined whether it is being changed or not.
Default
default-priority low
Parameters
- high
-
Setting the enqueuing parameter to high for a packet increases the likelihood of enqueuing the packet when the ingress queue is congested. Ingress enqueuing priority only affects ingress SAP queuing. When the packet is placed in a buffer on the ingress queue, the significance of the enqueuing priority is lost.
- low
-
Setting the enqueuing parameter to low for a packet decreases the likelihood of enqueuing the packet when the ingress queue is congested. Ingress enqueuing priority only affects ingress SAP queuing. When the packet is placed in a buffer on the ingress queue, the significance of the enqueuing priority is lost.
Platforms
All
default-profile
default-profile
Syntax
default-profile profile-name
no default-profile
Context
[Tree] (config>app-assure>group>url-filter>web-service default-profile)
Full Context
configure application-assurance group url-filter web-service default-profile
Description
This command configures the default category profile to use when no category profile is explicitly selected for the subscriber.
The no form of this command removes the selected default profile configuration.
Default
no default-profile
Parameters
- profile-name
-
Specifies a configured category profile to use as the default profile name, up to 256 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-result
default-result
Syntax
default-result {revoked | good}
no default-result
Context
[Tree] (config>service>ies>if>ipsec>ipsec-tunnel>dyn>cert>status-verify default-result)
[Tree] (config>ipsec>trans-mode-prof>dyn>cert>status-verify default-result)
[Tree] (config>service>vprn>if>sap>ipsec-gw>cert>status-verify default-result)
[Tree] (config>service>vprn>if>sap>ipsec-tun>dyn>cert>status-verify default-result)
[Tree] (config>router>if>ipsec>ipsec-tun>dyn>cert>status-verify default-result)
[Tree] (config>service>ies>if>sap>ipsec-gw>cert>status-verify default-result)
[Tree] (config>service>vprn>if>ipsec>ipsec-tunnel>dyn>cert>status-verify default-result)
Full Context
configure service ies interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
configure ipsec ipsec-transport-mode-profile dynamic-keying cert default-result
configure service vprn interface sap ipsec-gw cert status-verify default-result
configure service vprn interface sap ipsec-tunnel dynamic-keying cert status-verify default-result
configure router interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
configure service ies interface sap ipsec-gw cert status-verify default-result
configure service vprn interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
Description
This command specifies the default certificate revocation status that is used result when both the primary and secondary CSV methods fail to verify the status.
Default
default-result revoked
Parameters
- good
-
Specifies that the certificate is considered as acceptable.
- revoked
-
Specifies that the certificate is considered as revoked.
Platforms
VSR
- configure router interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
- configure service vprn interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
- configure service ies interface ipsec ipsec-tunnel dynamic-keying cert status-verify default-result
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn interface sap ipsec-gw cert status-verify default-result
- configure ipsec ipsec-transport-mode-profile dynamic-keying cert default-result
- configure service vprn interface sap ipsec-tunnel dynamic-keying cert status-verify default-result
- configure service ies interface sap ipsec-gw cert status-verify default-result
default-result
Syntax
default-result certificate-tls-status
no default-result
Context
[Tree] (config>system>security>tls>server-tls-profile>status-verify default-result)
[Tree] (config>system>security>tls>client-tls-profile>status-verify default-result)
Full Context
configure system security tls server-tls-profile status-verify default-result
configure system security tls client-tls-profile status-verify default-result
Description
This command configures the default result of the entity certificate verification in the TLS client or server profile. This command overwrites the EE certificate revocation verification for the TLS client or server profile.
The no form of this command leaves the configured default result unchanged.
Default
default-result revoked
Parameters
- certificate-tls-status
-
Specifies the certificate status.
Platforms
All
default-retail-svc-id
default-retail-svc-id
Syntax
default-retail-svc-id service-id
no default-retail-svc-id
Context
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>vlan-tag-ranges default-retail-svc-id)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>vlan-tag-ranges default-retail-svc-id)
Full Context
configure service ies subscriber-interface group-interface wlan-gw vlan-tag-ranges default-retail-svc-id
configure service vprn subscriber-interface group-interface wlan-gw vlan-tag-ranges default-retail-svc-id
Description
This command specifies the id of default retail service if there is no match found in VLAN to retail map configuration (specified by the vlan command). For DSM and migrant, this command is only applicable for non-NAT stacks.
Parameters
- service-id
-
Specifies the identifier of the retail service to be used by default of a value in the retail service map of this interface.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-route-tag
default-route-tag
Syntax
default-route-tag tag
no default-route-tag
Context
[Tree] (config>service>epipe>bgp-evpn>srv6 default-route-tag)
[Tree] (config>service>vprn>bgp-evpn>mpls default-route-tag)
[Tree] (config>service>epipe>bgp-evpn>vxlan default-route-tag)
[Tree] (config>service>epipe>bgp-evpn>mpls default-route-tag)
[Tree] (config>service>vpls>bgp-evpn>srv6 default-route-tag)
[Tree] (config>service>vpls>bgp-evpn>mpls default-route-tag)
[Tree] (config>service>vpls>bgp-evpn>vxlan default-route-tag)
[Tree] (config>service>vprn>bgp-ipvpn>srv6 default-route-tag)
Full Context
configure service epipe bgp-evpn segment-routing-v6 default-route-tag
configure service vprn bgp-evpn mpls default-route-tag
configure service epipe bgp-evpn vxlan default-route-tag
configure service epipe bgp-evpn mpls default-route-tag
configure service vpls bgp-evpn segment-routing-v6 default-route-tag
configure service vpls bgp-evpn mpls default-route-tag
configure service vpls bgp-evpn vxlan default-route-tag
configure service vprn bgp-ivpn segment-routing-v6 default-route-tag
Description
This command configures a route tag that EVPN and IP-VPN use when sending a route to the BGP application (for the corresponding service and BGP instance). If the corresponding BGP EVPN instance is enabled, the command cannot be changed. Additionally, EVPN services can add tags to routes with proxy-arp/nd>evpn-route-tag or the route table tag (added using the import policy). Only one tag is passed from EVPN to the BGP for matching on export policies. In case of a conflict with other route tags pushed by EVPN, the default route tag has the least priority.
The following are examples of the conflict priority handling:
-
If a service is configured with both default-route-tag X and proxy-arp>evpn-route-tag Y, EVPN uses route tag Y when sending EVPN proxy-arp routes to the BGP RIB for advertisement.
-
If a given IP-prefix route is tagged in the route-table with tag A and the R-VPLS, in which the route is advertised, uses B as the default-route-tag, then EVPN keeps tag A when sending the route to the BGP RIB.
The default-route-tag configuration is only supported on EVPN and IP-VPN service routes. The route tag for ES and AD per-ES routes is always zero.
The no form of this command removes the default-route-tag (that is, it sets the route tag to zero).
Default
no default-route-tag
Parameters
- tag
-
Specifies the route tag.
Platforms
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS, VSR
- configure service epipe bgp-evpn segment-routing-v6 default-route-tag
- configure service vpls bgp-evpn segment-routing-v6 default-route-tag
All
- configure service vpls bgp-evpn mpls default-route-tag
- configure service vpls bgp-evpn vxlan default-route-tag
- configure service epipe bgp-evpn vxlan default-route-tag
- configure service vprn bgp-evpn mpls default-route-tag
- configure service epipe bgp-evpn mpls default-route-tag
default-route-tag
Syntax
default-route-tag tag
no default-route-tag
Context
[Tree] (config>service>vprn>isis default-route-tag)
Full Context
configure service vprn isis default-route-tag
Description
This command configures the route tag for default route for the router or VPRN service.
Parameters
- tag
-
Assigns a default tag.
Platforms
All
default-route-tag
Syntax
default-route-tag tag
no default-route-tag
Context
[Tree] (config>router>isis default-route-tag)
Full Context
configure router isis default-route-tag
Description
This command configures the route tag for default route.
Parameters
- tag
-
Assigns a default tag.
Platforms
All
default-route-tag
Syntax
default-route-tag tag
no default-route-tag
Context
[Tree] (config>service>vprn>bgp-evpn>vxlan default-route-tag)
Full Context
configure service vprn bgp-evpn vxlan default-route-tag
Description
This command configures a route tag that is used when sending a route to the BGP application (for the corresponding service and BGP instance). If the corresponding BGP instance is enabled, the command cannot be changed.
The no form of this command removes the default route tag.
Default
no default-route-tag
Parameters
- tag
-
Specifies the route tag.
Platforms
7750 SR-1, 7750 SR-s
default-route-target
default-route-target
Syntax
[no] default-route-target
Context
[Tree] (config>router>bgp>group default-route-target)
[Tree] (config>router>bgp>group>neighbor default-route-target)
Full Context
configure router bgp group default-route-target
configure router bgp group neighbor default-route-target
Description
This command originates the default RTC route (zero prefix length) towards the selected peers.
Default
no default-route-target
Platforms
All
default-router
default-router
Syntax
default-router ip-address [ip-address]
no default-router
Context
[Tree] (config>subscr-mgmt>loc-user-db>ipoe>host>options default-router)
[Tree] (config>router>dhcp>server>pool>subnet>options default-router)
[Tree] (config>service>vprn>dhcp6>server>pool>subnet default-router)
Full Context
configure subscriber-mgmt local-user-db ipoe host options default-router
configure router dhcp local-dhcp-server pool subnet options default-router
configure service vprn dhcp6 server pool subnet default-router
Description
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(es) from the configuration.
Parameters
- ip-address
-
Specifies up to four default router IP addresses. Each address must be unique within the subnet and specified in dotted decimal notation. Allowed values are IP addresses in the range 1.0.0.0 – 223.255.255.255 (with support of /31 subnets).
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-sap
default-sap
Syntax
[no] default-sap
Context
[Tree] (config>service>vpls>sap>managed-vlan-list default-sap)
Full Context
configure service vpls sap managed-vlan-list default-sap
Description
This command adds a default SAP to the managed VLAN list.
The no form of this command removes the default SAP to the managed VLAN list.
Platforms
All
default-secure-service
default-secure-service
Syntax
default-secure-service service-id ip-int-name
no default-secure-service
Context
[Tree] (config>service>vprn>if>sap>ipsec-gw default-secure-service)
[Tree] (config>service>ies>if>sap>ipsec-gw default-secure-service)
Full Context
configure service vprn interface sap ipsec-gw default-secure-service
configure service ies interface sap ipsec-gw default-secure-service
Description
This command specifies a service ID or service name of the default security service used by this SAP IPsec gateway.
Parameters
- service-id
-
Specifies a default secure service.
- ip-int-name
-
The name of private IPsec tunnel interface.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-set
default-set
Syntax
default-set set-id
no default-set
Context
[Tree] (config>router>mpls>class-forwarding-policy default-set)
Full Context
configure router mpls class-forwarding-policy default-set
Description
This command configures the default forwarding set.
Parameters
- set-id
-
Specifies the class forwarding set.
Platforms
All
default-size
default-size
Syntax
default-size
Context
[Tree] (config>qos>fp-resource-policy>aggregate-shapers>queue-sets default-size)
Full Context
configure qos fp-resource-policy aggregate-shapers queue-sets default-size
Description
Commands in this context configure the default queue-set size for individual object types.
Platforms
7750 SR-1, 7750 SR-s
default-tag
default-tag
Syntax
default-tag tag
no default-tag
Context
[Tree] (config>aaa>route-downloader default-tag)
Full Context
configure aaa route-downloader default-tag
Description
This command sets the default tag that routes processed by the AAA route downloader will take.
Any route received with a specific tag retains the specific tag. The tag value is passed to the Route Table Manager and is available as match condition on the export statement of other routing protocols.
The no form of this command reverts to the default.
Default
default-tag 0
Parameters
- tag
-
Specifies the default tag of the routes imported.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-tunnel-endpoint-limit
default-tunnel-endpoint-limit
Syntax
default-tunnel-endpoint-limit default-endpoint
no default-tunnel-endpoint-limit
Context
[Tree] (config>app-assure>group>gtp>gtp-fltr>gtp-tunnel-database default-tunnel-endpoint-limit)
Full Context
configure application-assurance group gtp gtp-filter gtp-tunnel-database default-tunnel-endpoint-limit
Description
This command configures the maximum number of GTP endpoints requested in GTP-C messages by using, for example, the PDP Context Create message type.
The validate-gtp-tunnels command must be enabled before using this command.
The no form of this command sets the limit to 4294967295 (the maximum number of GTP endpoints supported by AA FW minus one).
Default
no default-tunnel-endpoint-limit
Parameters
- default-endpoint
-
Specifies the limit.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-tunnel-template
default-tunnel-template
Syntax
default-tunnel-template ipsec-template-identifier
no default-tunnel-template
Context
[Tree] (config>service>ies>if>sap>ipsec-gw default-tunnel-template)
[Tree] (config>service>vprn>if>sap>ipsec-gw default-tunnel-template)
Full Context
configure service ies interface sap ipsec-gw default-tunnel-template
configure service vprn interface sap ipsec-gw default-tunnel-template
Description
This command configures a default tunnel policy template for the gateway.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
default-user-name
default-user-name
Syntax
default-user-name ppp-username
no default-user-name
Context
[Tree] (config>subscr-mgmt>ppp-policy default-user-name)
Full Context
configure subscriber-mgmt ppp-policy default-user-name
Description
This command configures the default username for authentication when not provided in PAP/CHAP authentication (no Name field in CHAP Response message or Peer-Id-Length=0 in PAP Authenticate-Request).
The PPP session terminates when no username is provided in PAP/CHAP authentication and no default-user-name is configured.
Parameters
- ppp-username
-
Specifies a default username up to 253 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
default-value
default-value
Syntax
default-value value-name
no default-value
Context
[Tree] (config>app-assure>group>policy>aso>char default-value)
Full Context
configure application-assurance group policy app-service-options characteristic default-value
Description
This command assigns one of the characteristic values as default.
When a default value is specified, app-profile entries that do not explicitly include this characteristic inherit the default value and use it as part of the AQP match criteria based on that app-profile.
A default-value is required for each characteristic. This is evaluated at commit time.
The no form of this command removes the default value for the characteristic.
Parameters
- value-name
-
Specifies the name of an existing characteristic value.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
defaults
defaults
Syntax
defaults
Context
[Tree] (config>router>dhcp6>server defaults)
Full Context
configure router dhcp6 local-dhcp-server defaults
Description
Commands in this context configure server default timer and option parameters. These can be overridden on a per-pool and per-prefix basis.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
defaults
Syntax
defaults
Context
[Tree] (config>subscr-mgmt>gtp>apn-policy>apn defaults)
Full Context
configure subscriber-mgmt gtp apn-policy apn defaults
Description
Commands in this context configure default parameters for the GTP connection that can be used when the parameters are not returned in authentication.
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
delay
delay
Syntax
delay
Context
[Tree] (config>router>if>if-attribute delay)
Full Context
configure router interface if-attribute delay
Description
Commands in this context configure or apply delay interface attributes such as static delay.
Platforms
All
delay
Syntax
delay interval
Context
[Tree] (config>system>management-interface>cli>md-cli>environment>progress-indicator delay)
Full Context
configure system management-interface cli md-cli environment progress-indicator delay
Description
This command sets the delay before the progress indicator is displayed in the MD-CLI.
Default
delay 500
Parameters
- interval
-
Specifies the delay interval, in milliseconds.
Platforms
All
delay
Syntax
delay delay-measurement-type
Context
[Tree] (config>test-oam>link-meas>template delay)
Full Context
configure test-oam link-measurement measurement-template delay
Description
This command configures the type of delay measurement statistic used in both the sample window and aggregate sample window.
The no form of this command reverts to the default value.
Default
delay min
Parameters
- delay-measurement-type
-
Specifies the type of delay measurement that is used for comparison and reporting.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-event
delay-event
Syntax
delay-event {forward | backward | round-trip} lowest-bin bin-number thresholdraise-threshold [clear clear-threshold]
no delay-event {forward | backward | round-trip}
Context
[Tree] (config>oam-pm>bin-group>bin-type delay-event)
Full Context
configure oam-pm bin-group bin-type delay-event
Description
This command sets the bin number, the threshold and the direction that is monitored to determine if a delay metric threshold crossing event has occurred or has cleared. It requires a bin number, a rising threshold value and a direction. If the clear-threshold value is not specified, the traffic crossing alarm is stateless. Stateless means the state is not carried forward to other measurement intervals. Each measurement interval is analyzed independently and without regard to any previous window. When a raise threshold is reached, the log event is generated. Each unique threshold can only be raised once for the threshold within measurement interval. If the optional clear threshold is specified, the traffic crossing alarm uses stateful behavior. Stateful means each unique previous event state is carried forward to following measurement intervals. If a threshold crossing event is raised another is not raised until a measurement interval completes, and the clear threshold has not been exceeded. A clear event is raised under that condition. In general, alarms are generated when there is a state change. The thresholds configured are applied to the count in specified bin and all higher number bins.
The no form of this command removes thresholding for this delay metric. The complete command must be configured in order to remove the specific threshold.
Parameters
- forward
-
Specifies the threshold is applied to the forward direction bin.
- backward
-
Specifies the threshold is applied to the backward direction bin.
- round-trip
-
Specifies the threshold is applied to the roundtrip direction bin.
- bin-number
-
Specifies the number of the bin that the threshold is applied to. This bin and all higher bins are monitored to determine if the sum total results in these bins have reached or crossed the configured threshold.
- raise-threshold
-
Specifies the rising numerical value in the range that determines when the event is to be generated, when value reached.
- clear-threshold
-
Specifies an optional numerical value in the range threshold used to indicate stateful behavior that allows the operator to configure a lower value than the rising threshold that determines when the clear event should be generated. Clear is generated when the end of measurement interval count is less than or equal to the configured value. If this option is not configured the behavior is stateless. Zero means no results can exist in the lower bin or any higher.
Platforms
All
delay-event-exclusion
delay-event-exclusion
Syntax
delay-event-exclusion {forward | backward | round-trip} lowest-bin bin-number
no delay-event-exclusion {forward | backward | round-trip}
Context
[Tree] (config>oam-pm>bin-group>bin-type delay-event-exclusion)
Full Context
configure oam-pm bin-group bin-type delay-event-exclusion
Description
This optional command allows results from probes that map to the specified bin and higher bins to be excluded from the TCA count. The TCA count is used to determine if a threshold has been reached by the event monitoring function. Individual counters are incremented in the bin, but the counts in the specified bin and higher bins are not included in the TCA threshold computation. A delay-event must be configured in the same direction, and the lowest-bin configured as part of the delay-event-exclusion command must be higher than the lowest bin specified by the corresponding delay-event command.
The bin group allows this optional command to be added, modified, or deleted while tests are actively referencing the bin group. The bin group does not need to be shut down during delay-event-exclusion configuration. If the values are modified while the active tests are executing, all configured TCAs for the specified direction within the bin group enters a pending (p) state until the start of the next measurement interval. Any existing stateful TCAs that were raised are cleared without creating a log event, and no further processing for the affected TCAs occur in the active window. Depending on timing, the pending state may continue past the adjacent measurement interval until the start of the following measurement interval.
The no form of this command does not exclude any values from the configured TCA threshold.
Default
no delay-event-exclusion forward
no delay-event-exclusion backward
no delay-event-exclusion round-trip
Parameters
- forward
-
Specifies the forward direction bin.
- backward
-
Specifies the backward direction bin.
- round-trip
-
Specifies the round-trip direction bin.
- bin-number
-
Specifies the number of the lowest bin that the exclusion is applied to. This bin and all higher bins are excluded from the delay-event (TCA) count. If no bin numbers are configured, this command is ignored.
Platforms
All
delay-events
delay-events
Syntax
[no] delay-events
Context
[Tree] (config>oam-pm>session>meas-intvl>event-mon delay-events)
Full Context
configure oam-pm session meas-interval event-mon delay-events
Description
This command enables the monitoring of all configured delay events. Adding this functionality starts the monitoring of the configured delay events at the start of the next measurement interval. If the function is removed using the no command, all monitoring of configured delay events, logging, and recording of new events for that session are suspended. Any existing events at the time of the shut down are maintained until the active measurement window in which the removal was performed has completed. The state of this monitoring function can be changed without having to shut down all the tests in the session.
The no form of this command disables the monitoring of all configured delay events.
Platforms
All
delay-metric-limit
delay-metric-limit
Syntax
delay-metric-limit delay-metric-limit
no delay-metric-limit
Context
[Tree] (config>router>mpls>lsp>primary delay-metric-limit)
[Tree] (config>router>mpls>lsp>secondary delay-metric-limit)
Full Context
configure router mpls lsp primary delay-metric-limit
configure router mpls lsp secondary delay-metric-limit
Description
This command configures the upper limit of the delay metric used by the local CSPF in the LSP path computation. The configured limit is used only if the configured metric type is delay. (The metric type is configured using the configure router mpls lsp metric-type or configure router mpls lsp-template metric-type command.)
The no form of this command causes the computation to select the lowest latency path if the configured metric type is delay.
Default
no delay-metric-limit
Parameters
- delay-metric-limit
-
Specifies the limit, in microseconds.
Platforms
All
delay-normalization
delay-normalization
Syntax
[no] delay-normalization
Context
[Tree] (config>router>isis>interface delay-normalization)
Full Context
configure router isis interface delay-normalization
Description
Commands in this context configure delay normalization for the interface within the IGP instance.
When configured, the normalized delay is used by the respective TLVs within the IGP link-state packets.
The no form of this command removes the delay normalization configuration. When unconfigured, the measured delay is used by the respective TLVs within the IGP link-state packets.
Default
no delay-normalization
Platforms
All
delay-normalization
Syntax
[no] delay-normalization
Context
[Tree] (config>router>ospf>area>interface delay-normalization)
Full Context
configure router ospf area interface delay-normalization
Description
Commands in this context configure delay normalization for the interface within the IGP instance.
When configured, the normalized delay is used by the respective TLVs within the IGP link-state packets.
The no form of this command removes the delay normalization configuration. When unconfigured, the measured delay is used by the respective TLVs within the IGP link-state packets.
Default
no delay-normalization
Platforms
All
delay-on-boot
delay-on-boot
Syntax
delay-on-boot delay
no delay-on-boot
Context
[Tree] (config>system>grpc delay-on-boot)
Full Context
configure system grpc delay-on-boot
Description
This command configures the delay timer for gRPC connections. When the timer expires, gRPC becomes operational and connections are accepted. This delay prevents automation from managing the system while it is still converging. This delay prevents automation from managing the system while it is still converging.
The no form of this command specifies that connections are accepted after the system boots and gRPC becomes operational.
Default
no delay-on-boot
Parameters
- delay
-
Specifies the delay, in seconds.
Platforms
All
delay-on-boot
Syntax
delay-on-boot delay
no delay-on-boot
Context
[Tree] (config>system>netconf>listen delay-on-boot)
Full Context
configure system netconf listen delay-on-boot
Description
This command configures the delay timer for NETCONF connections. When the timer expires, NETCONF becomes operational and connections are accepted. This delay prevents automation from managing the system while it is still converging.
The no form of this command specifies that connections are accepted after the system boots and NETCONF becomes operational.
Default
no delay-on-boot
Parameters
- delay
-
Specifies the delay, in seconds.
Platforms
All
delay-on-boot
Syntax
delay-on-boot delay
no delay-on-boot
Context
[Tree] (config>system>grpc-tunnel delay-on-boot)
Full Context
configure system grpc-tunnel delay-on-boot
Description
This command configures the delay timer for gRPC tunnels. When the timer expires, gRPC tunnels become operational and connections are accepted. This delay prevents automation from trying to initiate gRPC tunnels while it is still converging.
The no form of this command specifies that gRPC tunnels are initiated after the system boots and gPRC becomes operational.
Default
no delay-on-boot
Parameters
- delay
-
Specifies the delay, in seconds.
Platforms
All
delay-on-boot
Syntax
delay-on-boot delay
no delay-on-boot
Context
[Tree] (config>system>management-interface>remote-management delay-on-boot)
Full Context
configure system management-interface remote-management delay-on-boot
Description
This command configures the delay timer for remote management connections over gRPC. When the timer expires, remote management becomes operational and connections are accepted. This delay prevents automation from managing the system while it is still converging.
The no form of this command specifies that remote management connections are accepted after the system boots and gRPC becomes operational.
Default
no delay-on-boot
Parameters
- delay
-
Specifies the delay, in seconds.
Platforms
All
delay-on-boot
Syntax
delay-on-boot delay
no delay-on-boot
Context
[Tree] (config>system>telemetry>persistent-subscriptions delay-on-boot)
Full Context
configure system telemetry persistent-subscriptions delay-on-boot
Description
This command configures the delay timer for gRPC telemetry persistent subscriptions. When the timer expires, gRPC telemetry persistent subscriptions become operational and connections are initiated. This delay prevents the system from trying to establish gRPC persistent subscriptions while it is still converging.
The no form of this command specifies that gRPC telemetry persistent subscriptions are initiated after the system boots and gRPC is operational.
Default
no delay-on-boot
Parameters
- delay
-
Specifies the delay, in seconds.
Platforms
All
delay-selection
delay-selection
Syntax
delay-selection {static | dynamic | static-preferred | dynamic-preferred}
no delay-selection
Context
[Tree] (config>router>if>if-attr>delay delay-selection)
Full Context
configure router interface if-attribute delay delay-selection
Description
This command selects the delay source to be advertised by the IGP for this interface.
The no form of this command reverts to the default value.
Default
delay-selection static-preferred
Parameters
- static
-
Keyword to use only statically configured delay and ignore dynamic delay measurements generated by link-measurement.
- dynamic
-
Keyword to use only dynamic delay measurements generated by link-measurement and ignore statically configured delay.
- static-preferred
-
Keyword to prefer the configured static delay over the dynamic delay. If static delay is not configured, the delay reported using link-measurement is used.
- dynamic-preferred
-
Keyword to prefer the dynamic reported delay over the statically configured delay. If no dynamic delay has been reported using link-measurement, the statically configured delay is used.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-start-time
delay-start-time
Syntax
delay-start-time delay
no delay-start-time
Context
[Tree] (config>subscr-mgmt>acct-plcy delay-start-time)
Full Context
configure subscriber-mgmt radius-accounting-policy delay-start-time
Description
It is recommended to only use this command when session-accounting is used. By default, a dual stack subscriber generates a RADIUS accounting interim message for each new host update (IPv4, IPv6 WAN, and IPv6 PD). This command delays the trigger of a RADIUS accounting start message and allows all hosts to connect first. When the delay timer expires, a single RADIUS accounting start message containing all the host currently connected to the BNG is sent to the server. Subsequent host connections will trigger interim-updates if host-update is enabled on session-accounting. For all other accounting modes, this command will delay the trigger of an accounting start when a host connects.
The no form of this command reverts to the default.
Default
no delay-start-time
Parameters
- delay
-
Specifies the accounting start delay, in seconds.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
delay-template
delay-template
Syntax
delay-template delay-template-name
no delay-template
Context
[Tree] (config>oam-pm>session>ethernet>dmm delay-template)
Full Context
configure oam-pm session ethernet dmm delay-template
Description
This command specifies a reference to a config>oam-pm>streaming delay-template for the Ethernet DMM test. It is possible to include a delay template reference that is not configured under config>oam-pm>streaming. In this case, the streaming of the results is not in effect. Refer to the config>oam-pm>streaming delay-template command for session to template interaction behaviors.
The no form of this command deletes the delay template from the test.
Default
no delay-template
Parameters
- delay-template-name
-
Specifies the delay template name, up to 64 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-template
Syntax
delay-template delay-template-name
no delay-template
Context
[Tree] (config>oam-pm>session>ip>twamp-light delay-template)
Full Context
configure oam-pm session ip twamp-light delay-template
Description
This command specifies a reference to a config>oam-pm>streaming delay-template for the IP TWAMP LIGHT test. It is possible to include a delay template reference that is not configured under config>oam-pm>streaming. In this case, streaming of results are not in effect. Refer to the config>oam-pm>streaming delay-template command for session to template interaction behaviors.
The no form of this command deletes the delay template from the test.
Default
no delay-template
Parameters
- delay-template-name
-
Specifies the delay template name, up to 64 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-template
Syntax
delay-template delay-template-name
no delay-template
Context
[Tree] (config>oam-pm>session>mpls>dm delay-template)
Full Context
configure oam-pm session mpls dm delay-template
Description
This command specifies a reference to a config>oam-pm>streaming delay-template for the MPLS DM test. It is possible to include a delay template reference that is not configured under config>oam-pm>streaming. In this case, streaming of results are not in effect. Refer to the config>oam-pm>streaming delay-template command for session to template interaction behaviors.
The no form of this command deletes the delay template from the test.
Default
no delay-template
Parameters
- delay-template-name
-
Specifies the delay template name, up to 64 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-template
Syntax
delay-template template-name [create]
no delay-template template-name
Context
[Tree] (config>oam-pm>streaming delay-template)
Full Context
configure oam-pm streaming delay-template
Description
This command specifies a template for streaming delay metrics that can be referenced under the oam-pm>session technology delay style test.
The delay-template must be configured under the technology delay test oam-pm>session to allow the delay specific test to stream results using the configured template attributes.
The no form of this command deletes the specified delay template.
Parameters
- template-name
-
Specifies the template name, up to 64 characters.
- create
-
Creates the template.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delay-threshold
delay-threshold
Syntax
delay-threshold microseconds
no delay-threshold
Context
[Tree] (config>test-oam>sath>accept-crit-tmpl delay-threshold)
Full Context
configure test-oam service-activation-testhead acceptance-criteria-template delay-threshold
Description
This command configures a delay value that is compared to the measured delay at the end of the test to declare the test result. If the measured value is greater than the configured value, the test fails; otherwise, it passes. A measured delay value of zero also causes the test to fail.
The no form of this command disables the comparison and ignores the threshold value when declaring the test result.
Default
no delay-threshold
Parameters
- microseconds
-
Specifies the delay value, in microseconds, to compare with the measured value.
Platforms
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS
delay-tolerance-interval
delay-tolerance-interval
Syntax
delay-tolerance-interval [delay-tolerance-interval]
no delay-tolerance-interval
Context
[Tree] (config>router>isis>if>delay-normalization delay-tolerance-interval)
Full Context
configure router isis interface delay-normalization delay-tolerance-interval
Description
This command configures the interval, in microseconds, used by the IGP between two delay values.
The no form of this command reverts to the default.
Default
10 usec
Parameters
- delay-tolerance-interval
-
Specifies the delay tolerance interval, in microseconds.
Platforms
All
delay-tolerance-interval
Syntax
delay-tolerance-interval [delay-tolerance-interval]
no delay-tolerance-interval
Context
[Tree] (config>router>ospf>area>if>delay-normalization delay-tolerance-interval)
Full Context
configure router ospf area interface delay-normalization delay-tolerance-interval
Description
This command configures the interval used by the IGP between two delay values on the interface.
The no form of this command reverts to the default.
Default
10 usec
Parameters
- delay-tolerance-interval
-
Specifies the delay tolerance interval, in microseconds.
Platforms
All
delay-var-threshold
delay-var-threshold
Syntax
delay-var-threshold microseconds
no delay-var-threshold
Context
[Tree] (config>test-oam>sath>accept-crit-tmpl delay-var-threshold)
Full Context
configure test-oam service-activation-testhead acceptance-criteria-template delay-var-threshold
Description
This command configures a delay variation value that is compared to the measured delay variation at the end of the test to declare the test result. If the measured value is greater than the configured value, the test fails; otherwise, it passes.
The no form of this command disables the comparison ignores the threshold value when declaring the test result.
Default
no delay-var-threshold
Parameters
- microseconds
-
Specifies the delay variation value, in microseconds, to compare with the measured value.
Platforms
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS
delegated-ipv6-prefix
delegated-ipv6-prefix
Syntax
[no] delegated-ipv6-prefix
Context
[Tree] (config>subscr-mgmt>acct-plcy>include-radius-attribute delegated-ipv6-prefix)
Full Context
configure subscriber-mgmt radius-accounting-policy include-radius-attribute delegated-ipv6-prefix
Description
This command enables the generation of the delegated-ipv6-prefix RADIUS attribute.
The no form of this command disables the generation of the delegated-ipv6-prefix RADIUS attribute.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
delegated-prefix-length
delegated-prefix-length
Syntax
delegated-prefix-length [minimum prefix-length] [maximum prefix-length]
no delegated-prefix-length
Context
[Tree] (config>router>dhcp6>server>pool delegated-prefix-length)
[Tree] (config>service>vprn>dhcp6>server>pool delegated-prefix-length)
Full Context
configure router dhcp6 local-dhcp-server pool delegated-prefix-length
configure service vprn dhcp6 local-dhcp-server pool delegated-prefix-length
Description
This command configures the delegated prefix length that is used if the DHCPv6 client does not specify a prefix length hint.
The DHCPv6 client prefix length hint is limited by the range specified by the minimum and maximum parameters. If the hint is smaller than the minimum, the allocated prefix length is equal to the minimum length. If the hint is larger than the maximum, the allocated prefix length is equal to the maximum length.
The no form of this command reverts to the default.
Default
delegated-prefix-length 64 minimum 48 maximum 64
Parameters
- prefix-length
-
Specifies the minimum or maximum allowed prefix length, in bits.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
delegated-prefix-length
Syntax
delegated-prefix-length bits
delegated-prefix-length variable
no delegated-prefix-length
Context
[Tree] (config>service>ies>sub-if>ipv6 delegated-prefix-length)
[Tree] (config>service>vprn>sub-if>ipv6 delegated-prefix-length)
Full Context
configure service ies subscriber-interface ipv6 delegated-prefix-length
configure service vprn subscriber-interface ipv6 delegated-prefix-length
Description
This command configures the subscriber interface level setting for delegated prefix length. The delegated prefix length for a subscriber- interface can be either set to a fixed value that is explicitly configured under the subscriber interface CLI hierarchy or a variable value that can be obtained from various sources. This command can be changed only when no IPv6 prefixes are configured under the subscriber-interface context.
The no form of this command reverts to the default.
Default
no delegated-prefix-length (the delegated prefix length is 64)
Parameters
- bits
-
Specifies the delegated prefix length in bits. This value is applicable to the entire subscriber interface. In case that the delegated prefix length is also supplied via other means (LUDB, RADIUS or DHCP Server), such supplied value must match the value configured under the subscriber-interface context. Otherwise, the prefix instantiation in the router fails.
- variable
-
Specifies that the delegated prefix value can be of any length between 48 to 64. The value itself can vary between the prefixes and is provided at the time of prefix instantiation. The order of priority for the source of the delegated prefix length is:
-
LUDB
-
RADIUS
-
DHCPv6 server
-
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
delete
delete
Syntax
delete file-url [force] [no-redirect] [client-tls-profile profile] [proxy proxy-url]
Context
[Tree] (file delete)
Full Context
file delete
Description
This command deletes the specified file.
The optional wildcard (*) can be used to delete multiple files that share a common (partial) prefix and/or (partial) suffix. When the wildcard is entered, the following prompt displays for each file that matches the wildcard:
"Delete file <filename> (y/n)?”
Parameters
- file-url
-
Specifies the file name to delete.
- force
-
Forces an immediate deletion of the specified file(s). The command file delete * force deletes all the wildcard matching files without displaying a user prompt message. This command also automatically accepts HTTP redirects unless overridden by the no-redirect parameter.
- profile
-
Specifies the TLS client profile configured under config>system>security>tls>client-tls-profile to use.
- proxy-url
-
Specifies the URL of an HTTP proxy. For example, http://proxy.mydomain.com:8000. This URL must be an HTTP URL and not an HTTPS URL.
- no-redirect
-
Specifies to automatically refuse any HTTP redirects without prompting the user.
Platforms
All
delete
Syntax
delete [line]
Context
[Tree] (candidate delete)
Full Context
candidate delete
Description
This command deletes the selected CLI node (which includes all sub-branches). The deleted lines are also copied into a temporary buffer that can be used for a subsequent insert.
Parameters
- line
-
Indicates which line to delete.
Platforms
All
delete
Syntax
delete [{checkpoint-id | rescue | latest-rb}]
Context
[Tree] (admin>rollback delete)
Full Context
admin rollback delete
Description
This command deletes a rollback checkpoint and causes the suffixes to be adjusted (decremented) for all checkpoints older that the one that was deleted (to close the hole in the list of checkpoint files and create room to create another checkpoint).
If config redundancy rollback-sync is enabled, a rollback delete will also delete the equivalent checkpoint on the standby CF and shuffle the suffixes on the standby CF.
It is not advised to manually delete a rollback checkpoint (for example, using a file delete command). If a rollback checkpoint file is manually deleted without using the admin rollback delete command then the suffixes of the checkpoint files are not shuffled, nor is the equivalent checkpoint file deleted from the standby CF. This manual deletion creates a hole in the checkpoint file list until enough new checkpoints have been created to roll the hole off the end of the list.
Parameters
- checkpoint-id
-
An ID indicating a specific rollback checkpoint. A checkpoint-id of 1 indicates the rollback checkpoint file (at the configured rollback location) with *.rb.1 as the suffix, 2 for file *.rb.2, and so on.
- latest-rb
-
Specifies the most recently created rollback checkpoint (corresponds to the file-url.rb rollback checkpoint file).
- rescue
-
Deletes the rescue checkpoint. No checkpoint suffix numbers are changed.
Platforms
All
delete-config
delete-config
Syntax
[no] delete-config
Context
[Tree] (configure>system>security>profile>netconf>base-op-authorization delete-config)
Full Context
configure system security profile netconf base-op-authorization delete-config
Description
This command enables the NETCONF <delete-config> RPC.
The no form of this command disables the RPC.
Default
no delete-config
The operation is enabled by default in the built-in system-generated administrative profile.
Platforms
All
delete-pending
delete-pending
Syntax
[no] delete-pending
Context
[Tree] (config>subscr-mgmt>wlan-gw>ue-query>state delete-pending)
Full Context
configure subscriber-mgmt wlan-gw ue-query state delete-pending
Description
This command enables matching on UEs that are in a delete-pending state.
The no form of this command disables matching on UEs in a delete pending-state, unless all state matching is disabled.
Default
no delete-pending
Platforms
7750 SR, 7750 SR-e, 7750 SR-s, VSR
delivery-service
delivery-service
Syntax
delivery-service service-id
delivery-service name service-name
no delivery-service
Context
[Tree] (config>service>ies>if>sap>ip-tunnel delivery-service)
[Tree] (config>service>vprn>if>sap>ip-tunnel delivery-service)
Full Context
configure service ies interface sap ip-tunnel delivery-service
configure service vprn interface sap ip-tunnel delivery-service
Description
This command sets the delivery service for GRE encapsulated packets associated with a particular GRE tunnel. This is the IES or VPRN service where the GRE encapsulated packets are injected and terminated. The delivery service may be the same service that owns the private tunnel SAP associated with the GRE tunnel. The GRE tunnel does not come up until a valid delivery service is configured.
The no form of this command deletes the delivery-service from the GRE tunnel configuration.
Parameters
- service-id
-
Identifies the service used to originate and terminate the GRE encapsulated packets belonging to the GRE tunnel.
This variant of the command is only supported in 'classic' configuration-mode (configure system management-interface configuration-mode classic). The delivery-service name service-name variant can be used in all configuration modes.
- service-name
-
Identifies the service used to originate and terminate the GRE encapsulated packets belonging to the GRE tunnel.
Platforms
All
delta-consumed-agg-rate
delta-consumed-agg-rate
Syntax
delta-consumed-agg-rate percent percent-of-delta-consumed-agg-rate
no delta-consumed-agg-rate
Context
[Tree] (config>qos>adv-config-policy>child-control>bandwidth-distribution>above-offered-allowance delta-consumed-agg-rate)
Full Context
configure qos adv-config-policy child-control bandwidth-distribution above-offered-allowance delta-consumed-agg-rate
Description
This command configures the percentage of the delta (from the beginning to the end of the current H-QoS below CIR or above CIR pass) of the aggregate rate consumed by its other members that can be given to a queue at the end of an H-QoS below CIR pass and above CIR pass. This command is only applicable when the port scheduler is configured to use the above-offered-allowance-control algorithm, otherwise it is ignored.
The no form of this command reverts the delta-consumed-agg-rate percent to its default value.
Default
delta-consumed-agg-rate 20.00
Parameters
- percent-of-delta-consumed-agg-rate
-
Specifies the percentage of the delta (over the current H-QoS below CIR or above CIR pass) consumed aggregate rate that can be given to a queue.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delta-consumed-higher-tier-rate
delta-consumed-higher-tier-rate
Syntax
delta-consumed-higher-tier-rate percent percent-of-delta-consumed-high-tier-rate
no delta-consumed-higher-tier-rate
Context
[Tree] (config>qos>adv-config-policy>child-control>bandwidth-distribution>above-offered-allowance delta-consumed-higher-tier-rate)
Full Context
configure qos adv-config-policy child-control bandwidth-distribution above-offered-allowance delta-consumed-higher-tier-rate
Description
This command configures the percentage of the delta (from the beginning to the end of the current H-QoS below CIR or above CIR pass) of the higher tier rate consumed by its other members that can be given to a queue at the end of an H-QoS below CIR pass and above CIR pass. Higher tier refers to the Vport aggregate rate and port scheduler level, group, and maximum rates.
This command is only applicable when the port scheduler is configured to use the above-offered-allowance-control algorithm, otherwise it is ignored.
The no form of this command reverts the delta-consumed-higher-tier-rate percent to its default value.
Default
delta-consumed-higher-tier-rate 5.00
Parameters
- percent-of-delta-consumed-high-tier-rate
-
Specifies the percentage of the delta (over the current H-QoS below CIR or above CIR pass) consumed higher tier rate that can be given to a queue.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
delta-in-use-limit
delta-in-use-limit
Syntax
delta-in-use-limit limit
no delta-in-use-limit
Context
[Tree] (config>vrrp>policy delta-in-use-limit)
Full Context
configure vrrp policy delta-in-use-limit
Description
This command sets a lower limit on the virtual router in-use priority that can be derived from the delta priority control events.
Each vrrp-priority-id places limits on the delta priority control events to define the in-use priority of the virtual router instance. Setting this limit prevents the sum of the delta priority events from lowering the in-use priority value of the associated virtual router instances below the configured value.
The limit has no effect on explicit priority control events. Explicit priority control events are controlled by setting the in-use priority to any value between 1 and 254.
Only non-owner virtual router instances can be associated with VRRP priority control policies and their priority control events.
Once the total sum of all delta events is calculated and subtracted from the base priority of the virtual router instance, the result is compared to the delta-in-use-limit value. If the result is less than the limit, the delta-in-use-limit value is used as the virtual router in-use priority value. If an explicit priority control event overrides the delta priority control events, the delta-in-use-limit has no effect.
Setting the limit to a higher value than the default of 1 limits the effect of the delta priority control events on the virtual router instance base priority value. This allows for multiple priority control events while minimizing the overall effect on the in-use priority.
Changing the in-use-priority-limit causes an immediate re-evaluation of the in-use priority values for all virtual router instances associated with this vrrp-policy-id based on the current sum of all active delta control policy events.
The no form of the command reverts to the default value.
Default
delta-in-use-limit 1 — Specifies the lower limit of 1 for the in-use priority, as modified, by delta priority control events.
Parameters
- limit
-
Specifies the lower limit of the in-use priority base, as modified by priority control policies. The in-use-priority-limit has the same range as the non-owner virtual router instance base-priority parameter. If the result of the total delta priority control events minus the virtual router instances base-priority, is less than the in-use-priority-limit, the in-use-priority-limit value is used as the virtual router instances in-use priority value.
Setting the in-use-priority-limit to a value equal to or larger than the virtual router instance base-priority prevents the delta priority control events from having any effect on the virtual router instance in-use priority value.
Platforms
All
dent-threshold
dent-threshold
Syntax
dent-threshold threshold
no dent-threshold
Context
[Tree] (config>mcast-mgmt>mcast-info-plcy>video-policy>video-if>hd dent-threshold)
[Tree] (config>mcast-mgmt>mcast-info-plcy>video-policy>video-if>pip dent-threshold)
[Tree] (config>mcast-mgmt>mcast-info-plcy>video-policy>video-if>sd dent-threshold)
Full Context
configure mcast-management multicast-info-policy video-policy video-interface hd dent-threshold
configure mcast-management multicast-info-policy video-policy video-interface pip dent-threshold
configure mcast-management multicast-info-policy video-policy video-interface sd dent-threshold
Description
This command sets the threshold value below which the FCC server will dent/drop unicast data sent to the FCC client during a fast channel change. Within the RTP extension header, the packet priority (PRI) (2 bits) and the fine-grained priority (FPRI) (3 bits) indicate the "importance” of the frame as to how essential it is to the video stream.
This parameter is only applicable if the FCC server mode is dent.
The no form of the command returns the parameter to the default value.
Default
dent-threshold 16 (only B frames are dropped)
Parameters
- threshold
-
Specifies the threshold value is used by the FCC server to compare with the concatenation of the PRI and FPRI to determine whether to send the packet to the FCC client. If the PRI and FPRI expressed as a decimal integer is greater than or equal to the threshold value, the packet will be sent.
Platforms
7450 ESS, 7750 SR, 7750 SR-s
deny-list
deny-list
Syntax
[no] deny-list deny-list-name
Context
[Tree] (config>app-assure>group>url-filter>local-filtering deny-list)
Full Context
configure application-assurance group url-filter local-filtering deny-list
Description
This command adds a deny-list URL list to the local URL filter policy.
The no form of this command removes the URL list object.
Default
no deny-list
Parameters
- deny-list-name
-
Specifies the URL list name.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
depleted-event
depleted-event
Syntax
[no] depleted-event
Context
[Tree] (config>service>vprn>dhcp6>server>pool>prefix>thresholds>minimum-free depleted-event)
[Tree] (config>router>dhcp6>server>pool>prefix>thresholds>minimum-free depleted-event)
Full Context
configure service vprn dhcp6 local-dhcp-server pool prefix thresholds minimum-free depleted-event
configure router dhcp6 local-dhcp-server pool prefix thresholds minimum-free depleted-event
Description
This command enables the system to send out a warning when the prefix with a configured length is no longer available in the provisioned prefix.
For example, if the prefix 2001:0:0:ffe0::/50 is created at the pool level using the pd and wan-host parameters, and the threshold for the prefix length is 64, configuring this command enables the system to send out a warning when there is no available /64 that can be allocated out of 2001:0:0:ffe0::/50.
The no form of this command disables the warnings.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
depleted-event
Syntax
[no] depleted-event
Context
[Tree] (config>service>vprn>dhcp6>server>pool>thresholds>minimum-free depleted-event)
[Tree] (config>router>dhcp6>server>pool>thresholds>minimum-free depleted-event)
Full Context
configure service vprn dhcp6 local-dhcp-server pool thresholds minimum-free depleted-event
configure router dhcp6 local-dhcp-server pool thresholds minimum-free depleted-event
Description
This command enables the system to send out warnings when the prefix with the configured length is no longer available in the pool.
The no form of this command disables the warnings.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
derived-id
derived-id
Syntax
derived-id derived-id-string
no derived-id
Context
[Tree] (config>subscr-mgmt>loc-user-db>ppp>host>host-ident derived-id)
[Tree] (config>subscr-mgmt>loc-user-db>ipoe>host>host-ident derived-id)
Full Context
configure subscriber-mgmt local-user-db ppp host host-identification derived-id
configure subscriber-mgmt local-user-db ipoe host host-identification derived-id
Description
This command configures an ASCII string that uniquely identifies a host and is derived by a Python script from packet content available during a DHCP transaction or PPPoE session establishment.
This command is only used when derived-id is configured as one of the match-list parameters.
The no form of this command removes the derived-id from the configuration.
Parameters
- derived-id-string
-
Specifies the host ID to be derived by a python script from DHCP or PPPoE packets, up to 255 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
description
description
Syntax
description tiny-description-string
no description
Context
[Tree] (config>ipsec>static-sa description)
Full Context
configure ipsec static-sa description
Description
This command configures a text description that is stored in the configuration file. The text string is associated with a configuration context to identify the content in the configuration file.
The no form of this command removes the string from the configuration.
Parameters
- tiny-description-string
-
Specifies the description character string. Allowed values are any string, up to 32 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
description
Syntax
description short-description-string
no description
Context
[Tree] (config>router>static-route-entry>indirect description)
[Tree] (config>service>vprn>sub-if>ipv6>dhcp6>relay description)
[Tree] (config>router>if>dhcp description)
[Tree] (config>system>satellite>tdm-sat description)
[Tree] (config>service>vprn>ripng>group>neighbor description)
[Tree] (config>router>rip>group description)
[Tree] (config>service>vprn>static-route-entry>next-hop description)
[Tree] (config>service>vprn>ripng description)
[Tree] (config>service>ies>if>ipv6>dhcp6-relay description)
[Tree] (config>system>persistence>python-policy-cache description)
[Tree] (config>system>management-interface>remote-management>manager description)
[Tree] (config>port>ethernet>network>egr>qgrp description)
[Tree] (config>service>cpipe description)
[Tree] (config>ipsec>ike-policy description)
[Tree] (config>service>ipipe description)
[Tree] (config>service>epipe description)
[Tree] (config>filter>redirect-policy description)
[Tree] (config>router>static-route-entry>black-hole description)
[Tree] (config>subscr-mgmt>git description)
[Tree] (config>service>vprn>static-route-entry>grt description)
[Tree] (config>system>persistence>sub-mgmt description)
[Tree] (config>router>rip>group>neighbor description)
[Tree] (config>filter>ip-exception description)
[Tree] (config>service>vprn>bgp>group>neighbor description)
[Tree] (config>port>ethernet>egress>hs-sec-shaper description)
[Tree] (config>redundancy>multi-chassis>peer description)
[Tree] (config>router>static-route-entry>next-hop description)
[Tree] (config>service>ies>sub-if>dhcp description)
[Tree] (config>service>sdp>binding>pw-port description)
[Tree] (config>filter>log description)
[Tree] (config>subscr-mgmt>loc-user-db description)
[Tree] (config>service>vprn>if>dhcp description)
[Tree] (config>system>satellite>port-template description)
[Tree] (config>port>ethernet>eth-cfm>mep description)
[Tree] (config>isa>tunnel-mem-pool description)
[Tree] (config>filter>match-list>ipv6-prefix-list description)
[Tree] (config>service>cpipe>endpoint description)
[Tree] (config>service>vprn>sub-if>grp-if>pppoe description)
[Tree] (config>ipsec>tnl-temp description)
[Tree] (config>service>vprn>static-route-entry>black-hole description)
[Tree] (config>service>ies>if>dhcp description)
[Tree] (config>service>ies>sub-if>grp-if>pppoe description)
[Tree] (config>filter>ip-filter>entry description)
[Tree] (config>router>rip description)
[Tree] (config>filter>match-list>ip-prefix-list description)
[Tree] (config>service>vpls>sap>ipoe-session description)
[Tree] (config>subscr-mgmt>sap-template description)
[Tree] (config>router>route-next-hop-policy>template description)
[Tree] (config>test-oam>lag-meas>template description)
[Tree] (config>port>ethernet>access>egr>vport description)
[Tree] (config>filter>ip-filter description)
[Tree] (config>service>vprn>if>sap description)
[Tree] (config>service>ies>sub-if>ipv6>dhcp6>relay description)
[Tree] (config>router>mcac>policy description)
[Tree] (config>filter>match-list>protocol-list description)
[Tree] (config>filter>redirect-policy>destination description)
[Tree] (config>service>ies>sub-if>grp-if>dhcp description)
[Tree] (config>service>ies>if>sap>eth-cfm>mep description)
[Tree] (config>service>vprn>rip description)
[Tree] (config>qos>fp-resource-policy description)
[Tree] (config>service>ipipe>endpoint description)
[Tree] (config>system>script-control>script description)
[Tree] (config>lag>link-map-profile description)
[Tree] (config>service>vprn>l2tp description)
[Tree] (config>subscr-mgmt>ppp-policy description)
[Tree] (config>router>ripng>group>neighbor description)
[Tree] (config>qos>match-list>ipv6-prefix-list description)
[Tree] (config>filter>ipv6-exception description)
[Tree] (config>filter>match-list>port-list description)
[Tree] (config>service>ies>sub-if>grp-if>sap>eth-cfm>mep description)
[Tree] (config>service>ies>if>spoke-sdp description)
[Tree] (config>eth-tunnel>path>eth-cfm>mep description)
[Tree] (config>filter>gre-tun-tmp description)
[Tree] (config>subscr-mgmt>gtp>peer-profile description)
[Tree] (config>system>satellite>local-forward description)
[Tree] (config>service>vprn>static-route-entry>indirect description)
[Tree] (config>system>grpc-tunnel>destination-group description)
[Tree] (config>router>pcp-server>server description)
[Tree] (config>filter>mac-filter>entry description)
[Tree] (config>service>vprn>rip>group description)
[Tree] (config>router>bgp description)
[Tree] (config>ipsec>trans-mode-prof description)
[Tree] (config>service>ipipe>spoke-sdp description)
[Tree] (config>qos>match-list>ip-prefix-list description)
[Tree] (config>system>satellite>local-forward>sap description)
[Tree] (config>router>if>eth-cfm>mep description)
[Tree] (config>system>software-repository description)
[Tree] (config>service>ies>sub-if>grp-if>srrp description)
[Tree] (config>app-assure>group>policy>chrg-fltr>entry description)
[Tree] (config>system>persistence>nat-fwd description)
[Tree] (config>service>epipe>endpoint description)
[Tree] (config>system>persistence>dhcp-server description)
[Tree] (config>router>ripng>group description)
[Tree] (config>system>grpc-tunnel>tunnel description)
[Tree] (config>subscr-mgmt>rip-plcy description)
[Tree] (config>service>ies>aarp-interface>spoke-sdp description)
[Tree] (config>qos>hw-agg-shap-sched-plcy description)
[Tree] (config>service>vprn>if>sap>ip-tunnel description)
[Tree] (config>filter>ipv6-filter>entry description)
[Tree] (config>service>vprn>rip>group>neighbor description)
[Tree] (config>router>bgp>group>neighbor description)
[Tree] (config>qos>match-list>port-list description)
[Tree] (config>router>network-domains>network-domain description)
[Tree] (config>service>vprn>aarp-interface>spoke-sdp description)
[Tree] (config>filter>ipv6-exception>entry description)
[Tree] (config>fwd-path-ext>fpe description)
[Tree] (config>router>if>vrrp description)
[Tree] (config>system>persistence>ancp description)
[Tree] (config>card>fp>ingress>access>queue-group description)
[Tree] (config>router>mcac>policy>bundle description)
[Tree] (config>ipsec>client-db>client description)
[Tree] (config>router>mcac>if-policy description)
[Tree] (config>filter>dhcp-filter description)
[Tree] (config>service>vprn>red-if>spoke-sdp description)
[Tree] (config>service>ies>if>spoke-sdp>eth-cfm>mep description)
[Tree] (config>router>ripng description)
[Tree] (config>system>satellite>eth-sat description)
[Tree] (config>qos>policer-control-policy>tier>arbiter description)
[Tree] (config>service>vprn>spoke-sdp description)
[Tree] (config>isa>tunnel-group description)
[Tree] (config>port>ethernet>access>egr>qgrp description)
[Tree] (config>router>dhcp>server>pool description)
[Tree] (config>card>fp>ingress>network>queue-group description)
[Tree] (config>service>vprn>ripng>group description)
[Tree] (config>filter>mac-filter description)
[Tree] (config>service>epipe>spoke-sdp description)
[Tree] (config>router>origin-validation>rpki-session description)
[Tree] (config>filter>ipv6-filter description)
[Tree] (config>qos>policer-control-policy description)
[Tree] (config>qos>network-queue description)
[Tree] (config>system>bluetooth>device description)
[Tree] (config>service>ies>if>sap>ip-tunnel description)
[Tree] (config>bmp>station description)
[Tree] (config>router>bgp>group description)
[Tree] (config>port-xc>pxc description)
[Tree] (config>service>vprn>bgp description)
[Tree] (config>router>dhcp>server description)
[Tree] (config>subscr-mgmt>acct-plcy description)
[Tree] (config>system>cron>sched description)
[Tree] (config>ipsec>client-db description)
[Tree] (config>router>dhcp6>server description)
[Tree] (config>qos>post-policer-mapping description)
[Tree] (config>service>vpls>endpoint description)
[Tree] (config>service>ies description)
[Tree] (config>filter>ip-exception>entry description)
[Tree] (config>service>vprn>static-route-entry>ipsec-tunnel description)
[Tree] (config>service>vprn>if>sap>ipsec-tunnel description)
[Tree] (config>router>fad>flex-algo description)
[Tree] (config>service>vprn>bgp>group description)
[Tree] (config>port>ethernet>access>ing>qgrp description)
[Tree] (config>subscr-mgmt>pfcp-association description)
[Tree] (config>router>dhcp6>server>pool description)
[Tree] (config>eth-tunnel>path description)
Full Context
configure router static-route-entry indirect description
configure service vprn subscriber-interface ipv6 dhcp6 relay description
configure router interface dhcp description
configure system satellite tdm-sat description
configure service vprn ripng group neighbor description
configure router rip group description
configure service vprn static-route-entry next-hop description
configure service vprn ripng description
configure service ies interface ipv6 dhcp6-relay description
configure system persistence python-policy-cache description
configure system management-interface remote-management manager description
configure port ethernet network egress queue-group description
configure service cpipe description
configure ipsec ike-policy description
configure service ipipe description
configure service epipe description
configure filter redirect-policy description
configure router static-route-entry black-hole description
configure subscriber-mgmt group-interface-template description
configure service vprn static-route-entry grt description
configure system persistence subscriber-mgmt description
configure router rip group neighbor description
configure filter ip-exception description
configure service vprn bgp group neighbor description
configure port ethernet egress hs-secondary-shaper description
configure redundancy multi-chassis peer description
configure router static-route-entry next-hop description
configure service ies subscriber-interface dhcp description
configure service sdp binding pw-port description
configure filter log description
configure subscriber-mgmt local-user-db description
configure service vprn interface dhcp description
configure system satellite port-template description
configure port ethernet eth-cfm mep description
configure isa tunnel-member-pool description
configure filter match-list ipv6-prefix-list description
configure service cpipe endpoint description
configure service vprn subscriber-interface group-interface pppoe description
configure ipsec tunnel-template description
configure service vprn static-route-entry black-hole description
configure service ies interface dhcp description
configure service ies subscriber-interface group-interface pppoe description
configure filter ip-filter entry description
configure router rip description
configure filter match-list ip-prefix-list description
configure service vpls sap ipoe-session description
configure subscriber-mgmt sap-template description
configure router route-next-hop-policy template description
configure test-oam lag-ip-measurement lag-ip-measurement-template description
configure port ethernet access egress vport description
configure filter ip-filter description
configure service vprn interface sap description
configure service ies subscriber-interface ipv6 dhcp6 relay description
configure router mcac policy description
configure filter match-list protocol-list description
configure filter redirect-policy destination description
configure service ies subscriber-interface group-interface dhcp description
configure service ies interface sap eth-cfm mep description
configure service vprn rip description
configure qos fp-resource-policy description
configure service ipipe endpoint description
configure system script-control script description
configure lag link-map-profile description
configure service vprn l2tp description
configure subscriber-mgmt ppp-policy description
configure router ripng group neighbor description
configure qos match-list ipv6-prefix-list description
configure filter ipv6-exception description
configure filter match-list port-list description
configure service ies subscriber-interface group-interface sap eth-cfm mep description
configure service ies interface spoke-sdp description
configure eth-tunnel path eth-cfm mep description
configure filter gre-tunnel-template description
configure subscriber-mgmt gtp peer-profile description
configure system satellite local-forward description
configure service vprn static-route-entry indirect description
configure system grpc-tunnel destination-group description
configure router pcp-server server description
configure filter mac-filter entry description
configure service vprn rip group description
configure router bgp description
configure ipsec ipsec-transport-mode-profile description
configure service ipipe spoke-sdp description
configure qos match-list ip-prefix-list description
configure system satellite local-forward sap description
configure router interface eth-cfm mep description
configure system software-repository description
configure service ies subscriber-interface group-interface srrp description
configure application-assurance group policy charging-filter entry description
configure system persistence nat-port-forwarding description
configure service epipe endpoint description
configure system persistence dhcp-server description
configure router ripng group description
configure system grpc-tunnel tunnel description
configure subscriber-mgmt rip-policy description
configure service ies aarp-interface spoke-sdp description
configure qos hw-agg-shaper-scheduler-policy description
configure service vprn interface sap ip-tunnel description
configure filter ipv6-filter entry description
configure service vprn rip group neighbor description
configure router bgp group neighbor description
configure qos match-list port-list description
configure router network-domains network-domain description
configure service vprn aarp-interface spoke-sdp description
configure filter ipv6-exception entry description
configure fwd-path-ext fpe description
configure router interface vrrp description
configure system persistence ancp description
configure card fp ingress access queue-group description
configure router mcac policy bundle description
configure ipsec client-db client description
configure router mcac if-policy description
configure filter dhcp-filter description
configure service vprn redundant-interface spoke-sdp description
configure service ies interface spoke-sdp eth-cfm mep description
configure router ripng description
configure system satellite eth-sat description
configure qos policer-control-policy tier arbiter description
configure service vprn spoke-sdp description
configure isa tunnel-group description
configure port ethernet access egress queue-group description
configure router dhcp local-dhcp-server pool description
configure card fp ingress network queue-group description
configure service vprn ripng group description
configure filter mac-filter description
configure service epipe spoke-sdp description
configure router origin-validation rpki-session description
configure filter ipv6-filter description
configure qos policer-control-policy description
configure qos network-queue description
configure system bluetooth device description
configure service ies interface sap ip-tunnel description
configure bmp station description
configure router bgp group description
configure port-xc pxc description
configure service vprn bgp description
configure router dhcp local-dhcp-server description
configure subscriber-mgmt radius-accounting-policy description
configure system cron schedule description
configure ipsec client-db description
configure router dhcp6 local-dhcp-server description
configure qos post-policer-mapping description
configure service vpls endpoint description
configure service ies description
configure filter ip-exception entry description
configure service vprn static-route-entry ipsec-tunnel description
configure service vprn interface sap ipsec-tunnel description
configure router flexible-algorithm-definitions flex-algo description
configure service vprn bgp group description
configure port ethernet access ingress queue-group description
configure subscriber-mgmt pfcp-association description
configure router dhcp6 local-dhcp-server pool description
configure eth-tunnel path description
Description
This command configures a text description that is stored in the configuration file. The text string is associated with a configuration context to identify the content in the configuration file.
The no form of this command removes the string from the configuration.
Default
no description
Parameters
- short-description-string
-
Specifies the description entered as a character string up to 80 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
- configure qos match-list ipv6-prefix-list description
- configure service ies interface sap ip-tunnel description
- configure system grpc-tunnel destination-group description
- configure service vprn rip group neighbor description
- configure service vprn interface sap ip-tunnel description
- configure router mcac policy description
- configure system management-interface remote-management manager description
- configure router origin-validation rpki-session description
- configure router rip group neighbor description
- configure router bgp group description
- configure system script-control script description
- configure router static-route-entry indirect description
- configure qos match-list ip-prefix-list description
- configure service vpls endpoint description
- configure port-xc pxc description
- configure service vprn spoke-sdp description
- configure service vprn ripng description
- configure lag link-map-profile description
- configure service epipe endpoint description
- configure port ethernet access egress queue-group description
- configure filter ip-filter entry description
- configure qos network-queue description
- configure router flexible-algorithm-definitions flex-algo description
- configure service vprn interface dhcp description
- configure service vprn ripng group description
- configure router rip description
- configure service vprn interface sap description
- configure system cron schedule description
- configure filter gre-tunnel-template description
- configure filter dhcp-filter description
- configure router static-route-entry black-hole description
- configure service ies description
- configure service epipe description
- configure filter match-list ip-prefix-list description
- configure filter match-list protocol-list description
- configure service vprn rip group description
- configure service ipipe description
- configure router route-next-hop-policy template description
- configure filter ipv6-filter description
- configure bmp station description
- configure service ies interface ipv6 dhcp6-relay description
- configure service ipipe spoke-sdp description
- configure service vprn static-route-entry indirect description
- configure service vprn bgp group neighbor description
- configure fwd-path-ext fpe description
- configure router static-route-entry next-hop description
- configure service vprn static-route-entry ipsec-tunnel description
- configure filter mac-filter entry description
- configure router ripng description
- configure filter match-list ipv6-prefix-list description
- configure filter mac-filter description
- configure service vprn ripng group neighbor description
- configure service vprn bgp group description
- configure system grpc-tunnel tunnel description
- configure router bgp group neighbor description
- configure filter log description
- configure router ripng group description
- configure router mcac policy bundle description
- configure router ripng group neighbor description
- configure filter redirect-policy destination description
- configure router mcac if-policy description
- configure system persistence ancp description
- configure service vprn static-route-entry black-hole description
- configure router rip group description
- configure port ethernet network egress queue-group description
- configure service ies interface dhcp description
- configure router interface dhcp description
- configure port ethernet access egress vport description
- configure system persistence python-policy-cache description
- configure service ies interface spoke-sdp description
- configure service vprn rip description
- configure service vprn static-route-entry next-hop description
- configure router bgp description
- configure service epipe spoke-sdp description
- configure port ethernet access ingress queue-group description
- configure filter match-list port-list description
- configure service vprn static-route-entry grt description
- configure filter ip-filter description
- configure router interface vrrp description
- configure filter redirect-policy description
- configure redundancy multi-chassis peer description
- configure filter ipv6-filter entry description
- configure router network-domains network-domain description
- configure service ipipe endpoint description
- configure service vprn bgp description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure subscriber-mgmt sap-template description
- configure router dhcp6 local-dhcp-server description
- configure service vprn redundant-interface spoke-sdp description
- configure service ies subscriber-interface dhcp description
- configure subscriber-mgmt group-interface-template description
- configure system persistence subscriber-mgmt description
- configure service vprn subscriber-interface group-interface pppoe description
- configure subscriber-mgmt radius-accounting-policy description
- configure service vpls sap ipoe-session description
- configure subscriber-mgmt ppp-policy description
- configure service ies subscriber-interface group-interface srrp description
- configure service ies subscriber-interface group-interface dhcp description
- configure router dhcp local-dhcp-server pool description
- configure subscriber-mgmt pfcp-association description
- configure service vprn subscriber-interface ipv6 dhcp6 relay description
- configure subscriber-mgmt local-user-db description
- configure system persistence dhcp-server description
- configure service ies subscriber-interface ipv6 dhcp6 relay description
- configure subscriber-mgmt rip-policy description
- configure router dhcp local-dhcp-server description
- configure router dhcp6 local-dhcp-server pool description
- configure service ies subscriber-interface group-interface pppoe description
- configure service vprn l2tp description
7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e
- configure system satellite tdm-sat description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
- configure router interface eth-cfm mep description
- configure eth-tunnel path eth-cfm mep description
- configure service ies interface spoke-sdp eth-cfm mep description
- configure service cpipe endpoint description
- configure service cpipe description
- configure system satellite port-template description
- configure service sdp binding pw-port description
- configure eth-tunnel path description
- configure system software-repository description
- configure service ies interface sap eth-cfm mep description
- configure test-oam lag-ip-measurement lag-ip-measurement-template description
- configure system satellite local-forward description
- configure system satellite local-forward sap description
- configure port ethernet eth-cfm mep description
- configure qos match-list port-list description
- configure system satellite eth-sat description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure ipsec tunnel-template description
- configure router pcp-server server description
- configure service ies aarp-interface spoke-sdp description
- configure ipsec client-db client description
- configure isa tunnel-group description
- configure system persistence nat-port-forwarding description
- configure isa tunnel-member-pool description
- configure application-assurance group policy charging-filter entry description
- configure service vprn aarp-interface spoke-sdp description
- configure service vprn interface sap ipsec-tunnel description
- configure ipsec ike-policy description
- configure ipsec client-db description
- configure ipsec ipsec-transport-mode-profile description
VSR
- configure filter ip-exception entry description
- configure filter ip-exception description
- configure filter ipv6-exception description
- configure filter ipv6-exception entry description
7750 SR-7/12/12e
- configure port ethernet egress hs-secondary-shaper description
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS
- configure qos fp-resource-policy description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s
- configure service ies subscriber-interface group-interface sap eth-cfm mep description
7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure subscriber-mgmt gtp peer-profile description
7750 SR-1, 7750 SR-s
- configure qos hw-agg-shaper-scheduler-policy description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, 7950 XRS, VSR
- configure card fp ingress network queue-group description
- configure qos policer-control-policy tier arbiter description
- configure qos post-policer-mapping description
- configure qos policer-control-policy description
- configure card fp ingress access queue-group description
7750 SR-1, 7750 SR-s, 7950 XRS-20e
- configure system bluetooth device description
description
Syntax
description short-description-string
no description
Context
[Tree] (config>subscr-mgmt>isa-svc-chain>evpn description)
[Tree] (config>subscr-mgmt>isa-filter>entry description)
[Tree] (config>app-assure>group>event-log>syslog description)
[Tree] (config>app-assure>group>policy>custom-protocol description)
[Tree] (config>router>radius-proxy>server description)
[Tree] (config>subscr-mgmt>cat-map description)
[Tree] (config>app-assure>group>url-filter description)
[Tree] (config>app-assure>group>url-filter>icap>server description)
[Tree] (config>esa>vm description)
[Tree] (config>li>li-filter>li-mac-filter>entry description)
[Tree] (config>subscr-mgmt>pim-policy description)
[Tree] (config>subscr-mgmt>isa-svc-chain>vas-filter description)
[Tree] (config>subscr-mgmt>isa-policer description)
[Tree] (config>service>dynsvc>ladb description)
[Tree] (config>isa>aa-grp description)
[Tree] (config>service>vpls>split-horizon-group description)
[Tree] (config>test-oam>link-meas>template description)
[Tree] (config>app-assure>group>session-filter description)
[Tree] (cfg>qos>qgrps>ing>qgrp description)
[Tree] (config>mcast-mgmt>multicast-info-policy description)
[Tree] (config>isa>nat-group description)
[Tree] (config>service>vprn>radius-proxy>server description)
[Tree] (config>mirror>mirror-dest description)
[Tree] (config>app-assure>group>http-enrich description)
[Tree] (config>service>nat>up-nat-policy description)
[Tree] (config>aaa>l2tp-acct-plcy description)
[Tree] (config>oam-pm>bin-group description)
[Tree] (config>li>li-filter>li-ip-filter description)
[Tree] (config>qos>network>egress>ipv6-criteria>entry description)
[Tree] (config>li>li-filter-block-reservation>li-reserved-block description)
[Tree] (config>qos>sap-ingress>ip-criteria>entry description)
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>ranges>range>vrgw>lanext>network description)
[Tree] (config>qos>network>ingress>ip-criteria>entry description)
[Tree] (config>service>vpls>gsmp>group description)
[Tree] (config>esa description)
[Tree] (config>service>ipfix>ipfix-export-policy description)
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw>ranges>range>vrgw>lanext description)
[Tree] (config>subscr-mgmt>cat-map>category>exh-lvl>egr-ip>entry description)
[Tree] (config>subscr-mgmt>sub-ident-pol description)
[Tree] (config>app-assure>group>port-list description)
[Tree] (config>qos>sap-ingress description)
[Tree] (config>qos>sap-egress description)
[Tree] (config>mcast-mgmt>bandwidth-policy description)
[Tree] (config>qos>network>ingress>ipv6-criteria>entry description)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>ranges>range>vrgw>lanext>network description)
[Tree] (config>app-assure>group>tcp-validate description)
[Tree] (config>vrrp>policy description)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw>ranges>range>vrgw>lanext description)
[Tree] (config>app-assure>group>url-filter>web-service>profile description)
[Tree] (config>service>dynsvc>ladb>user description)
[Tree] (config>aaa>acct-on-off-grp description)
[Tree] (config>li>li-filter>li-ipv6-filter>entry description)
[Tree] (config>mcast-mgmt>mcast-info-plcy>bundle description)
[Tree] (config>router>nat>outside>pool>address-range description)
[Tree] (config>qos>sap-ingress>policer description)
[Tree] (config>service>vprn>nat>outside>pool description)
[Tree] (config>aaa>isa-radius-plcy description)
[Tree] (config>app-assure>rad-acct-plcy description)
[Tree] (config>service>dynsvc>policy description)
[Tree] (config>app-assure>group>session-filter>entry description)
[Tree] (config>service>vpls>gsmp>group>neighbor description)
[Tree] (cfg>qos>qgrps>egr>qgrp description)
[Tree] (config>service>vpls>igmp-snooping>mvr description)
[Tree] (config>service>ies>sub-if>grp-if>sap-parameters description)
[Tree] (config>app-assure>group>certificate-profile description)
[Tree] (config>service>vpls description)
[Tree] (config>router>policy-options>policy-statement description)
[Tree] (config>subscr-mgmt>diam-appl-plcy description)
[Tree] (config>service>vprn>gsmp>group>neighbor description)
[Tree] (config>app-assure>group description)
[Tree] (config>subscr-mgmt>isa-filter description)
[Tree] (config>subscr-mgmt>vrgw>brg>brg-profile description)
[Tree] (config>app-assure>group>policy>app-profile description)
[Tree] (config>subscr-mgmt>credit-cntrl-plcy description)
[Tree] (config>subscr-mgmt>pppoe-client-policy description)
[Tree] (config>router>vrgw>lanext description)
[Tree] (config>app-assure>group>policer description)
[Tree] (config>oam-pm>session description)
[Tree] (config>service>vpls>sap description)
[Tree] (config>app-assure>group>cflowd>direct-export>collector description)
[Tree] (cfg>qos>qgrps>egr>qgrp>policer description)
[Tree] (config>subscr-mgmt>sla-profile description)
[Tree] (config>app-assure>group>cflowd>collector description)
[Tree] (config>subscr-mgmt>authentication-policy description)
[Tree] (config>li>x-interfaces>lics>lic description)
[Tree] (config>macsec>connectivity-association description)
[Tree] (config>li>log>log-id description)
[Tree] (config>service>nat>pcp-server-policy description)
[Tree] (config>service>vpls>spoke-sdp description)
[Tree] (config>app-assure>group>sctp-filter description)
[Tree] (config>li>li-filter>li-mac-filter description)
[Tree] (config>cflowd>collector description)
[Tree] (config>router>twamp-light>reflector>prefix description)
[Tree] (config>python>python-script description)
[Tree] (config>app-assure>group>http-error-redirect description)
[Tree] (config>subscr-mgmt>ipoe-session-policy description)
[Tree] (config>service>vprn>gsmp>group description)
[Tree] (config>service>vprn>sub-if>grp-if>arp-host description)
[Tree] (config>subscr-mgmt>cat-map>category>exh-lvl>egr-ipv6>entry description)
[Tree] (config>subscr-mgmt>steering-profile description)
[Tree] (config>app-assure>group>policy>app-filter>entry description)
[Tree] (config>service>upnp>upnp-policy description)
[Tree] (config>app-assure>group>http-notification description)
[Tree] (config>app-assure>group>policy>app-grp description)
[Tree] (config>service>vpls>mld-snooping>mvr description)
[Tree] (config>qos>sap-ingress>ipv6-criteria>entry description)
[Tree] (config>service>vprn>sub-if>grp-if>wlan-gw description)
[Tree] (config>subscr-mgmt>mld-policy description)
[Tree] (config>app-assure>group>http-redirect description)
[Tree] (config>aaa>radius-script-policy description)
[Tree] (config>service>nat>nat-classifier description)
[Tree] (config>service>vpls>mesh-sdp description)
[Tree] (config>app-assure>aarp description)
[Tree] (config>call-trace>trace-profile description)
[Tree] (config>port>ethernet>access>egress description)
[Tree] (config>service>vpls>wlan-gw description)
[Tree] (config>service>vprn>firewall>domain>prefix description)
[Tree] (config>service>vprn>if>sap>ip-tunnel description)
[Tree] (cfg>qos>qgrps>ing>qgrp>policer description)
[Tree] (config>python>py-policy description)
[Tree] (config>qos>sap-egress>policer description)
[Tree] (config>isa>wlan-gw-group description)
[Tree] (config>service>mac-list description)
[Tree] (config>router>nat>outside>pool description)
[Tree] (config>app-assure>group>statistics>aa-sub description)
[Tree] (config>system>persistence>application-assurance description)
[Tree] (config>subscr-mgmt>accu-stats-policy description)
[Tree] (config>app-assure>group>policy>app-qos-policy>entry description)
[Tree] (config>saa>test description)
[Tree] (config>test-oam>twamp>server>prefix description)
[Tree] (config>router>radius-server>server description)
[Tree] (config>service>vpls>sap>dhcp description)
[Tree] (config>router>policy-options>policy-statement>entry description)
[Tree] (config>router>nat>inside>sub-ident description)
[Tree] (config>subscr-mgmt>sub-mcac-policy description)
[Tree] (config>app-assure>group>transit-ip description)
[Tree] (config>app-assure>group>dns-ip-cache description)
[Tree] (config>service>vprn>sub-if>grp-if>ipoe-session description)
[Tree] (config>oam-pm>streaming>delay-template description)
[Tree] (config>aaa>radius-srv-plcy description)
[Tree] (config>app-assure>group>gtp>gtp-filter description)
[Tree] (config>service>nat>nat-classifier>entry description)
[Tree] (config>aaa>wpp>portal-groups>portal-group description)
[Tree] (config>app-assure>group>ip-prefix-list description)
[Tree] (config>service>nat>map-domain>mapping-rule description)
[Tree] (config>service>nat>firewall-policy description)
[Tree] (config>li>li-filter>li-ip-filter>entry description)
[Tree] (config>subscr-mgmt>sub-profile description)
[Tree] (config>aaa>diam>node description)
[Tree] (config>service>vprn description)
[Tree] (config>app-assure>group>url-list description)
[Tree] (config>qos>sap-egress>ipv6-criteria>entry description)
[Tree] (config>subscr-mgmt>cat-map>category description)
[Tree] (config>li>li-filter>li-ipv6-filter description)
[Tree] (config>service>vprn>nat>outside>pool>address-range description)
[Tree] (config>app-assure>group>policy>charging-group description)
[Tree] (config>service>vprn>sub-if>grp-if>sap description)
[Tree] (config>qos>network>egress>ip-criteria>entry description)
[Tree] (config>service>ies>sub-if>grp-if>wlan-gw description)
[Tree] (config>subscr-mgmt>host-lockout-plcy description)
[Tree] (config>service>vprn>twamp-light>reflector description)
[Tree] (config>app-assure>group>transit-prefix-policy description)
[Tree] (config>service>vprn>sub-if>grp-if>wpp description)
[Tree] (config>pw-port description)
[Tree] (config>qos>sap-egress>ip-criteria>entry description)
[Tree] (config>service>vprn>radius-server>server description)
[Tree] (config>app-assure>group>policer>tod-override description)
[Tree] (config>router>firewall>domain>prefix description)
[Tree] (config>service>vprn>sub-if>grp-if>sap>sub-sla-mgmt description)
[Tree] (config>service>vprn>twamp-light>reflector>prefix description)
[Tree] (config>subscr-mgmt>isa-filter>ipv6>entry description)
[Tree] (config>mirror>mirror-dest>endpoint description)
[Tree] (config>aaa>route-downloader description)
[Tree] (config>qos>network description)
[Tree] (config>service>vprn>ip-mirror-interface>spoke-sdp description)
[Tree] (config>router>twamp-light>reflector description)
[Tree] (config>service>vprn>sub-if>grp-if>srrp description)
[Tree] (config>qos>sap-ingress>mac-criteria>entry description)
[Tree] (config>mcast-mgmt>mcast-rprt-dest description)
[Tree] (config>service>vprn>sub-if>grp-if>sap-parameters description)
[Tree] (config>app-assure>group>policy>application description)
[Tree] (config>subscr-mgmt>host-tracking description)
[Tree] (config>service>nat>nat-policy description)
Full Context
configure subscriber-mgmt isa-service-chaining evpn description
configure subscriber-mgmt isa-filter entry description
configure application-assurance group event-log syslog description
configure application-assurance group policy custom-protocol description
configure router radius-proxy server description
configure subscriber-mgmt category-map description
configure application-assurance group url-filter description
configure application-assurance group url-filter icap server description
configure esa vm description
configure li li-filter li-mac-filter entry description
configure subscriber-mgmt pim-policy description
configure subscriber-mgmt isa-service-chaining vas-filter description
configure subscriber-mgmt isa-policer description
configure service dynamic-services local-auth-db description
configure isa application-assurance-group description
configure service vpls split-horizon-group description
configure test-oam link-measurement measurement-template description
configure application-assurance group session-filter description
configure qos queue-group-templates ingress queue-group description
configure mcast-management multicast-info-policy description
configure isa nat-group description
configure service vprn radius-proxy server description
configure mirror mirror-dest description
configure application-assurance group http-enrich description
configure service nat up-nat-policy description
configure aaa l2tp-accounting-policy description
configure oam-pm bin-group description
configure li li-filter li-ip-filter description
configure qos network egress ipv6-criteria entry description
configure li li-filter-block-reservation li-reserved-block description
configure qos sap-ingress ip-criteria entry description
configure service ies subscriber-interface group-interface wlan-gw ranges range vrgw lanext network description
configure qos network ingress ip-criteria entry description
configure service vpls gsmp group description
configure esa description
configure service ipfix ipfix-export-policy description
configure service ies subscriber-interface group-interface wlan-gw ranges range vrgw lanext description
configure subscriber-mgmt category-map category exhausted-credit-service-level egress-ip-filter-entries entry description
configure subscriber-mgmt sub-ident-policy description
configure application-assurance group port-list description
configure qos sap-ingress description
configure qos sap-egress description
configure mcast-management bandwidth-policy description
configure qos network ingress ipv6-criteria entry description
configure service vprn subscriber-interface group-interface wlan-gw ranges range vrgw lanext network description
configure application-assurance group tcp-validate description
configure vrrp policy description
configure service vprn subscriber-interface group-interface wlan-gw ranges range vrgw lanext description
configure application-assurance group url-filter web-service profile description
configure service dynamic-services local-auth-db user-name description
configure aaa acct-on-off-group description
configure li li-filter li-ipv6-filter entry description
configure mcast-management multicast-info-policy bundle description
configure router nat outside pool address-range description
configure qos sap-ingress policer description
configure service vprn nat outside pool description
configure aaa isa-radius-policy description
configure application-assurance radius-accounting-policy description
configure service dynamic-services dynamic-services-policy description
configure application-assurance group session-filter entry description
configure service vpls gsmp group neighbor description
configure qos queue-group-templates egress queue-group description
configure service vpls igmp-snooping mvr description
configure service ies subscriber-interface group-interface sap-parameters description
configure application-assurance group certificate-profile description
configure service vpls description
configure router policy-options policy-statement description
configure subscriber-mgmt diameter-application-policy description
configure service vprn gsmp group neighbor description
configure application-assurance group description
configure subscriber-mgmt isa-filter description
configure subscriber-mgmt vrgw brg brg-profile description
configure application-assurance group policy app-profile description
configure subscriber-mgmt credit-control-policy description
configure subscriber-mgmt pppoe-client-policy description
configure router vrgw lanext description
configure application-assurance group policer description
configure oam-pm session description
configure service vpls sap description
configure application-assurance group cflowd direct-export collector description
configure qos queue-group-templates egress queue-group policer description
configure subscriber-mgmt sla-profile description
configure application-assurance group cflowd collector description
configure subscriber-mgmt authentication-policy description
configure li x-interfaces lics lic description
configure macsec connectivity-association description
configure li log log-id description
configure service nat pcp-server-policy description
configure service vpls spoke-sdp description
configure application-assurance group sctp-filter description
configure li li-filter li-mac-filter description
configure cflowd collector description
configure router twamp-light reflector prefix description
configure python python-script description
configure application-assurance group http-error-redirect description
configure subscriber-mgmt ipoe-session-policy description
configure service vprn gsmp group description
configure service vprn subscriber-interface group-interface arp-host description
configure subscriber-mgmt category-map category exhausted-credit-service-level egress-ipv6-filter-entries entry description
configure subscriber-mgmt steering-profile description
configure application-assurance group policy app-filter entry description
configure service upnp upnp-policy description
configure application-assurance group http-notification description
configure application-assurance group policy app-group description
configure service vpls mld-snooping mvr description
configure qos sap-ingress ipv6-criteria entry description
configure service vprn subscriber-interface group-interface wlan-gw description
configure subscriber-mgmt mld-policy description
configure application-assurance group http-redirect description
configure aaa radius-script-policy description
configure service nat nat-classifier description
configure service vpls mesh-sdp description
configure application-assurance aarp description
configure call-trace trace-profile description
configure port ethernet access egress description
configure service vpls wlan-gw description
configure service vprn firewall domain prefix description
configure service vprn interface sap ip-tunnel description
configure qos queue-group-templates ingress queue-group policer description
configure python python-policy description
configure qos sap-egress policer description
configure isa wlan-gw-group description
configure service mac-list description
configure router nat outside pool description
configure application-assurance group statistics aa-sub description
configure system persistence application-assurance description
configure subscriber-mgmt accu-stats-policy description
configure application-assurance group policy app-qos-policy entry description
configure saa test description
configure test-oam twamp server prefix description
configure router radius-server server description
configure service vpls sap dhcp description
configure router policy-options policy-statement entry description
configure router nat inside subscriber-identification description
configure subscriber-mgmt sub-mcac-policy description
configure application-assurance group transit-ip-policy description
configure application-assurance group dns-ip-cache description
configure service vprn subscriber-interface group-interface ipoe-session description
configure oam-pm streaming delay-template description
configure aaa radius-server-policy description
configure application-assurance group gtp gtp-filter description
configure service nat nat-classifier entry description
configure aaa wpp portal-groups portal-group description
configure application-assurance group ip-prefix-list description
configure service nat map-domain mapping-rule description
configure service nat firewall-policy description
configure li li-filter li-ip-filter entry description
configure subscriber-mgmt sub-profile description
configure aaa diameter node description
configure service vprn description
configure application-assurance group url-list description
configure qos sap-egress ipv6-criteria entry description
configure subscriber-mgmt category-map category description
configure li li-filter li-ipv6-filter description
configure service vprn nat outside pool address-range description
configure application-assurance group policy charging-group description
configure service vprn subscriber-interface group-interface sap description
configure qos network egress ip-criteria entry description
configure service ies subscriber-interface group-interface wlan-gw description
configure subscriber-mgmt host-lockout-policy description
configure service vprn twamp-light reflector description
configure application-assurance group transit-prefix-policy description
configure service vprn subscriber-interface group-interface wpp description
configure pw-port description
configure qos sap-egress ip-criteria entry description
configure service vprn radius-server server description
configure application-assurance group policer tod-override description
configure router firewall domain prefix description
configure service vprn subscriber-interface group-interface sap sub-sla-mgmt description
configure service vprn twamp-light reflector prefix description
configure subscriber-mgmt isa-filter ipv6 entry description
configure mirror mirror-dest endpoint description
configure aaa route-downloader description
configure qos network description
configure service vprn ip-mirror-interface spoke-sdp description
configure router twamp-light reflector description
configure service vprn subscriber-interface group-interface srrp description
configure qos sap-ingress mac-criteria entry description
configure mcast-management mcast-reporting-dest description
configure service vprn subscriber-interface group-interface sap-parameters description
configure application-assurance group policy application description
configure subscriber-mgmt host-tracking description
configure service nat nat-policy description
Description
This command configures a text description that is stored in the configuration file. The text string is associated with a configuration context to identify the content in the configuration file.
The no form of this command removes the string from the configuration.
Parameters
- short-description-string
-
Specifies the description character string. Allowed values are any string, up to 80 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure application-assurance group certificate-profile description
- configure application-assurance group tcp-validate description
- configure subscriber-mgmt isa-service-chaining evpn description
- configure service vprn nat outside pool description
- configure application-assurance group cflowd direct-export collector description
- configure application-assurance group http-error-redirect description
- configure application-assurance group http-notification description
- configure application-assurance group transit-ip-policy description
- configure application-assurance group session-filter entry description
- configure application-assurance group dns-ip-cache description
- configure application-assurance group gtp gtp-filter description
- configure aaa isa-radius-policy description
- configure service nat pcp-server-policy description
- configure service nat nat-classifier entry description
- configure application-assurance group http-redirect description
- configure application-assurance group policer tod-override description
- configure isa nat-group description
- configure system persistence application-assurance description
- configure application-assurance group sctp-filter description
- configure application-assurance aarp description
- configure application-assurance group url-filter description
- configure service vprn nat outside pool address-range description
- configure subscriber-mgmt isa-service-chaining vas-filter description
- configure application-assurance group event-log syslog description
- configure application-assurance group policy app-group description
- configure service nat nat-policy description
- configure router nat outside pool address-range description
- configure router nat inside subscriber-identification description
- configure application-assurance group description
- configure application-assurance group policy app-filter entry description
- configure application-assurance radius-accounting-policy description
- configure application-assurance group policy application description
- configure service nat up-nat-policy description
- configure application-assurance group http-enrich description
- configure application-assurance group port-list description
- configure application-assurance group url-list description
- configure application-assurance group policer description
- configure service nat nat-classifier description
- configure application-assurance group session-filter description
- configure application-assurance group ip-prefix-list description
- configure application-assurance group url-filter icap server description
- configure application-assurance group url-filter web-service profile description
- configure application-assurance group transit-prefix-policy description
- configure application-assurance group cflowd collector description
- configure application-assurance group policy app-profile description
- configure application-assurance group statistics aa-sub description
- configure isa application-assurance-group description
- configure service upnp upnp-policy description
- configure application-assurance group policy custom-protocol description
- configure application-assurance group policy charging-group description
- configure router nat outside pool description
- configure application-assurance group policy app-qos-policy entry description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure subscriber-mgmt vrgw brg brg-profile description
- configure subscriber-mgmt sub-profile description
- configure aaa radius-script-policy description
- configure aaa diameter node description
- configure service vprn subscriber-interface group-interface ipoe-session description
- configure router radius-proxy server description
- configure service vprn subscriber-interface group-interface sap description
- configure subscriber-mgmt sub-ident-policy description
- configure service vprn radius-server server description
- configure subscriber-mgmt isa-filter ipv6 entry description
- configure service dynamic-services dynamic-services-policy description
- configure subscriber-mgmt isa-policer description
- configure service vprn subscriber-interface group-interface sap sub-sla-mgmt description
- configure subscriber-mgmt category-map category description
- configure aaa radius-server-policy description
- configure aaa route-downloader description
- configure subscriber-mgmt isa-filter description
- configure subscriber-mgmt pppoe-client-policy description
- configure subscriber-mgmt ipoe-session-policy description
- configure subscriber-mgmt mld-policy description
- configure subscriber-mgmt category-map category exhausted-credit-service-level egress-ipv6-filter-entries entry description
- configure call-trace trace-profile description
- configure service dynamic-services local-auth-db description
- configure router radius-server server description
- configure subscriber-mgmt diameter-application-policy description
- configure subscriber-mgmt isa-filter entry description
- configure service vprn subscriber-interface group-interface arp-host description
- configure subscriber-mgmt sla-profile description
- configure subscriber-mgmt category-map category exhausted-credit-service-level egress-ip-filter-entries entry description
- configure service vprn subscriber-interface group-interface wpp description
- configure service vprn radius-proxy server description
- configure subscriber-mgmt steering-profile description
- configure subscriber-mgmt host-lockout-policy description
- configure aaa wpp portal-groups portal-group description
- configure aaa acct-on-off-group description
- configure subscriber-mgmt accu-stats-policy description
- configure subscriber-mgmt pim-policy description
- configure subscriber-mgmt category-map description
- configure service vprn subscriber-interface group-interface srrp description
- configure service dynamic-services local-auth-db user-name description
- configure subscriber-mgmt credit-control-policy description
- configure subscriber-mgmt authentication-policy description
- configure aaa l2tp-accounting-policy description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s
- configure esa vm description
- configure esa description
All
- configure mirror mirror-dest endpoint description
- configure oam-pm bin-group description
- configure qos sap-ingress description
- configure macsec connectivity-association description
- configure qos network egress ipv6-criteria entry description
- configure service vpls spoke-sdp description
- configure li li-filter li-ip-filter entry description
- configure service vpls split-horizon-group description
- configure pw-port description
- configure service vprn description
- configure router policy-options policy-statement description
- configure oam-pm session description
- configure port ethernet access egress description
- configure li li-filter li-ip-filter description
- configure service vpls igmp-snooping mvr description
- configure service mac-list description
- configure qos sap-egress ip-criteria entry description
- configure router policy-options policy-statement entry description
- configure li li-filter li-mac-filter description
- configure service vpls mld-snooping mvr description
- configure service vprn interface sap ip-tunnel description
- configure qos network egress ip-criteria entry description
- configure mcast-management multicast-info-policy description
- configure mcast-management mcast-reporting-dest description
- configure saa test description
- configure service ipfix ipfix-export-policy description
- configure qos sap-egress description
- configure qos sap-ingress ip-criteria entry description
- configure li li-filter li-mac-filter entry description
- configure service vpls mesh-sdp description
- configure qos queue-group-templates ingress queue-group description
- configure service vprn gsmp group neighbor description
- configure qos network description
- configure service vpls gsmp group neighbor description
- configure service vprn gsmp group description
- configure li li-filter li-ipv6-filter description
- configure mcast-management multicast-info-policy bundle description
- configure service vprn ip-mirror-interface spoke-sdp description
- configure mirror mirror-dest description
- configure qos network ingress ip-criteria entry description
- configure python python-policy description
- configure cflowd collector description
- configure service vpls description
- configure service vpls sap description
- configure service vpls sap dhcp description
- configure li log log-id description
- configure qos sap-ingress ipv6-criteria entry description
- configure service vpls gsmp group description
- configure vrrp policy description
- configure qos sap-egress ipv6-criteria entry description
- configure qos sap-ingress mac-criteria entry description
- configure li li-filter li-ipv6-filter entry description
- configure python python-script description
- configure qos network ingress ipv6-criteria entry description
- configure qos queue-group-templates egress queue-group description
- configure li li-filter-block-reservation li-reserved-block description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
- configure li x-interfaces lics lic description
- configure test-oam link-measurement measurement-template description
- configure router twamp-light reflector prefix description
- configure oam-pm streaming delay-template description
- configure test-oam twamp server prefix description
- configure router twamp-light reflector description
- configure service vprn twamp-light reflector description
- configure service vprn twamp-light reflector prefix description
7450 ESS, 7750 SR-1x-48D, 7750 SR-1x-92S, 7750 SR-7/12/12e, 7750 SR-s, 7950 XRS, VSR
- configure mcast-management bandwidth-policy description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, 7950 XRS, VSR
- configure qos queue-group-templates ingress queue-group policer description
- configure qos queue-group-templates egress queue-group policer description
- configure qos sap-egress policer description
- configure qos sap-ingress policer description
7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn subscriber-interface group-interface wlan-gw description
- configure service nat firewall-policy description
- configure router firewall domain prefix description
- configure service ies subscriber-interface group-interface sap-parameters description
- configure service vprn subscriber-interface group-interface sap-parameters description
- configure isa wlan-gw-group description
- configure service vprn firewall domain prefix description
- configure router vrgw lanext description
- configure service vpls wlan-gw description
- configure service ies subscriber-interface group-interface wlan-gw description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s
- configure subscriber-mgmt sub-mcac-policy description
7750 SR-1-24D, 7750 SR-1-46S, 7750 SR-1-48D, 7750 SR-1-92S, 7750 SR-1x-48D, 7750 SR-1x-92S, 7750 SR-1se, 7750 SR-2se, 7750 SR-7s, 7750 SR-14s, VSR
- configure service nat map-domain mapping-rule description
description
Syntax
description short-description-string
no description
Context
[Tree] (config>log>syslog description)
[Tree] (config>service>mrp>mrp-policy>entry description)
[Tree] (config>test-oam>sath>accept-crit-tmpl description)
[Tree] (config>system>security>keychain>direction>uni>send>entry description)
[Tree] (config>system>telemetry>destination-group description)
[Tree] (config>system>telemetry>persistent-subscriptions>subscription description)
[Tree] (config>service>cust>multi-service-site description)
[Tree] (config>mcast-mgmt>mcast-info-plcy>bundle>channel>video>analyzer description)
[Tree] (config>log>snmp-trap-group description)
[Tree] (config>service>sdp description)
[Tree] (config>qos>scheduler-policy>tier>scheduler description)
[Tree] (config>system>security>keychain>direction>uni>receive>entry description)
[Tree] (config>sys>security>cpm-filter>ip-filter>entry description)
[Tree] (config>qos>adv-config-policy description)
[Tree] (config>log>event-handling>handler>action-list>entry description)
[Tree] (config>log>filter description)
[Tree] (config>service>pw-template description)
[Tree] (config>log>file-id description)
[Tree] (config>connection-profile-vlan description)
[Tree] (config>system>security>pki>ca-profile description)
[Tree] (config>sys>security>cpm-filter>ipv6-filter>entry description)
[Tree] (config>grp-encryp>encryp-keygrp description)
[Tree] (config>system>security>mgmt-access-filter>mac-filter>entry description)
[Tree] (config>eth-ring>path>eth-cfm>mep description)
[Tree] (config>system>telemetry>sensor-groups>sensor-group description)
[Tree] (config>system>security>user>public-keys>rsa>rsa-key description)
[Tree] (config>log>event-trigger>event>trigger-entry description)
[Tree] (config>log>log-id description)
[Tree] (config>service>vprn>video-interface>channel description)
[Tree] (config>system>security>mgmt-access-filter>ipv6-filter>entry description)
[Tree] (config>service>ies>video-interface description)
[Tree] (config>system>security>keychain description)
[Tree] (config>system>security>keychain>direction>bi>entry description)
[Tree] (config>service>cust description)
[Tree] (config>isa>video-group description)
[Tree] (cfg>sys>sec>cpm>mac-filter>entry description)
[Tree] (config>log>event-handling>handler description)
[Tree] (config>qos>hs-pool-policy description)
[Tree] (config>service>mrp>mrp-policy description)
[Tree] (config>system>security>user>public-keys>ecdsa>ecdsa-key description)
[Tree] (config>qos>hs-attachment-policy description)
[Tree] (config>system>security>dist-cpu-protection>policy description)
[Tree] (config>qos>slope-policy description)
[Tree] (config>test-oam>sath>svc-test>svc-stream description)
[Tree] (config>qos>scheduler-policy description)
[Tree] (config>mcast-mgmt>mcast-info-plcy>bundle>channel>source-override>video description)
[Tree] (config>mcast-mgmt>mcast-info-plcy>bundle>channel>video description)
[Tree] (config>system>security>mgmt-access-filter>ip-filter>entry description)
[Tree] (config>qos>shared-queue description)
[Tree] (config>service>ies>video-interface>channel description)
[Tree] (config>service>pw-template>split-horizon-group description)
[Tree] (config>sys>security>cpu-protection>policy description)
[Tree] (config>log>event-trigger>event description)
[Tree] (config>service>vprn>video-interface description)
[Tree] (config>eth-ring description)
[Tree] (config>log>accounting-policy description)
[Tree] (config>qos>hs-port-pool-policy description)
[Tree] (config>qos>hs-scheduler-policy description)
[Tree] (config>mcast-mgmt>mcast-info-plcy>bundle>video description)
[Tree] (config>log>filter>entry description)
[Tree] (config>test-oam>sath>svc-test description)
[Tree] (config>eth-ring>path description)
[Tree] (config>qos>port-scheduler-policy description)
Full Context
configure log syslog description
configure service mrp mrp-policy entry description
configure test-oam service-activation-testhead acceptance-criteria-template description
configure system security keychain direction uni send entry description
configure system telemetry destination-group description
configure system telemetry persistent-subscriptions subscription description
configure service customer multi-service-site description
configure mcast-management multicast-info-policy bundle channel video analyzer description
configure log snmp-trap-group description
configure service sdp description
configure qos scheduler-policy tier scheduler description
configure system security keychain direction uni receive entry description
configure system security cpm-filter ip-filter entry description
configure qos adv-config-policy description
configure log event-handling handler action-list entry description
configure log filter description
configure service pw-template description
configure log file-id description
configure connection-profile-vlan description
configure system security pki ca-profile description
configure system security cpm-filter ipv6-filter entry description
configure group-encryption encryption-keygroup description
configure system security management-access-filter mac-filter entry description
configure eth-ring path eth-cfm mep description
configure system telemetry sensor-groups sensor-group description
configure system security user public-keys rsa rsa-key description
configure log event-trigger event trigger-entry description
configure log log-id description
configure service vprn video-interface channel description
configure system security management-access-filter ipv6-filter entry description
configure service ies video-interface description
configure system security keychain description
configure system security keychain direction bi entry description
configure service customer description
configure isa video-group description
configure system security cpm-filter mac-filter entry description
configure log event-handling handler description
configure qos hs-pool-policy description
configure service mrp mrp-policy description
configure system security user public-keys ecdsa ecdsa-key description
configure qos hs-attachment-policy description
configure system security dist-cpu-protection policy description
configure qos slope-policy description
configure test-oam service-activation-testhead service-test service-stream description
configure qos scheduler-policy description
configure mcast-management multicast-info-policy bundle channel source-override video description
configure mcast-management multicast-info-policy bundle channel video description
configure system security management-access-filter ip-filter entry description
configure qos shared-queue description
configure service ies video-interface channel description
configure service pw-template split-horizon-group description
configure system security cpu-protection policy description
configure log event-trigger event description
configure service vprn video-interface description
configure eth-ring description
configure log accounting-policy description
configure qos hs-port-pool-policy description
configure qos hs-scheduler-policy description
configure mcast-management multicast-info-policy bundle video description
configure log filter entry description
configure test-oam service-activation-testhead service-test description
configure eth-ring path description
configure qos port-scheduler-policy description
Description
This command configures a text description that is stored in the configuration file. The text string is associated with a configuration context to identify the content in the configuration file.
The no form of this command removes the string from the configuration.
Default
No description is associated with the configuration context.
Parameters
- short-description-string
-
Specifies the description character string. Allowed values are any string, up to 80 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
- configure log event-handling handler action-list entry description
- configure system security management-access-filter ip-filter entry description
- configure log filter description
- configure log event-trigger event trigger-entry description
- configure log snmp-trap-group description
- configure service customer description
- configure service sdp description
- configure system security dist-cpu-protection policy description
- configure system security keychain description
- configure service mrp mrp-policy entry description
- configure service mrp mrp-policy description
- configure connection-profile-vlan description
- configure qos port-scheduler-policy description
- configure log event-trigger event description
- configure log accounting-policy description
- configure service pw-template split-horizon-group description
- configure system security keychain direction uni receive entry description
- configure qos shared-queue description
- configure system security user public-keys ecdsa ecdsa-key description
- configure system security keychain direction uni send entry description
- configure qos scheduler-policy description
- configure log filter entry description
- configure qos adv-config-policy description
- configure system security management-access-filter ipv6-filter entry description
- configure log file-id description
- configure log syslog description
- configure system security user public-keys rsa rsa-key description
- configure service pw-template description
- configure system telemetry persistent-subscriptions subscription description
- configure qos scheduler-policy tier scheduler description
- configure system security management-access-filter mac-filter entry description
- configure qos slope-policy description
- configure log event-handling handler description
- configure system telemetry destination-group description
- configure system telemetry sensor-groups sensor-group description
- configure log log-id description
- configure system security pki ca-profile description
- configure service customer multi-service-site description
- configure system security keychain direction bi entry description
7450 ESS, 7750 SR, 7750 SR-s, 7950 XRS
- configure test-oam service-activation-testhead service-test description
- configure test-oam service-activation-testhead acceptance-criteria-template description
- configure test-oam service-activation-testhead service-test service-stream description
7450 ESS, 7750 SR, 7750 SR-s
- configure service ies video-interface channel description
- configure mcast-management multicast-info-policy bundle channel source-override video description
- configure mcast-management multicast-info-policy bundle channel video description
- configure mcast-management multicast-info-policy bundle channel video analyzer description
- configure service vprn video-interface description
- configure isa video-group description
- configure service vprn video-interface channel description
- configure service ies video-interface description
- configure mcast-management multicast-info-policy bundle video description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
- configure system security cpm-filter ip-filter entry description
- configure eth-ring path description
- configure eth-ring path eth-cfm mep description
- configure eth-ring description
- configure system security cpm-filter ipv6-filter entry description
- configure system security cpm-filter mac-filter entry description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure group-encryption encryption-keygroup description
7750 SR-7/12/12e
- configure qos hs-scheduler-policy description
- configure qos hs-pool-policy description
- configure qos hs-port-pool-policy description
- configure qos hs-attachment-policy description
7450 ESS, 7750 SR-7/12/12e, 7750 SR-7s, 7750 SR-14s, 7950 XRS
- configure system security cpu-protection policy description
description
Syntax
description medium-description-string
no description
Context
[Tree] (config>service>epipe>sap description)
[Tree] (config>port>sonet-sdh>path description)
[Tree] (config>port>tdm>ds1>channel-group description)
[Tree] (config>service>ies>sub-if>grp-if>sap description)
[Tree] (config>service>cpipe>sap description)
[Tree] (config>service>ies>aarp-interface description)
[Tree] (config>service>ies>interface>sap description)
[Tree] (config>port>tdm>e3 description)
[Tree] (config>service>ipipe>sap description)
[Tree] (config>port>tdm>e1>channel-group description)
[Tree] (config>port>tdm>ds3 description)
Full Context
configure service epipe sap description
configure port sonet-sdh path description
configure port tdm ds1 channel-group description
configure service ies subscriber-interface group-interface sap description
configure service cpipe sap description
configure service ies aarp-interface description
configure service ies interface sap description
configure port tdm e3 description
configure service ipipe sap description
configure port tdm e1 channel-group description
configure port tdm ds3 description
Description
This command configures a text description that is stored in the configuration file. The text string is associated with a configuration context to identify the content in the configuration file.
The no form of this command removes the string from the configuration.
Default
no description
Parameters
- medium-description-string
-
Specifies the description character string. Allowed values are any string, up to 160 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
- configure service ies interface sap description
- configure service epipe sap description
- configure service ipipe sap description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
- configure service cpipe sap description
- configure port sonet-sdh path description
7450 ESS, 7750 SR-7/12/12e, 7750 SR-a, 7750 SR-e
- configure port tdm e3 description
- configure port tdm ds1 channel-group description
- configure port tdm ds3 description
- configure port tdm e1 channel-group description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure service ies subscriber-interface group-interface sap description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service ies aarp-interface description
description
Syntax
description medium-description-string
no description
Context
[Tree] (config>service>ies>aa-interface>sap description)
[Tree] (config>service>vprn>aa-interface>sap description)
Full Context
configure service ies aa-interface sap description
configure service vprn aa-interface sap description
Description
This command creates a text description which is stored in the configuration file to help identify the content of the entity.
The no form of this command removes the string from the configuration.
Parameters
- medium-description-string
-
Specifies the text string to describe the entity, up to 160 characters. Allowed values are any string composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
description
Syntax
description long-description-string
no description
Context
[Tree] (config>router>isis>link-group description)
[Tree] (config>service>vprn>isis>link-group description)
[Tree] (config>open-flow>of-switch description)
Full Context
configure router isis link-group description
configure service vprn isis link-group description
configure open-flow of-switch description
Description
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.
Default
no description
Parameters
- long-description-string
-
Specifies the description character string. Allowed values are any string, up to 255-256 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
- configure router isis link-group description
- configure service vprn isis link-group description
VSR
- configure open-flow of-switch description
description
Syntax
description long-description-string
no description
Context
[Tree] (config>service>vprn>if description)
[Tree] (config>service>vprn>subscriber-interface description)
[Tree] (config>service>ies>aa-interface description)
[Tree] (config>service>ies>sub-if description)
[Tree] (config>service>vprn>aarp-interface description)
[Tree] (config>port description)
[Tree] (config>lag description)
[Tree] (config>service>ies>redundant-interface description)
[Tree] (config>service>vpls>interface description)
[Tree] (config>service>vprn>aa-interface description)
[Tree] (config>service>vprn>red-if description)
[Tree] (config>service>vprn>ip-mirror-interface description)
[Tree] (config>service>ies>sub-if>grp-if description)
[Tree] (config>service>vpls>sap>dhcp6 description)
[Tree] (config>service>vprn>sub-if>grp-if description)
[Tree] (config>router>if description)
[Tree] (config>service>ies>interface description)
[Tree] (config>service>vprn>nw-if description)
Full Context
configure service vprn interface description
configure service vprn subscriber-interface description
configure service ies aa-interface description
configure service ies subscriber-interface description
configure service vprn aarp-interface description
configure port description
configure lag description
configure service ies redundant-interface description
configure service vpls interface description
configure service vprn aa-interface description
configure service vprn redundant-interface description
configure service vprn ip-mirror-interface description
configure service ies subscriber-interface group-interface description
configure service vpls sap dhcp6 description
configure service vprn subscriber-interface group-interface description
configure router interface description
configure service ies interface description
configure service vprn network-interface description
Description
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.
Parameters
- long-description-string
-
Specifies the description character string. Allowed values are any string up to 255-256 characters long composed of printable, 7-bit ASCII characters. If the string contains special characters (#, ?, space), the entire string must be enclosed within double quotes.
Platforms
All
- configure service vpls sap dhcp6 description
- configure lag description
- configure service vprn ip-mirror-interface description
- configure service vpls interface description
- configure service vprn interface description
- configure service vprn network-interface description
- configure service ies interface description
- configure router interface description
- configure port description
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure service ies subscriber-interface group-interface description
- configure service vprn subscriber-interface group-interface description
- configure service vprn redundant-interface description
- configure service vprn subscriber-interface description
- configure service ies redundant-interface description
- configure service ies subscriber-interface description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure service vprn aarp-interface description
- configure service ies aa-interface description
- configure service vprn aa-interface description
description
Syntax
description medium-description-string
no description
Context
[Tree] (config>eth-tunnel description)
Full Context
configure eth-tunnel description
Description
This command adds a text description for the eth-tunnel.
The no form of this command removes the text description.
Default
Eth-tunnel
Parameters
- medium-description-string
-
Specifies the text description up to 160 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS
description
Syntax
description description-string
no description
Context
[Tree] (config>isa>map-t-group description)
Full Context
configure isa map-t-group description
Description
This command adds a text description for the MAP-T group.
The no form of this command removes the text description.
Parameters
- description-string
-
Specifies the text description up to 80 characters.
Platforms
7750 SR-1-24D, 7750 SR-1-46S, 7750 SR-1-48D, 7750 SR-1-92S, 7750 SR-1x-48D, 7750 SR-1x-92S, 7750 SR-1se, 7750 SR-2se, 7750 SR-7s, 7750 SR-14s
description
Syntax
description description-string
no description
Context
[Tree] (conf>service>nat>map-domain description)
Full Context
configure service nat map-domain description
Description
This command adds a text description for the MAP domain.
The no form of this command removes the text description.
Parameters
- description-string
-
Specifies the text description up to 80 characters.
Platforms
7750 SR-1-24D, 7750 SR-1-46S, 7750 SR-1-48D, 7750 SR-1-92S, 7750 SR-1x-48D, 7750 SR-1x-92S, 7750 SR-1se, 7750 SR-2se, 7750 SR-7s, 7750 SR-14s, VSR
description
Syntax
description description-string
no description
Context
[Tree] (config>subscr-mgmt>up-resiliency>fsg-template description)
[Tree] (config>isa>lns-group description)
[Tree] (config>port-policy description)
Full Context
configure subscriber-mgmt up-resiliency fate-sharing-group-template description
configure isa lns-group description
configure port-policy description
Description
This command creates a text description which is stored in the configuration file to help identify the content of the entity.
The no form of the command removes the string from the configuration.
Parameters
- string
-
Specifies the description character string. Allowed values are any string composed of printable, 7-bit ASCII characters. If the string contains special characters (#, $, spaces, and so on.), the entire string must be enclosed within double quotes.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, VSR
- configure subscriber-mgmt up-resiliency fate-sharing-group-template description
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
- configure port-policy description
- configure isa lns-group description
description
Syntax
[no] description
Context
[Tree] (config>service>nat>pcp-server-policy>option description)
Full Context
configure service nat pcp-server-policy option description
Description
This command enables/disables support for the description option.
Default
no description
Platforms
7450 ESS, 7750 SR, 7750 SR-e, 7750 SR-s, VSR
description
Syntax
description description-string
no description
Context
[Tree] (config>bfd>seamless-bfd>reflector description)
Full Context
configure bfd seamless-bfd reflector description
Description
This command specifies a description of a S-BFD reflector.
Parameters
- description-string
-
Specifies the S-BFD reflector description.
Platforms
All
description
Syntax
description description-string
no description
Context
[Tree] (config>system>alarm-contact-input description)
Full Context
configure system alarm-contact-input description
Description
This command configures a text description of an alarm contact input pin. The description is stored in the CLI configuration file. It indicates the usage or attribute of the pin, and helps the user to identify the purpose of the pin. The description is included in the log event when the pin changes state.
The no form of this command reverts the description string to the default.
Parameters
- description-string
-
Specifies a printable character string, up to 80 characters.
Platforms
7750 SR-a
description
Syntax
description description-string
no description
Context
[Tree] (config>filter>match-list>ip-pkt-len-list description)
[Tree] (config>filter>match-list>ipv6-pkt-len-list description)
Full Context
configure filter match-list ip-packet-length-list description
configure filter match-list ipv6-packet-length-list description
Description
This command configures a description for the packet length list.
The no form of this command deletes the description.
Default
no description
Parameters
- description-string
-
Specifies a text description, up to 80 characters.
Platforms
7450 ESS, 7750 SR, 7750 SR-a, 7750 SR-e, 7750 SR-s, 7950 XRS