Note:
For the 7450 ESS configurations, the DHCP6 and IPv6 ESM commands apply only when in mixed-mode. |
This command administratively disables an entity. When disabled, an entity does not change, reset, or remove any configuration settings or statistics.
The operational state of the entity is disabled as well as the operational state of any entities contained within. Many objects must be shut down before they may be deleted.
The no form of this command places the entity into an administratively enabled state.
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.
No description associated with the configuration context.
This command configures the different DHCPv6 applications to send the NoAddrsAvail Status-Code in DHCPv6 Advertise messages at the global DHCP message level.
By default, all applications send the NoAddrsAvail Status-Code in DHCPv6 Advertise messages at the IA_NA Option level.
Different applications for which NoAddrsAvail Status-Code in DHCPv6 Advertise messages can be configured at the global DHCP message level.
The only valid combination in current SROS is “adv-noaddrs-global esm-relay server”.
no adv-noaddrs-global. All applications send the NoAddrsAvail Status-Code in DHCPv6 Advertise messages at the IA_NA Option level.
This command configures the DHCP filter to bypass ESM host creation, drop DHCP messages, or perform no action.
no dhcp-filter
bypass-host-creation — bypass ESM host creation options
drop — drop and not process the DHCP message
bypass-host-creation — bypass ESM host creation options
drop — stop the DCHP message processing and drop the message
present | absent— specifies whether the option is present or absent
dhcp-option-number — 1 to 65536
match hex hex-string — 1 to 65536
hex-string — [0x0..0xFFFFFFFF...(max 254 hex nibbles)]
[exact][invert-match]
match string ascii-string — the ascii string to match
ascii-string — 127 characters maximum
[exact][invert-match]
This command instantiates a local DHCP server. A local DHCP server can serve multiple interfaces but is limited to the routing context it was which it was created.
none
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.
no delegated-prefix-length This means that the delegated prefix length is 64.
This command enables the sending of sending forcerenew messages.
The no form of the command disables the sending of forcerenew messages.
no force-renews
This command enables the Rapid Commit Option.
The no form of the command disables the Rapid Commit Option.
If enabled, this command enables the behavior where unique /64 prefix is allocated per interface-id, and all clients having the same interface-id get an address allocated out of this /64 prefix. This is relevant for bridged clients behind the same local-loop (and same SAP), where sharing the same prefix allows communication between bridged clients behind the same local-loop to stay local. For SLAAC based assignment, downstream neighbor-discovery is automatically enabled to resolve the assigned address.
no interface-id-mapping
This command configures the time to remember this lease. This lease-hold-time is for unsolicited release conditions such as lease timeout and normal solicited release from DHCP client.
The no form of the command reverts to the default.
sec 0
days: | [0..7305] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command enables the context to configure lease-hold-time-for parameters which defines additional types of lease or triggers that cause system to hold up leases.
Use the lease-hold-time to enable or disable lease hold up on the server level.
lease-hold-time-for
This command enables the server to hold up the lease of local IPSec clients.
The no form of the command disables the server to hold up the lease of local IPSec clients.
no internal-lease-ipsec
This command enables server to hold up lease even in case of solicited release. For example, the server receives normal DHCP release message
no solicited-release
This command configures a DHCP address pool on the router.
none
This command defines a prefix that to be excluded from available prefix in the pool. The typical use case is to exclude the interface address.
none
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - [0..FFFF]H | ||
d - [0..255]D | ||
prefix-length | [0..128] |
If enabled, the local DHCPv6 server will handle and reply to lease query messages.
The no form of the command disables lease query support.
no allow-lease-query
This command enables the context to configure failover paramters.
With this flag enabled, the remote IP address/prefix can be taken over immediately upon entering the PARTNER-DOWN state of the intercommunication link, without having to wait for the MCLT to expire. By setting this flag, the lease times of the existing DHCP clients, while the intercommunication link is in the PARTNER-DOWN state, will still be reduced to the MCLT over time and all new lease times will be set to MCLT. This behavior remains the same as originally intended for MCLT.
Some deployments require that the remote IP address/prefix range starts delegating new IP addresses/prefixes upon the failure of the intercommunication link, without waiting for the intercommunication link to transition from the COMM-INT state into the PARTNER-DOWN state and the MCLT to expire while in PARTNER-DOWN state.
This can be achieved by enabling the ignore-mclt-on-takeover flag and by configuring the partner-down-delay to 0.
Enabling this functionality must be exercised with caution. One needs to keep in mind that the partner-down-delay and MCLT timers were originally introduced to prevent IP address duplication in cases where DHCP redundant nodes transition out-of-sync due to the failure of intercommunication link. These timers (partner-down-delay and MCLT) would ensure that during their duration, the new IP addresses/prefixes are delegated only from one node, the one with local IP address-range/prefix. The drawback is of course that the new IP address delegation is delayed and thus service is impacted.
But if one could ensure that the intercommunication link is always available, then the DHCP nodes would stay in sync and the two timers would not be needed. This is why it is of utmost importance that in this mode of operation, the intercommunication link is well protected by providing multiple paths between the two DHCP nodes. The only event that should cause intercommunication link to fail is the entire nodal failure. This failure is acceptable since in this case only one DHCP node is available to provide new IP addresses/prefixes.
no ignore-mclt-on-takeover
The maximum-client-lead-time (MCLT) is the maximum time that a DHCP server can extend client’s lease time beyond the lease time currently known by the DHCP partner node. In dual-homed environment, the initial lease time for all DHCP clients is by default restricted to MCLT. Consecutive DHCP renews are allowed to extend the lease time beyond the MCLT.
The MCLT is a safeguard against IP address/prefix duplication in cases of a lease synchronization failure when local-remote failover model is deployed
Once the intercommunication link failure between the redundant DHCP servers is detected, the DHCP IP address range configured as remote will not be allowed to start delegating new leases until the MCLT + partner-down-delay intervals expire. This is to ensure that the new lease that was delegated from the ‘local’ IP address-range/prefix on one node, but was never synchronized due to the intercommunication link failure, will expire before the same IP address/prefix is allocated from the remote IP address-range/prefix on the other node.
However, the already existing (and synchronized) lease times can be renewed from the remote IP address range at any time, regardless of the state of the intercommunication link (operational or failed).
Lease synchronization failure can be caused either by a node failure, or a failure of the link over which the DHCP leases are synchronized (intercommunication link). Synchronization failure detection can take up to 3 seconds.
During the failure, the DHCP lease time for the new clients will be restricted to MCLT while for the existing clients the lease time will over time (by consecutive DHCP renews) be gradually reduced to the MCLT.
10 minutes
Since the DHCP lease synchronization failure can be caused by the failure of the intercommunication link (and not necessary the entire node), there is a possibility the redundant DHCP servers become isolated in the network. In other words, they can serve DHCP clients but they cannot synchronize the lease. This can lead to duplicate assignment of IP addresses, since the servers have configured overlapping IP address ranges but they are not aware of each other’s leases.
The purpose of the partner-down-delay is to prevent the IP lease duplication during the intercommunication link failure by not allowing new IP addresses to be assigned from the remote IP address range. This timer is intended to provide the operator with enough time to remedy the failed situation and to avoid duplication of IP addresses/prefixes during the failure.
During the partner-down-delay time, the prefix designated as remote will be eligible only for renewals of the existing DHCP leases that have been synchronized by the peering node. Only after the sum of the partner-down-delay and the maximum-client-lead-time will the prefix designated as remote be eligible for delegation of the new DHCP leases. When this occurs, we say that the remote IP address range has been taken over.
It is possible to expedite the takeover of a remote IP address range so that the new IP leases can start being delegated from that range shortly after the intercommunication failure is detected. This can be achieved by configuring the partner-down-delay timer to 0 seconds, along with enabling the ignore-mclt-on-takeover CLI flag. Caution must be taken before enabling this functionality. It is safe to bypass safety timers (partner-down-delay + MCLT) only in cases where the operator is certain that the intercommunication between the nodes has failed due to the entire node failure and not due to the intercommunication (MCS) link failure. Failed intercommunication due to the nodal failure would ensure that only one node is present in the network for IP address delegation (as opposed to two isolated nodes with overlapping IP address ranges where address duplication can occur). For this reason, the operator must ensure that there are redundant paths between the nodes to ensure uninterrupted synchronization of DHCP leases.
In access-driven mode of operation, partner-down-delay has no effect.
23 hours, 59 minutes and 59 seconds
DHCP leases can be synchronized per DHCP server of DHCP pool. The pair of synchronizing servers or pools is identified by a tag. The synchronization information is carried over the Multi-Chassis Synchronization (MCS) link between the two peers. MCS link is a logical link (IP, or MPLS).
MCS runs over TCP, port 45067 and it is using either data traffic or keepalives to detect failure on the communication link between the two nodes. In the absence of any MCS data traffic for more than 0.5sec, MCS will send its own keepalive to the peer. If a reply is not received within three sec, MCS will declare its operation state as DOWN and the DB Sync state as out-of-sync. MCS will consequently notify its clients (DHCP Server being one of them) of this. It can take up to three seconds before the DHCP client realizes that the inter-chassis communication link has failed.
The inter-chassis communication link failure does not necessarily assume the same failed fate for the access links. In other words the two redundant nodes can become isolated from each other in the network. This would occur in cases where only the intercommunication (MCS) link fails. It is of utmost importance that this MCS link be highly redundant.
none
This command enables startup-wait-time during which each peer waits after the initialization process before assuming the active role for the prefix designated as local or access-driven. This is to avoid transient issues during the initialization process.
2 minutes
This command configures the maximum lease time.
The no form of the command returns the value to the default.
10 days
days : | 0 — 3650 |
hours | 0 — 23 |
minutes: | 0 — 59 |
seconds | 0 — 59 |
This command configures the minimum lease time.
The no form of the command returns the value to the default.
10 minutes
days: | 0 — 3650 |
hours | 0 — 23 |
minutes: | 0 — 59 |
seconds | 0 — 59 |
This command specifies the desired minimum number of free addresses in this pool.
The no form of the command reverts to the default.
1
0 — 255
With this command, if the local DHCPv4 server receives a DHCP request with option 50 (means client try to request a previous allocated message as described in section 3.2 of RFC 2131, Dynamic Host Configuration Protocol) and the address allocation algorithm ends up using a pool and the address in option50 is not in pool, then system will return a DHCP NAK, otherwise system just drop the DHCP packet.
no nak-non-matching-subnet
This command configures the offer time.
The no form of the command returns the value to the default.
1 minute
minutes: | 0 — 10 |
seconds | 0 — 59 |
This command configures MSAP authentication defaults.
This command configures the group interface.
This command configures the MSAP policy.
This command sets default service for all subscribers created based on trigger packets received on the given capture SAP in case the corresponding VSA is not included in the RADIUS authentication response. This command is applicable to capture SAP only.
This command sets the retail-service ID for a given subscriber host.
no retail-service-id
This command enables the context to configure pool options. The options defined here can be overruled by defining the same option in the local user database.
none
This command configures specific DHCP options. The options defined here can overrule options in the local user database.
The no form of the removes the option from the configuration.
none
This command configures the IP address of the DNS server.
none
Configure IPv6 DNS server addresses that can be used for name resolution
no dns-server
This command configures the default domain for a DHCP client that the router uses to complete unqualified host names (without a dotted-decimal domain name).
The no form of the command removes the name from the configuration.
none
This command configures the time the client transitions to a rebinding state.
The no form of the command removes the time from the configuration.
none
days: | 0 — 3650 |
hours: | 0 — 23 |
minutes: | 0 — 59 |
seconds | 0 — 59 |
This command configures the time the client transitions to a renew state.
The no form of the command removes the time from the configuration.
none
days: | 0 — 3650 |
hours: | 0 — 23 |
minutes: | 0 — 59 |
seconds | 0 — 59 |
This command configures the amount of time that the DHCP server grants to the DHCP client permission to use a particular IP address.
The no form of the command removes the lease time parameters from the configuration.
none
days: | 0 — 3650 |
hours: | 0 — 23 |
minutes: | 0 — 59 |
seconds | 0 — 59 |
This command configures up to four Network Basic Input/Output System (NetBIOS) name server IP addresses.
none
This command configures the Network Basic Input/Output System (NetBIOS) node type.
none
This command allocates a prefix to a pool from which Prefix Delegation prefixes and or wan addresses can be assigned.
None
ipv6-address | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x [0..FFFF]H | ||
d [0..255]D | ||
prefix-length | [1..128] |
This command enables the context to configure pool level thresholds.
thresholds
This command enables the context to configure prefix level thresholds.
thresholds
This command creates a threshold for a given prefix length on the pool level. Up to 128 thresholds could be created. For example, with minimum-free prefix-length 64, then the usage of /64 prefix in the pool is counted.
There are two types of thresholds that could be defined at the pool level:
Configuration of this command also enables the system stats collection for configure prefix length, which could be displayed via the show router <router-id>dhcp6 local-dhcp-server "d6" pool-threshold-stats command.
none
This command creates a threshold for a given prefix length on the prefix level. Up to 128 thresholds could be created. For example, with minimum-free prefix-length 64, then the usage of /64 prefix in the prefix is counted.
There are two types of thresholds that could be defined at the prefix level:
Configuration of this command also enables the system stats collection for configure prefix length, which can be displayed with the show router <router-id>dhcp6 local-dhcp-server "d6" prefix-threshold-stats command.
none
This command enables the system to send out warnings when the prefix with the configured length is no long available in the pool.
none
This command enables the system to send out a warning when the prefix with a configured length is no long available in the provisioned prefix.
For example:
With the above configuration, the system will send out a warning when there is no available /64 that can be allocated out of 2001:0:0:ffe0::/50.
none
This command specifies a percentage based threshold which represent the minimal available percentage of the prefix with configured length in the pool. The system will send out a warning if the actual percentage is lower than the configured percentage.
none
This command configures a percentage-based or number-based threshold which represents the minimal available percentage or number of the prefix with a configured length in the provisioned prefix. The system will send out a warning if the actual percentage or number is lower than the configured threshold.
For example:
With the above configuration, the system will send a warning when the number of available /64 in prefix 2001:0:0:ffe0::/50 is less than 3.
none
This command configures the DHCP options to send to the client.
This command specifies local user database for PPP PAP/CHAP access.
With this configuration, system will access the specified DB again during PPP PAP/CHAP phase.
This configuration only becomes effective when system is accessing parent DB during PPPoE discovery phase.
none
This command configures specific DHCP options. The options defined here can overrule options in the local user database.
The no form of the removes the option from the configuration.
none
This command configures DHCPv4 options via LUDB that will be passed in all DHCP messages to the client. The options will be blindly appended to any options already present in the DHCP message. In other words, there is no intelligent merging of the options where overlapping options from different sources are further evaluated to determine whether only one option or multiple options should be returned to the client.
Multiple DHCP options can be configured at the same time although each option requires its own option statement. Those options are equivalent to RADIUS VSAs Alc-ToCLient-Dhcp4-Options.
DHCPv4 options can be provided via DHCPv4 server in the relay case. In addition, DHCPv4 options provided via LUDB or RADIUS can be supplied and consequently appended to the already existing options. In case that DHCPv4 options are provided simultaneously via LUDB and RADIUS, the RADIUS as a source of DHCPv4 option will be blocked and the options supplied via LUDB will be passed to the client. This is valid for the relay and proxy case.
Any DHCP option may be encoded in the option statement. An example of the option statement for DHCPv4 default-gateway is given below:
option 3 192.168.1.254
DHCPv4 options may be fixed length or variable length. They are appended at the end of DHCPv4 messages. All options begin with a tag octet, which uniquely identifies the option. Fixed-length options without data consist of only a tag octet. Only options 0 and 255 are fixed length. All other options are variable-length.
no option
This command creates a subnet of IP addresses to be served from the pool. The subnet cannot include any addresses that were assigned to subscribers without those addresses specifically excluded. When the subnet is created no IP addresses are made available until a range is defined.
none
Note:
A mask of 255.255.255.255 is reserved for system IP addresses. |
This command configures a range of IP addresses to be served from the pool. All IP addresses between the start and end IP addresses will be included (other than specific excluded addresses).
none
This command subnet draining which means no new leases can be assigned from this subnet and existing leases are cleaned up upon renew/rebind.
The no form of the command means the subnet is active and new leases can be assigned from it.
This command specifies a range of IP addresses that excluded from the pool of IP addresses in this subnet.
none
This command configures the maximum number of declined addresses allowed.
64
This command configures the minimum number of free addresses in this subnet. If the actual number of free addresses in this subnet falls below this configured minimum, a notification is generated.
1
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 the command removes the address(es) from the configuration.
none
This command specifies the subnet-mask option to the client. The mask can either be defined (for supernetting) or taken from the pool address.
The no form of the command removes the address from the configuration.
none
This command enables the use of gi-address matching. If the gi-address flag is enabled, a pool can be used even if a subnets is not found. If the local-user-db-name is not used, the gi-address flag is used and addresses are handed out by GI only. If a user must be blocked from getting an address the server maps to a local user database and configures the user with no address.
A pool can include multiple subnets. Since the GI is shared by multiple subnets in a subscriber interface the pool may provide IP addresses from any of the subnets included when the GI is matched to any of its subnets. This allows a pool to be created that represents a sub-int.
no use-gi-address
This command enables the use of the pool indicated by DHCP client. When enabled, the IP address pool to be used by this server is the pool is indicated by the vendor-specific sub-option 13 of the DHCP option 82. When disabled or if there is no sub-option 13 in the DHCP message, the pool selection falls back to the “use-gi-address” configuration.
no use-pool-from-client
This command configures the user identification method for the DHCPv4 server.
mac-circuit-id
This command configures the keys for identification of the DHCPv6 lease being held in the lease-database (for configured period after lease timeout). Subscriber requesting a lease via DHCPv6 that matches an existing lease based on this configured key is handed the matched prefix or address. This allows address and prefix “stickiness” for DHCPv6 assigned prefixes (IA_NA or PD).
duid
If configured, local pool selection for v6 address or prefix assignment will use the configured link-address under relay configuration. The selected pool will contain a prefix covering the link-address. The scope option defines the scope for the match. With scope subnet, the prefix or address selection is limited to the prefix in the pool that covers the link-address. With scope pool, all the prefixes in the selected pool are eligible for assignment.
scope subnet
This command configures a local user database for authentication.
not enabled
This command enables the context to configure DHCP parameters.
This command enables the context to configure DHCP6 parameters.
This command enables the context to configure DHCPv6 relay parameters for this interface.
This command enables DHCP relay and proxy-server for the configured client types.
The no form of the command resets the default client application (dhcp).
client-applications dhcp
This command enables matching Option 82 circuit ID on relayed DHCP packet matching.
For Routed CO, the group interface DHCP relay process is stateful. When packets are relayed to the server the virtual router ID, transaction ID, SAP ID, and client hardware MAC address of the relayed packet are tracked. When a response is received from the server the virtual router ID, transaction ID, and client HW MAC address must be matched to determine the SAP on which to send the packet out. In some cases, the virtual router ID, transaction ID, and client HW MAC address are not guaranteed to be unique.
When the match-circuit-id command is enabled this part of the key is used to guarantee correctness in the lookup. This is only needed when are dealing with an IP aware DSLAM that proxies the client HW mac address.
no match-circuit-id
This command enables dynamic host lease state management for SAPs.
For VPLS, DHCP snooping must be explicitly enabled (using the snoop command) at all points where DHCP messages requiring snooping enter the VPLS instance (both from the DHCP server and from the subscribers). Lease state information is extracted from snooped DHCP ACK messages to populate lease state table entries for the MSAP.
The optional number-of-entries parameter is used to define the number lease state table entries allowed for an MSAP or IP interface. If number-of-entries is omitted, only a single entry is allowed. Once the maximum number of entries has been reached, subsequent lease state entries are not allowed and subsequent DHCP ACK messages are discarded.
The retained lease state information representing dynamic hosts may be used to:
The no form of the command disables dynamic host lease state management for the MSAP.
no lease-populate
This command enables and disables dynamic host DHCPv4 lease state management for SAPs.
For VPLS, DHCP snooping must be explicitly enabled (using the snoop command) at all points where DHCP messages requiring snooping enter the VPLS instance (both from the DHCP server and from the subscribers). Lease state information is extracted from snooped DHCP ACK messages to populate lease state table entries for the SAP.
The optional number-of-entries parameter defines the number lease state table entries allowed.
If number-of-entries is omitted, only a single entry is allowed. Once the maximum number of entries has been reached, subsequent lease state entries are not allowed and subsequent DHCP ACK messages are discarded.
The retained lease state information representing dynamic hosts may be used to:
no lease-populate
This command enables DHCP Option 82 (Relay Agent Information Option) parameters processing and enters the context for configuring Option 82 sub-options.
The no form of this command returns the system to the default.
no option
This command configures the Relay Agent Information Option (Option 82) processing.
The no form of this command returns the system to the default value.
The default is to keep the existing information intact.
In Vendor-Specific Options (VSOs) scenarios, the behavior is slightly different. Even with the action=keep, the router will insert his own vso into the Option 82 field. This will only be done when the incoming message has already an Option 82 field.
If no Option 82 field is present, the router will not create the Option 82 field - in that case, no VSO will be added to the message.
When enabled, the router sends an ASCII-encoded tuple in the circuit-id sub-option of the DHCP packet. This ASCII-tuple consists of the access-node-identifier, service-id, and SAP-ID, separated by “|”.
In order to send a tuple in the circuit ID, the action replace command must be configured in the same context.
If disabled, the circuit-id sub-option of the DHCP packet will be left empty.
The no form of this command returns the system to the default.
circuit-id
When enabled, the router sends an ASCII-encoded tuple in the circuit-id sub-option of the DHCP packet. This ASCII-tuple consists of the access-node-identifier, service-id, and SAP-ID, separated by “|”.
In order to send a tuple in the circuit ID, the action replace command must be configured in the same context.
If disabled, the circuit-id sub-option of the DHCP packet will be left empty.
The no form of this command returns the system to the default.
circuit-id
This command specifies what information goes into the remote-id sub-option in the DHCP relay packet.
If disabled, the remote-id sub-option of the DHCP packet will be left empty.
The no form of this command returns the system to the default.
remote-id
This command configures the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
This command enables the sending of the MAC address in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
The no form of the command disables the sending of the MAC address in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
This command sends the pool name in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
The no form of the command disables the sending.
This command enables the sending of the SAP ID in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
The no form of the command disables the sending of the SAP ID in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
This command enables the sending of the service ID in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
The no form of the command disables the sending of the service ID in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
This command specifies the string in the Alcatel-Lucent vendor specific sub-option of the DHCP relay packet.
The no form of the command returns the default value.
This command specifies whether the system-id is encoded in the Alcatel-Lucent vendor specific sub-option of Option 82.
This command assigns a DHCP6 filter to the group-interface.
no filter
This command allows a DHCP IA_NA address to override and replace a host existing SLAAC address. When this feature is enabled, a subscriber SLAAC address is removed once the DHCP IA_NA address assignment is completed. If used with conjunction with the allow-multiple-wan-address command, the DHCP IA_NA address will also override the SLAAC address.
This command enables DHCP IA-PD (delegated prefix) to be modeled as managed (framed) route instead of as a subscriber-host. Antispoof filtering for the subscriber host associated with the IA-PD route must be set to nh-mac. The subscriber specific parameters (such as sla-profile or sub-profile) will be ignored during the authentication phase because IA-PD is not modeled as a subscriber host. Other subscriber host-specific functions (for example, host overrides via CoA or host accounting) are not possible with a PD as the managed route.
By default, or when configured with the next-hop ipv6 parameter, the next-hop for PD managed route is an IPv6 WAN sub-host (DHCP IA-NA or SLAAC) with the same mac address as the one in the DHCP lease state for the managed IA-PD. The DHCP IA-NA next-hop host will always override the SLAAC next-hop host if both are available. If the IPv6 next-hop is not present when the framed IA-PD is instantiated, the IA-PD will be set up but the PD managed route will not be installed in the IPv6 route table and the DHCPv6 lease state for the IA-PD will have the managed route status (DHCP6 MRt Status) set to “noNextHop”.
When configured with the next-hop ipv4 parameter the next-hop for PD managed route is a DHCPv4 sub-host that belongs to the same IPoE session or PPPoE session. For IPoE, ipoe-session must be enabled on the group-interface. If ipoe-session is disabled, an IPv4 next-hop will not be found. If the IPv4 next-hop is not found or not present at the time when the framed IA-PD is instantiated, the IA-PD will be set up but the PD managed route will not be installed in the IPv6 route table. In this case, the DHCPv6 lease state for the IA-PD will have the managed route status (DHCP6 MRt Status) set to “noNextHop”.
Note:
IPv6 filters, QoS IPv6 criteria, and IPv6 multicast are not supported for DHCPv6 IA-PD as managed route pointing to an IPv4 subscriber host as next-hop. |
The DHCP IA-PD modeled as a route is displayed differently than regular subscriber hosts in show commands related to subscriber host state. The PD managed route is always shown directly below the host it is using as the next hop. The forwarding status of the PD managed route is also shown, where (N) indicate that the PD managed route is not forwarding. In addition, DHCP IA-PD route is displayed as a managed route for the corresponding IPv6 subscriber host (DHCP IA-NA or SLAAC) or DHCPv4 subscriber host.
DHCP IA-PD information for managed IA-PD route is still maintained in the DHCPv6 lease state.
no pd-managed-route
This command enables the collection of ingress interface IP stats. This command is only applicable to IP statistics, and not to uRPF statistics.
If enabled, then the following statistics are collected:
Octet statistics for IPv4 and IPv6 bytes at IP interfaces include the Layer 2 frame overhead.
no enable-ingress-stats
This command configures the DHCP Unique Identifier (DUID) of the DHCP client.
This command configures the IPv6 prefix/mask preferred life time. The preferred-lifetime value cannot be bigger than the valid-lifetime value.
The no form of the command reverts to the default value.
604800 seconds (7 days)
days: | [0..3650] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command specifies the remaining time for this prefix to be preferred, thus time until deprecation.
3600 seconds
Note:
The value 4294967295 seconds is interpreted as infinite. |
This command configures the time, in seconds, that the prefix is valid. The maximum value 4294967295 is considered equal to infinity.
The no form of the command reverts to the default value.
2592000 seconds (30 days)
This command specifies the remaining time for this prefix to be valid for the purpose of on-link determination.
86400
This command configures the valid lifetime for the IPv6 prefix or address in the option.
1 day
days: | [0..3650] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command specifies the python-policy to be used for DHCPv4 relay.
This command specifies the python-policy to be used for DHCPv6 relay.
This command configures the IP address which will be used as the DHCP server address in the context of the SAP. Typically, the configured address should be in the context of the subnet represented by the service.
The no form of this command reverts to the default setting. The local proxy server will not become operational without the emulated-server address being specified.
This command defines the length of lease-time that will be provided to DHCP clients. By default the local-proxy-server will always make use of the lease-time information provide by either a RADIUS or DHCP server.
The no form of this command disables the use of the lease-time command. The local-proxy-server will use the lease-time offered by either a RADIUS or DHCP server.
7 days 0 hours 0 seconds
This command enables DHCP snooping of DHCP messages on the SAP or SDP. Enabling DHCP snooping on interfaces (SAPs and SDP bindings) is required where DHCP messages important to lease state table population are received, or where Option 82 information is to be inserted. This includes interfaces that are in the path to receive messages from either DHCP servers or from subscribers.
Use the no form of the command to disable DHCP snooping on the specified SAP or SDP binding.
no snoop
dhcp6
This command enabled access to LUDB for DHCPv4 hosts under the capture SAP. The name of this ludb must match the name of ludb configured under the config>service>vprn/ies>subscr-intf>group-intf>dhcp hierarchy.
no dhcp-user-db
This command specifies the name of the Python policy. The Python policy is created in the config>python>python-policy name context.
The no form of the command reverts to the default.
none
This command configures DHCP6 parameters for this SAP.
This command configure the interface-id suboption of the DHCP6 Relay packet
The no form of the command disables the sending of interface ID options in the DHCPv6 relay packet
This command enables the sending of remote ID option in the DHCPv6 relay packet.
The client DHCP Unique Identifier (DUID) is used as the remote ID.
The no form of the command disables the sending of remote ID option in the DHCPv6 relay packet.
This command configures the interface-id suboption of the DHCP6 relay packet.
The no form of the command reverts to the default.
none
This command enabled access to LUDB for DHCPv6 hosts under the capture SAP. The name of this ludb must match the name of ludb configured under the config>service>vprn/ies>subscr-intf>group-intf>dhcp hierarchy.
no dhcp6-user-db
This command enabled access to LUDB for PPPoE and PPPoEoA v4and v6 hosts under the capture SAP. The name of this ludb must match the name of ludb configured under the config>service>vprn/ies>subscr-intf>group-intf>pppoe hierarchy.
no pppoe-user-db
This command enabled access to LUDB for PPPoE and PPPoEoA v4and v6 hosts under the capture SAP. The name of this ludb must match the name of ludb configured under the config>service>vprn/ies>subscr-intf>group-intf>pppoe hierarchy.
no pppoe-user-db
This command assigns a DHCP filter to the group-interface. This feature is used where the SR7750 is the second DHCP relay or where DHCP messages are snooped for subscriber management. The filter can be used to bypass host creation, drop DHCP message, or perform no action.
no filter
This command configures the gateway interface address for the DHCP relay. A subscriber interface can include multiple group interfaces with multiple SAPs. The GI address is needed, when the router functions as a DHCP relay, to distinguish between the different subscriber interfaces and potentially between the group interfaces defined.
By default, the GI address used in the relayed DHCP packet is the primary IP address of a normal IES interface. Specifying the GI address allows the user to choose a secondary address. For group interfaces a GI address must be specified under the group interface DHCP context or subscriber-interface DHCP context in order for DHCP to function.
no gi-address
This command allows selection of gi-addresses based on the host entry in LUDB.
The gi-address must be a valid address (associated with an interface) within the routing context that received the DHCP message on the access side.
no gi-address
This command enables the relaying of plain BOOTP packets.
The no form of the command disables the relaying of plain BOOTP packets.
This command enables the DHCPv4 relay proxy function on the interface. The command has no effect when no dhcp servers are configured (DHCPv4 relay not configured). By default, unicast DHCPv4 release messages are forwarded transparently. The optional “release-update-src-ip” flag, updates the source IP address with the value used for relayed DHCPv4 messages. Additionally when the optional flag “relay-unicast-msg” is enabled, then the gi address and source IP address of relayed DHCPv4 messages can be configured to any local configured IP address in the same routing instance.
A relay proxy enhances the relay such that it also relays unicast client DHCPv4 REQUEST messages (lease renewals).
The optional release-update-src-ip parameter updates the source IP address of a DHCP RELEASE message with the address used for relayed DHCPv4 messages.
The optional siaddr-override <ip-address> parameter enables DHCP server IP address hiding towards the client. This parameter requires that that lease-populate is enabled on the interface. The DHCP server ip address is required for the address hiding function and is stored in the lease state record. The client interacts with the relay proxy as if it is the DHCP server. In all DHCP messages to the client, the value of following header fields and DHCP options containing the DHCP server IP address is replaced with the configured <ip-address>:
DHCP OFFER selection during initial binding is done in the relay-proxy. Only the first DHCP OFFER message is forwarded to the client. Subsequent DHCP OFFER messages from different servers are silently dropped.
no relay-proxy
This command specifies a list of servers where DHCP6 requests will be forwarded. The list of servers can entered as either IP addresses or fully qualified domain names. There must be at least one server specified for DHCP6 relay to work. If there are multiple servers then the request is forwarded to all of the servers in the list.
There can be a maximum of 8 DHCP6 servers configured.
no server
ipv6-address: | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x: [0 — FFFF]H | |
d: [0 — 255]D |
This command enables a virtual-subnet for DHCPv4 hosts under the subscriber-interface. With this command configured, the system will snoop and record the default router address in the DHCP ACK message for the DHCPv4 ESM host. The system could answer ping or traceroute request even if the default router address is not configured on the subscriber-interface.
none
This command specifies a list of servers where requests will be forwarded. The list of servers can entered as either IP addresses or fully qualified domain names. There must be at least one server specified for DHCP relay to work. If there are multiple servers then the request is forwarded to all of the servers in the list.
There can be a maximum of 8 DHCP servers configured.
no server
This command enables the relaying of plain BOOTP packets.
The no form of the command disables the relaying of plain BOOTP packets.
This command enables the use of ARP to determine the destination hardware address.
The no form of the command disables the use of ARP to determine the destination hardware address
This command enables relaying of untrusted packets.
The no form of this command disables the relay.
not enabled
This command enables subscriber host connectivity verification on a given SAP within a service.
This tool will periodically scan all known hosts (from dhcp-state) and perform a UC ARP request. The subscriber host connectivity verification will maintain state (connected vs. not-connected) for all hosts.
no host-connectivity-verify
This command enables the context to configure DHCP parameters.
This command configures the processing required when the SR-Series receives a DHCP request that already has a Relay Agent Information Option (Option 82) field in the packet.
The no form of this command returns the system to the default value.
Per RFC 3046, DHCP Relay Agent Information Option , section 2.1.1, Reforwarded DHCP requests, the default is to keep the existing information intact. The exception to this is if the giaddr of the received packet is the same as the ingress address on the router. In that case the packet is dropped and an error is logged.
The behavior is slightly different in case of Vendor Specific Options (VSOs). When the keep parameter is specified, the router will insert his own VSO into the Option 82 field. This will only be done when the incoming message has already an Option 82 field.
If no Option 82 field is present, the router will not create the Option 82 field. In this in that case, no VSO will be added to the message.
This command enables Option 82 circuit ID on relayed DHCP packet matching. For routed CO, the group interface DHCP relay process is stateful. When packets are relayed to the server the virtual router ID, transaction ID, SAP ID, and client hardware MAC address of the relayed packet are tracked.
When a response is received from the server the virtual router ID, transaction ID, and client hardware MAC address must be matched to determine the SAP on which to send the packet out. In some cases, the virtual router ID, transaction ID, and client hardware MAC address are not guaranteed to be unique.
When the match-circuit-id command is enabled this part of the key is used to guarantee correctness in our lookup. This is really only needed when dealing with an IP aware DSLAM that proxies the client hardware MAC address.
no match-circuit-id
This command enables DHCP Option 82 (Relay Agent Information Option) parameters processing and enters the context for configuring Option 82 sub-options.
The no form of this command returns the system to the default.
no option
This command configures the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
This command enables the sending of the MAC address in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
The no form of the command disables the sending of the MAC address in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
This command enables the sending of the SAP ID in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
The no form of the command disables the sending of the SAP ID in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
This command enables the sending of the service ID in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
The no form of the command disables the sending of the service ID in the Alcatel-Lucent vendor specific suboption of the DHCP relay packet.
This command specifies the vendor specific suboption string of the DHCP relay packet.
The no form of the command returns the default value.
This command specifies whether the system-id is encoded in the Alcatel-Lucent vendor specific sub-option of Option 82.
None
This command configures the DHCP proxy server.
This command configures the IP address to be used as the DHCP server address in the context of this service. Typically, the configured address should be in the context of the subnet.
The no form of this command reverts to the default setting. The local proxy server will not become operational without a specified emulated server address.
This command defines the length of lease-time that will be provided to DHCP clients. By default the local-proxy-server will always make use of the lease-time information provide by either a RADIUS or DHCP server.
The no form of this command disables the use of the lease-time command. The local-proxy-server will use the lease-time offered by either a RADIUS or DHCP server.
7 days 0 hours 0 seconds
This command specifies a list of servers where requests will be forwarded. The list of servers can entered as either IP addresses or fully qualified domain names. There must be at least one server specified for DHCP relay to work. If there are multiple servers then the request is forwarded to all of the servers in the list. There can be a maximum of 8 DHCP servers configured.
The flood command is applicable only in the VPLS case. There is a scenario with VPLS where the VPLS node only wants to add Option 82 information to the DHCP request to provider per-subscriber information, but it does not do full DHCP relay. In this case, the server is set to “flood”. This means the DHCP request is still a broadcast and is sent through the VPLS domain. A node running at L3 further upstream then can perform the full L3 DHCP relay function.
no server
This command enables subscriber host connectivity verification on a given VPLS SAP or within a VPLS service.
This tool will periodically scan all known hosts (from dhcp-state) and perform a UC ARP request. The subscriber host connectivity verification will maintain state (connected vs. not-connected) for all hosts.
no host-connectivity-verify
This command configures the source IPv6 address of the DHCPv6 relay messages.
ipv6-address: | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x: [0 — FFFF]H | |
d: [0 — 255]D |
This command enables access to the LUDB for DHCPv6 messages under a routed interface. The name of this LUDB must match the name of the LUDB configured by the config>sub-gmt>localuser-db command.
no user-db
This command enables the context to configure DHCPv6 server parameters for the IES interface.
The no form of the command disables the DHCP6 server.
This command configures the maximum number of lease states installed by the DHCP6 server function allowed on this interface.
The no form of the command returns the value to the default.
8000
This command configures prefix delegation options for delegating a long-lived prefix from a delegating router to a requesting router, where the delegating router does not require knowledge about the topology of the links in the network to which the prefixes will be assigned.
The no form of the command disables prefix-delegation.
This command specifies the IPv6 prefix that will be delegated by this system.
ipv6-address/prefix: | ipv6-address | x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | ||
x [0 — FFFF]H | ||
d [0 — 255]D | ||
prefix-length | 1 — 128 |
This command enables local proxy ARP. When local proxy ARP is enabled on an IP interface, the system responds to all ARP requests for IP addresses belonging to the subnet with its own MAC address, and thus will become the forwarding point for all traffic between hosts in that subnet. When local-proxy-arp is enabled, ICMP redirects on the ports associated with the service are automatically blocked.
no local-proxy-arp
This command assigns a specific MAC address to a VPRN IP interface.
The no form of this command returns the MAC address of the IP interface to the default value.
The physical MAC address associated with the Ethernet interface that the SAP is configured on.
This command enables a proxy ARP policy for the interface.
The no form of this command disables the proxy ARP capability.
no proxy-arp
The specified name(s) must already be defined.
This command configures a redundant interface used for dual homing.
This command enables remote proxy ARP on the interface.
Remote proxy ARP is similar to proxy ARP. It allows the router to answer an ARP request on an interface for a subnet that is not provisioned on that interface. This allows the router to forward to the other subnet on behalf of the requester. To distinguish remote proxy ARP from local proxy ARP, local proxy ARP performs a similar function but only when the requested IP is on the receiving interface.
no remote-proxy-arp
This command allows the operator to create special subscriber-based interfaces. It is used to contain multiple group interfaces. Multiple subnets associated with the subscriber interface can be applied to any of the contained group interfaces in any combination. The subscriber interface allows subnet sharing between group interfaces.
Use the no form of the command to remove the subscriber interface.
This command enables the context to configure a group interface. A group interface is an interface that may contain one or more SAPs. This interface is used in triple-play services where multiple SAPs are part of the same subnet.
none
This command assigns a RADIUS authentication policy to the interface.
The no form of this command removes the policy name from the group interface configuration.
no authentication-policy
This command enables the context to configure a local user database.
not enabled
This command enables the group-interface to snoop DHCPv6 relay messages exchange between the subscriber host and the DHCPv6 server. A successful DHCPv6 address assignment will trigger ESM DHCPv6 host creation and a release of the lease will trigger host deletion. This feature is for ESMv6 applications where a Layer 3 aggregation network is upstream from the BNG.
This command assigns a local user database.
not enabled
This feature is only applicable when DHCPv6-snooping is enabled. The Ethernet header MAC address on DHCPv6 is used as the default key host identification. This command allows addition the keys for identifying the DHCPv6 host. The interface-id can be included in addition to the MAC key to further differentiate each DHCPv6 host.
user-ident mac
This command configures IPoE host parameters.
This command configures PPP host parameters.
This command configures the mask.
This string can only contain printable ASCII characters. The “*” character is a wildcard that matches any substring. If a "\" character is masked, use the escape key so it becomes "\\".
This string can only contain printable ASCII characters. The “*” character is a wildcard that matches any substring. If a "\" character is masked, use the escape key so it becomes "\\".
This command defines a DHCP or PPP subscriber.
This command enables access loop information.
This command configures the egress encapsulation offset.
This command configures the last mile link downstream rate in the access loop.
This command enables the context to configure access loop information in the local user database
This command specifies a circuit-id for PPPoE hosts. A circuit-id received in PPPoE tags has precedence over the ludb specified circuit-id.
no circuit-id
string ASCII string
Specifies the circuit-id as a string, up to 63 characters. in length.
This command specifies a remote-id for PPPoE hosts. A remote-id received in PPPoE tags has precedence over the ludb specified remote-id.
no remote-id
This command specifies the accounting policy used for sending an Accounting Stop message to report RADIUS authentication failures of PPPoE sessions. A duplicate policy can be specified if a copy of the Accounting Stop message must be sent to another destination.
Reporting RADIUS authentication failures with an Accounting Stop message must be enabled in the RADIUS authentication policy (“send-acct-stop-on-fail”)
A duplicate RADIUS accounting policy can be specified if the accounting stop resulting from a RADIUS authentication failure must also be sent to a second RADIUS destination.
no acct-policy
This command configures how the IP address is defined for this host.
When the user-db is used from a local-dhcp-server, then this command defines how to define the IP address the server will “offer” to the DHCP-client.
When the user-db is used for PPPoE authentication, the gi-address parameter cannot be used. A fixed IP address will then cause PPPoE to use this IP address. If no IP address is specified, the PPPoE will look for IP address by other means (DHCP). If a pool name is given, this pool will be sent in the DHCP request so that it can be used in by the DHCP server to determine which address to give to the host.
The no form of the command causes no IP address to be assigned to this host. In a user-db referred to from a local-dhcp-server, creating a host without address information will cause the matching client never to get an IP address.
no address
This command configures the authentication policy of this host.
This command configures the authentication policy of this host and PPPoE hosts. This authentication policy is only used if no authentication policy is defined at the interface level. For DHCP hosts, the host entry should not contain any other information needed for setup of the host (IP address, ESM strings, etc.). For PPPoE hosts, the authentication policy configured here must have its pppoe-authentication-method set to pap-chap, otherwise the request will be dropped.
This command specifies if the IPv6 control protocol should be negotiated after PPP reaches the Network-Layer Protocol phase.
This command configures the Diameter application policy.
This command is used to configure the Diameter NASREQ application policy to use for authentication.
This command sets the domain name which can be appended to user-name in RADIUS-authentication-request message for the given host.
This command enables the context to configure host identification parameters.
This command configures the IP address of the DHCP server to relay to.
The no form of the command removes the DHCP server IP address from the configuration.
The configured DHCP server IP address must reference one of the addresses configured under the DHCP CLI context of an IES/VPRN subscriber or group interface.
no server
This command specifies the circuit-id to match.
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.
This command specifies a range of encapsulation tag as the host identifications. The encapsulation tag is dot1q or qinq on Ethernet port; VPI/VCI on ATM port.
For dot1q, the start/end-tag is single number, range from 0-4094; for QinQ, the start/end-tag format is x.y, x or y could be “*”, which means ignore inner or outer tag;
For ATM the start/end-tag format is vpi/vci, vpi or vci could be “*”, which means ignore VPI or VCI.
Note:
This command will only be used when encap-tag-range is configured as one of the match-list parameters. |
The no form of the command removes the values from the configuration.
none
start-tag | dot1q | qtag1 | |
qinq | (qtag1.qtag2 | qtag1.* | *.qtag2) | ||
atm | (vpi/vci | vpi/* | */vci) | ||
qtag1 | [0..4094] | ||
qtag2 | [0..4094] | ||
vpi | [0..4095] (NNI) | ||
[0..255] (UNI) | |||
vci | [1..65535] |
end-tag | dot1q | qtag1 | |
qinq | (qtag1.qtag2 | qtag1.* | *.qtag2) | ||
atm | (vpi/vci | vpi/* | */vci) | ||
qtag1 | [0..4094] | ||
qtag2 | [0..4094] | ||
vpi | [0..4095] (NNI) | ||
[0..255] (UNI) | |||
vci | [1..65535] |
This command specifies the source IPv4/IPv6 address/prefix of the data trigger packet as the host identification.
no ip-prefix
This command specifies the MAC address to match.
This command enables the context to configure IPv6 DNS server information in the local user database
This command specifies the Vendor-Identifying Vendor Option to match. Option 60 is encoded as Type-Length-Value (TLV). The hex-string portion of Option 60 in the received DHCP request is used for matching. Only the first 32 bytes can be defined here. If Option 60 from the message is longer, those bytes are ignored.
no option60
This command specifies the remote id of this host.
The no form of this command returns the system to the default.
no remote-id
This command specifies the service-name tag in PADI and/or PADR packets to match for PPPoE hosts.
This command specifies the SAP ID from the Alcatel-Lucent Vendor Specific Sub-option in Option 82 to match.
This command specifies an existing service ID from the Alcatel-Lucent Vendor Specific Sub-Option in Option 82 to match.
This command specifies the string from the Alcatel Vendor Specific Sub-Option in Option 82 to match.
This command specifies the system ID from the Alcatel Vendor Specific Sub-Option in Option 82 to match.
This command specifies how the username is specified.
This command specifies identification strings for the subscriber. This is useful when the server is centralized with Enhanced Subscriber Management (ESM) in a lower level in the network. These strings will be parsed by a downstream Python script or they can be used literally if the “strings-from-option” option in the config>subscriber-mgmt>sub-ident-policy context is set to this option number. In this case, the option number may be set to any allowed number (between 224 and 254 is suggested, as these are not dedicated to specific purposes). If the option number is not given, a default value of 254 is used. For PPPoE only, if the local user database is attached to the PPPoE node under the group interface and not to a local DHCP server, the strings will be used internally so the option number is not used.
254
This command specifies the ANCP string which is encoded in the identification strings.
This command specifies the application profile string which is encoded in the identification strings.
This command specifies the category map name.
none
This command specifies the intermediate destination identifier which is encoded in the identification strings.
This command specifies the SLA profile string which is encoded in the identification strings.
This command specifies the subscriber profile string which is encoded in the identification strings.
This command specifies the subscriber ID which is encoded in the identification strings.
When the ignore-df-bit command is enabled for a subscriber host, then the do-not-fragment (DF) bit in the IPv4 header for frames egressing the subscriber interface is ignored: the frames are fragmented according the applicable egress MTU; the DF bit is reset for frames that are fragmented.
This command applies to PPPoE PTA and L2TP LNS frames only. Not applicable for L2TP LAC frames.
no ignore-df-bit
This command configures the interface where PPP sessions are terminated.
The no form of the command reverts to the default.
none
This command configures static DHCPv6 IA-NA address for the host. This address is delegated to the client as /128 via DHCPv6 proxy function within the router. This IP address must not be part of any DHCP pool within internal DHCP server.
The no form of the command removes the IPv6 address from the host configuration.
ipv6-address: | ipv6-prefix x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x [0..FFFF]H | |
d [0..255]D |
This command configures static DHCPv6 IA-PD prefix for the host. This prefix can be further delegated by the host itself to its clients. The prefix length is restricted to 48 to 64 bits. This prefix must not be part of any DHCP pool within internal DHCP server.
no ipv6-delegated-prefix
ipv6-address: | ipv6-prefix x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x [0..FFFF]H | |
d [0..255]D | |
prefix-length | [48..64] |
This command configures the pool name that will be used in DHCPv6 server for DHCPv6 IA-PD prefix selection.
The no form of the command removes the pool name from the configuration.
This command configures static IPv6 SLAAC prefix (PIO) for the host. The host will assign an IPv6 address to itself based on this prefix. The prefix length is 64 bits.
The no form of the command removes the static IPv6 SLAAC prefix (PIO) for the host from the configuration.
no ipv6-slaac-prefix
<ipv6-prefix/prefi*> : ipv6-prefix x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | |
x [0..FFFF]H | |
d [0..255]D | |
prefix-length | 64 |
This command configures the IPv6 slaac prefix pool of this host.
This command allows configuration of delegated prefix length via local user database.
no ipv6-delegated-prefix-length
This command configures the pool name that will be used in DHCPv6 server for DHCPv6 IA-PA address selection.
The no form of the command removes the pool name from the configuration.
no ipv6-wan-address-pool
This command configures the link address used for prefix selection at the DHCP server.
The link-address is a field in DHCP6 Relay-Forward message that is used in DHCP6 server to select the IPv6 address (IA-NA) or IPv6 prefix (IA-PD) from a pool with configured prefix range covering the link-address. The selection scope is the pool or a prefix range within the pool.
<ipv6-address> | ipv6-address - x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x - [0..FFFF]H | |
d - [0..255]D |
This command enables the context to configure RADIUS proxy cache match parameters.
This command specifies the action to take when no match is found in the cache.
The no form of the command reverts to the default.
drop
This command specifies how a MAC address is represented.
This command specifies in what DHCPv6 option to retrieve the value to be used as lookup key in the RADIUS proxy cache.
none
This command specifies the RADIUS proxy server.
This command configures the lease times for DHCPv6.
This command configures the preferred-lifetime for DHCPv6 leases (address/prefix) in a proxy-scenario (For example address/prefix obtained from Radius)
Preferred lifetime is the length of time that a valid address/prefix is preferred (for example, the time until deprecation).
hrs 1
days: | [0..3650] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59] |
This command configures the lease rebind timer (T2) via LUBD.
The T2 time is the time at which the client contacts any available addressing authority to extend the lifetimes of DHCPv6 leases. T2 is a time duration relative to the current time expressed in units of seconds.
The IP addressing authority controls the time at which the client contacts the addressing authority to extend the lifetimes on assigned addresses/prefixes through the T1 and T2 parameters assigned to an IA. At time T1 for an IA, the client initiates a Renew/Reply message exchange to extend the lifetimes on any addresses in the IA. The client includes an IA option with all addresses/prefixes currently assigned to the IA in its Renew message. Recommended values for T1 and T2 are .5 and .8 times the shortest preferred lifetime of the addresses/prefixes in the IA that the addressing authority is willing to extend, respectively.
The configured rebind timer should always be longer than or equal to the renew timer.
The T1 and T2 are carried in the IPv6 address option that is within the IA.
rebind-timer min 48
days: | [0..7] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command configures the lease renew time (T1) via LUDB.
The T1 is the time at which the client contacts the addressing authority to extend the lifetimes of the DHCPv6 leases (addresses/prefixes). T1 is a time duration relative to the current time expressed in units of seconds.
The IP addressing authority controls the time at which the client contacts the addressing authority to extend the lifetimes on assigned addresses through the T1 and T2 parameters assigned to an IA. At time T1 for an IA, the client initiates a Renew/Reply message exchange to extend the lifetimes on any addresses in the IA. The client includes an IA option with all addresses currently assigned to the IA in its Renew message. Recommended values for T1 and T2 are .5 and .8 times the shortest preferred lifetime of the addresses in the IA that the addressing authority is willing to extend, respectively.
The configured renew timer should always be smaller than or equal to the rebind timer.
The T1 and T2 are carried in the IPv6 address option that is within the IA.
renew-timer min 30
days: | [0..7] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command allows operator to customize the “server-id” attribute of a DHCPv6 message from the DHCPv6 proxy server (such as DHCPv6 advertise and reply). By default, the server-id uses DUID-ll derive from the chassis link-layer address. Operators have the option to use a unique identifier by using DUID-en (vendor based on enterprise number). There is a maximum length associated with the customizable hex-string and ascii-string.
server-id duid-ll
This command configured valid-lifetime for DHCPv6 lease (address/prefix).
Valid lifetime is the the length of time an address/prefix remains in the valid state (i.e., the time until invalidation). The valid lifetime must be greater than or equal to the preferred lifetime. When the valid lifetime expires, the address/prefix becomes invalid and must not be used in communications. RFC 2461, sec 6.2.1 recommends default value of 30 days.
Each address/prefix assigned to the client has associated preferred and valid lifetimes specified by the address assignment authority (DHCP Server, Radius, ESM). To request an extension of the lifetimes assigned to an address, the client sends a Renew message to the addressing authority. The addressing authority sends a Reply message to the client with the new lifetimes, allowing the client to continue to use the address/prefix without interruption.
The lifetimes are transmitted from the addressing authority to the client in the IA option on the top level (not the address or prefix level).
valid-lifetime days 1
days: | [0..3650] |
hours: | [0..23] |
minutes: | [0..59] |
seconds: | [0..59 |
This command configures L2TP for the host.
This command configures the L2TP tunnel group. The tunnel-group-name is configured in the config>router>l2tp context. Refer to the Router Configuration Guide.
This command configures the authentication policy for the host. A host name with name “default” will be matched when all other hosts do not match.
This command configures the delay timeout before sending a PPPoE Active Discovery Offer. (PADO)
This command configures the mask.
This string can only contain printable ASCII characters. The “*” character is a wildcard that matches any substring. If a "\" character is masked, use the escape key so it becomes "\\".
This string can only contain printable ASCII characters. The “*” character is a wildcard that matches any substring. If a "\" character is masked, use the escape key so it becomes "\\".
This command specifies the type of matching done to identify a host. There are different match-types for PPPoE or IPoE hosts of which a maximum of 4 can be specified.
no match-list
mac — Specifies the MAC address of the client. Chaddr in DHCP4 and DUID in IPv6.
option60 — Specifies the DHCP4 option 60.
remote-id — Specifies the DHCP4 option (82,2) or DHCP6 option 37
Note:
The format of remote-id in IPv6 is different that the format of remote-id in IPv6; IPv6 remote-id contains enterprise-id filed that is also honored in matching. |
dual-stack-remote-id — Specifies the enterprise-id in v6 Remote-id will be stripped off before LUDB matching is performed. Processing of IPv4 Remote-id remains unchanged. This will allow a single host entry in LUDB for dual-stack host where host identification is performed based on the Remote-id field.
sap-id — Specifies the SAP ID on which DHCPv4 packet are received. The sap-id is inserted as ALU VSO (82,9,4) by the DHCPv4 relay in router. This is enabled via configuration under the vendor-specific-option CLI hierarchy of the DHCPv4 relay. Since the dhcp-relay configuration is enabled under the group-interface CLI hierarchy, the group-interface and the service-id must be known before the sap-id can be used for LUDB match.
encap-tag-range — Specifies the VLAN tags.
ip — Specifies the source IPv4/IPv6 address of a data-trigger packet.
service-id — Specifies the service-id of the ingress SAP for DHCPv4 packets. The service-id is inserted as ALU VSO (82,9,3) by the DHCPv4 relay in router. This is enabled via configuration under the vendor-specific-option CLI hierarchy of the DHCPv4 relay.
string — Specifies the custom string configured under the vendor-specific-option CLI hierarchy of the DHCPv4 relay. The string is inserted as ALU VSO (82,9,5) by the DHCPv4 relay in router. Since the dhcp-relay configuration is enabled under the group-interface CLI hierarchy, the group-interface and the service-id must be known before the string can be used for LUDB match.
system-id — Specifies the system-id of the node name configured under the system>name CLI hierarchy. The system-id is inserted as ALU VSO (82,9,1) by the DHCPv4 relay in router. This is enabled via configuration under the vendor-specific-option CLI hierarchy of the DHCPv4 relay. Since the dhcp-relay configuration is enabled under the group-interface CLI hierarchy, the group-interface and the service-id must be known before the system-id can be used for LUDB match.
derived-id — Specifies the value extracted by Python script during processing of DHCP Discover/Solicit/Request/Renew/Rebind Messages (client to server bound messages). The value is stored in the DHCP Transaction Cache (DTC) in a variable named alc.dtc.derivedId. This value has a lifespan of a DHCP transaction (a single pair of messages exchanged between the client and the server; for example DHCP Discover and DHCP Offer).
This command specifies a password type or configures password string for pap or chap. The pap and chap passwords are stored in a hashed format in the config files. The hash|hash2 optional keywords are used for config execution.
This command will only be interpreted if the local user database is connected directly to the PPPoE node under the VPRN/IES group interface. It is not used if the local user database is accessed by a local DHCP server.
This command configures the pre-authentication policy of this host.
This command configures the DHCP options to send to the server.
This command specifies the DHCPv6 options to send to the server. There are four options:
option option-number hex hex-string
option option-number string ascii-string
option option-number domain domain-name
no option option-number
None
This command indicates the service ID of the retailer VPRN service to which this session belongs. If the value of this object is non-zero, the session belongs to a retailer VPRN.
The no form of the command removes the service ID from the configuration.
no retail-service-id
service-id: | 1 — 2147483647 |
service-name: | Service name up to 64 characters in length. |
This command allows DHCP6 server selection based on the host entry in LUDB.
The configured DHCP6 server IP address must reference one of the v6 addressees configured under the config>service>vprn>sub-if>grp-if>ipv6>dhcpv6>relay or config>service>ies>sub-if>grp-if>ipv6>dhcpv6>relay context.
no server6
<ipv6-address> | : ipv6-address - x:x:x:x:x:x:x:x (eight 16-bit pieces) |
x:x:x:x:x:x:d.d.d.d | |
x - [0..FFFF]H | |
d - [0..255]D |
This command is applicable only to LAC. MRRU option is an indication that the session is of MLPPPoX type. The 7750 SR LAC will never initiate MRRU option in LCP negotiation process. However, it will respond to MRRU negotiation request by the client.
This command provides an option to specifically enable or disable negotiation of MLPPPoX on a capture SAP level or on a group-interface level.
no accept-mrru — The MRRU option in LCP will not be negotiated by LAC.
This command is applicable only to LNS.
The tunnel can be explicitly activated (assuming that the parent group is in a no shutdown state) or deactivated by the up and down keywords.
If case that there is no admin-state configured, the tunnel will inherit its administrative state from its parent (group).
no admin-state — Tunnel administrative state is inherited from the group.
This command is applicable within the LAC/LNS context. It provides the last mile link encapsulation information that is needed for proper (shaping) rate calculations and interleaving delay in the last mile.
The encapsulation value will be taken from the following sources in the order of priority:
In case that the encapsulation information is not provided by any of the existing means (LUDB, RADIUS, AVP signaling, PPPoE Tags), then by default pppoea-null encapsulation will be in effect.
The following values are supported encapsulation values on LNS in the 7750 SR.
encap-type:
pppoa-llc LLC (NLPID) PPPoA encapsulation. | |
pppoa-null | VC-MUX PPPoA encapsulation. |
pppoeoa-llc | LLC/SNAP based bridged Ethernet PPPoEoA encapsulation without FCS. |
pppoeoa-llc-fcs | LLC/SNAP based bridged Ethernet PPPoEoA encapsulation with FCS. |
pppoeoa-null | VC-MUX PPPoEoA encapsulation without FCS. |
pppoeoa-null-fcs | VC-MUX PPPoEoA encapsulation with FCS. |
pppoe | PPPoE encapsulation. |
pppoe-tagged | Tagged PPPoE Encapsulation. |
The values are not supported encapsulation values on LNS in the 7750 SR.
no encap-offset No offset is configured.
When configured under the l2tp hierarchy, this command is applicable to LNS.
Within the ppp-policy, this command is applicable only to LAC.
The endpoint, according to RFC 1990, represents the system transmitting the packet. It is used during MLPPPoX negotiation phase to distinguish this peer from all others.
In the case that the client rejects the endpoint option during LCP negotiation, the LAC and the LNS must be able to negotiate the LCP session without the endpoint option.
The no form of this command disables sending endpoint option in LCP negotiation.
no endpoint
This command is applicable only to LNS. Interleaving is supported only on MLPPPoX bundles that contain a single member link. If more than one link is present in the MLPPPoX bundle, interleaving will be automatically disabled and a TRAP/log (tmnxMlpppBundleIndicatorsChange) will be generated.
The minimum supported rate of the link on which interleaving is performed is 1kbps.
If configured at this level, interleaving will be enabled on all tunnels within the group, unless it is explicitly disable per tunnel.
no interleave — Interleaving per group is disabled.
This command is applicable only to LNS. Interleaving is supported only on MLPPPoX bundles that contain a single member link. If more than one link is present in the MLPPPoX bundle, interleaving will be automatically disabled and a TRAP/log (tmnxMlpppBundleIndicatorsChange ) will be generated.
The minimum supported rate of the link on which interleaving is performed is 1kbps.
Interleaving configured on this level will overwrite the configuration option under the group hierarchy. If the no form of the command is configured for interleaving at this level, the interleaving configuration will inherit the configuration option configured under the l2tp group.
no interleave — Interleaving configuration is inherited from the group.
This command is applicable only to LNS. By default traffic load balancing between the BB-ISAs is based on sessions. Each session is individually assigned to an BB-ISA during session establishment phase.
By introducing MLPPPoX, all sessions of a bundle must be terminated on the same LNS BB-ISA. This is necessary for two reasons:
Therefore, if fragmentation is enabled, load-balancing per tunnel must be configured. In the per tunnel load-balancing mode, all sessions within the same tunnel are terminated on the same LNS BB-ISA.
In the case that we have MLPPPoX sessions with a single member link, both load-balancing methods are valid.
The no form of this command set the per session load balancing.
session — Per session load balancing is enabled by default.
This command is applicable only to LNS. It determines the maximum fragment delay caused by the transmission that will be imposed on a link.
Fragmentation can be used to interleave high priority packet in-between low priority fragments on a MLPPPoX session with a single link or on a MLPPPoX session with multiple links to better load balance traffic over multiple member links.
no max-fragment-delay — Fragmentation is disabled.
This command is applicable only to LNS. It determines the maximum number of links that can be put in a bundle.
Any attempt of a session to join a bundle that is above the max-link limit will be rejected.
If interleaving is configured, it is recommended that max-links be set to 1 or a 創oversion of the command is used (no max-links). Both have the same effect.
The configuration under the tunnel hierarchy will override the configuration under the group hierarchy.
The no form of this command limits the number of links in the bundle to 1.
no max-links — A single link per bundle is allowed.
This command is applicable only to LNS. It determines the time during which the LNS keeps fragments of the same packet in the buffer before it discards them. The assumption is that if the fragments do not arrive within certain time, the chance is that they were lost somewhere in the network. In this case the partial packet cannot be reassembled and all fragments that has arrived up to this point and are stored in the buffer will be discarded in order to free up the buffer. Otherwise, a condition will arise in which partial packets will be held in the buffer until the buffer is exhausted.
The configuration under the tunnel hierarchy will override the configuration under the group hierarchy.
The no form of this command also sets the time-out to 1000ms.
1000
This command is applicable to LAC and LNS. It provides the last mile link rate in the downstream direction that is needed for proper shaping and calculating the interleaving delay.
The rate information in the last mile will be taken from the following sources in the order of priority:
no rate-down
This command enables a peer request to send short sequence numbers. This command is applicable to LAC and LNS. By default, MLPPPoX will negotiate 24bit long sequence numbers. This command allows this to be changed to shorter, 12-bit sequence numbers.
short-sequence-numbers
Note:
The command outputs in the following section are examples only; actual displays may differ depending on supported functionality and user configuration. |
This command displays information for a particular service-id.
This command displays DHCP lease state information. The wholesaler service-id parameter is applicable only in the VPRN context.
This command displays DHCP related information.
This command displays system-wide DHCPv6 configuration information.
This command displays DHCP6 lease state related information.
This command displays statistics for DHCP relay and DHCP snooping.
If no IP address or interface name is specified, then all configured interfaces are displayed.
If an IP address or interface name is specified, then only data regarding the specified interface is displayed.
Show DHCP Statistics Output
The following table describes the output fields for DHCP statistics.
Label | Description |
Received Packets | The number of packets received from the DHCP clients. |
Transmitted Packets | The number of packets transmitted to the DHCP clients. |
Received Malformed Packets | The number of malformed packets received from the DHCP clients. |
Received Untrusted Packets | The number of untrusted packets received from the DHCP clients. |
Client Packets Discarded | The number of packets received from the DHCP clients that were discarded. |
Client Packets Relayed | The number of packets received from the DHCP clients that were forwarded. |
Client Packets Snooped | The number of packets received from the DHCP clients that were snooped. |
Server Packets Discarded | The number of packets received from the DHCP server that were discarded. |
Server Packets Relayed | The number of packets received from the DHCP server that were forwarded. |
Server Packets Snooped | The number of packets received from the DHCP server that were snooped. |
Display the status of the DHCP Relay and DHCP Snooping functions on each interface.
Show DHCP Summary Output
The following table describes the output fields for DHCP summary.
Label | Description |
Interface Name | Name of the router interface. |
ARP Populate | Indicates whether ARP populate is enabled. |
Used/Provided | Indicates the number of used and provided DHCP leases. |
Info Option | Indicates whether Option 82 processing is enabled on the interface. |
Admin State | Indicates the administrative state. |
This command displays currently recorded default gateway and submets for all virtual subnets enabled for DHCPv4 hosts in the specified service.
This command displays statistics for DHCP relay and DHCP snooping.
Display the status of the DHCP6 relay and DHCP snooping functions on each interface.
Show DHC6P Summary Output
The following table describes the output fields for DHCP6 summary.
Label | Description |
Interface Name | Name of the router interface. |
Nbr. Resol. | Indicates whether or not neighbor resolution is enabled. |
Used/Provided | Indicates the number of used and provided DHCP leases. |
Admin State | Indicates the administrative state. |
Oper State | Indicates the operational state. |
This command displays local DHCP server information.
This command displays the interfaces associated with this DHCP or DHCP6 server.
This command display information about declined addresses.
This command displays the free addresses in a subnet.
This command displays the DHCP6 interface-id mappings.
This command displays the DHCP leases.
The command with no parameters will show all leases from the local-user-db.
This command displays the DHCP6 leases.
The command with no parameters will show all leases from the local-user-db.
This command displays extended statistics per DHCPv4 pool in local DHCPv4 server.
The following statistics are included in output:
For each statistic (except for Provisioned Addresses), there is current value and peak value, peak value is the highest value since pool creation or last reset via the clear router rt-id dhcp local-dhcp-server svr-name pool-ext-stats command.
This command displays extended statistics per DHCPv6 pool in local DHCPv6 server.
The following statistics are included in output:
For each statistic (except for Provisioned Addresses), there is current value and peak value, peak value is the highest value since pool creation or last reset via command “clear router <rt-id> dhcp6 local-dhcp-server <svr-name> pool-ext-stats”.
This command displays extended statistics per DHCPv6 prefix in local DHCPv6 server.
The following statistics are included in output:
For each statistic (except for “Provisioned Addresses”), there is current value and peak value, peak value is the highest value since prefix creation or last reset via command “clear router <rt-id> dhcp6 local-dhcp-server <svr-name> prefix-ext-stats”.
When parameter “pool” is used, the statistics of each prefix in the pool will be displayed.
This commands displays pool level threshold stats of local DHCPv6 server. A minimum-free threshold needs to be configured before system collects threshold stats for the prefix.
The stats for each threshold are calculated based on the configured minimum-free prefix length.
For example, a /59 prefix is provision in the local DHCPv6 server, and the server allocated two PD leases, one /62 and one /63. And there is a /63 minimum threshold configured. So the threshold stats are calculated based on /63 as the base unit(block). So the value of “current used block” would be 3 because there is one /62 lease and one /63 lease, so it equals to total three /63.
The command shown above displays an overview of pool level thresholds in the specified pool:
The above command displays detailed statistics of all pool level thresholds in the specified pool:
This commands displays prefix level threshold stats of local DHCPv6 server prefix. A minimum-free threshold needs to be configured before system collects threshold stats for the prefix.
The stats for each threshold are calculated based on the configured minimum-free prefix length.
For example, a /59 prefix is provision in the local DHCPv6 server, and the server allocated two PD leases, one /62 and one /63. And there is a /63 minimum threshold configured. So the threshold stats are calculated based on /63 as the base unit(block). So the value of “current used block” would be 3 because there is one /62 lease and one /63 lease, so it equals to total three /63.
ipv6-address x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | |
x [0..FFFF]H | |
d [0..255]D | |
prefix-length [1..128] |
The command shown above displays an overview of prefix level thresholds in the specified pool:
The command shown above displays detailed statistics of all prefix level thresholds in the specified pool:
The command shown above displays an overview of prefix level thresholds in the specified provision prefix.
The command displayed above displays detailed statistics of prefix level thresholds in the specified provision prefix.
This command displays extended statistics per DHCPv4 subnet in local DHCPv4 server.
The following statistics are included in output:
For each statistic (except for Provisioned Addresses), there is current value and peak value, peak value is the highest value since subnet creation or last reset via the clear router rt-id dhcp local-dhcp-server svr-name subnet-ext-stats command.
When parameter pool is used, the statistics of each subnet in the pool will be displayed.
This command displays server statistics.
This command displays subnet statistics.
This command displays DHCP summary information.
This command lists the local DHCP servers.
This command displays server statistics.
This command displays subnet statistics.
This command displays DHCP lease state related information.
This command lists the local DHCP servers.
This command displays statistics for DHCP relay and DHCP snooping.
This command displays the status of the DHCP6 relay and DHCP snooping functions on each interface.
Show DHC6P Summary Output
The following table describes the output fields for DHCP6 summary.
Label | Description |
Interface Name | Name of the router interface. |
ARP Populate | Indicates whether ARP populate is enabled. |
Used/Provided | Indicates the number of used and provided DHCP leases. |
Info Option | Indicates whether Option 82 processing is enabled on the interface. |
Admin State | Indicates the administrative state. |
This command shows either all sticky leases or a single specific sticky lease created under the specified DHCP server.
This command enables the context to clear and reset DHCP entities.
This command enables the context to clear and reset DHCP6 entities.
This command clears DHCP server data.
This command clears DHCP lease state information.
ipv6-prefix | x:x:x:x:x:x:x:x (eight 16-bit pieces) | |
x:x:x:x:x:x:d.d.d.d | ||
x - [0..FFFF]H | ||
d - [0..255]D | ||
prefix-length | [0..128] |
This command displays DHCP6 lease state information. The wholesaler service-id parameter is applicable only in the VPRN context.
This command clears declined DHCP addresses.
This command clears DHCP leases.
This command clears extended pool statistics.
This command clears all server statistics.
This command clears extended subnet statistics.
This command clears DHCP6 lease state information.
This command clears DHCP statistics.
This command clears DHCP statistics.
This command enables the context to clear local DHCP server data.
This command removes the specified leases in the specified local DHCPv6 server.
This command reset the begin time of peak values in output of the show router rt-id dhcp6 local-dhcp-server svr-name pool-ext-stats command.
This commands resets the peak stats in the pool level threshold stats in the specified pool. If the pool name is not specified, then the peak stats in all pools in the server will be reset.
This command reset the begin time of peak values in output of the show router rt-id dhcp6 local-dhcp-server svr-name prefix-ext-stats command/
This commands resets the peak stats in the prefix level threshold stats in the specified provision prefix or pool.
This command reset all stats of the specified local DHCPv6 server.
This command clears DHCP6 statistics.
This command enables DHCP debugging.
The no form of the command disables debugging.
This command enables DHCP debugging
The no form of the command disables debugging
This command debugs the DHCP tracing detail level.
This command enables, disables or configures debugging for a local DHCP server.
This command debugs the DHCP tracing detail level.
This command enables the context to configure debugging for the Web Portal Protocol.
This command configures WPP packet debugging.
This command specifies the detail level of the WPP packet debug output.
This command enables WPP debugging for the specified portal.
This command configures the WPP portal packet debugging.
This command configures the detail level for WPP portal packet debugging.
This command enables the context to enable useful tools for debugging purposes.
none
This command enables the context to enable tools to perform specific tasks.
none
This command enables tools to control subscriber management.
This command modifies PPP session information.
This command evaluates lease state.
This command enables tools for controlling the local user database.
This command allows the remapping of all existing hosts if network card on CMTS/WAC side is changed is required.
When this command is executed, the following restrictions apply
This command is applicable only when dealing with DHCP lease states which were instantiated using l2header mode of DHCP operation.
When configured, the SAP parameter will remap all MAC addresses of DHCP lease states on the specified SAP. When no optional MAC parameter is specified, the sap sap-id command remaps all MAC addresses of lease states towards the MAC address specified in the l2-header configuration.
This command contains the tools used for controlling IPoE entries in the local user database.
This command performs a lookup in the local user database. This command looks up the host with the match-list configured in the local user database.
This command contains the tools used to control IPoE entries in the local user database.
This command contains the tools used to control PPP entries in the local user database.
This command authenticates PPP user name. As local user database PAP/CHAP authentication can only be used when the local user database is connected to the PPP node under the group interface, the user lookup will be performed with match-list username.
This command performs a lookup in the local user database.
This command tries to create a lease-state in the specified local-dhcp-server pool with the supplied parameters. The hostname will uniquely identify this lease for subsequent operations. mac/circuit-id and client-id should also have a unique combination of values according to the configured user-ident variables.If the requested-ip-address is provided the server will try to create a lease with this address. If this address is not available in the pool, the command will fail.