The 7705 SAR-Hm series of routers supports standard IP routing as covered in the topics listed below:
This section describes the following functionality on 7705 SAR-Hm series nodes:
For general information on IP router configuration support, refer to the topics listed below in the “IP Router Configuration” chapter of the 7450 ESS, 7750 SR, 7950 XRS, and VSR Router Configuration Guide.
For descriptions of IP router commands, refer to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide and to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Clear, Show, and Tools Command Reference Guide.
A packet data network (PDN) router interface is a type of router interface specific to a cellular port. PDN router interfaces are network-facing only and provide the main routing function over a cellular port. Each PDN connection that operates on a cellular port requires a PDN router interface.
A specific PDN router interface is associated with a specific SIM. Port 1/1/1 is always associated with SIM 1 and port 1/1/2 is always associated with SIM2. Therefore, a PDN router interface configured against port 1/1/1 is associated with SIM 1 and a PDN router interface configured against port 1/1/2 is associated with SIM 2. For information on configuring cellular ports, refer to the 7705 SAR-Hm and SAR-Hmc Interface Configuration Guide.
A PDN router interface is configured using the command config>router>interface interface-name pdn. A PDN router interface supports either IPv4 or IPv6 operation. The address type is determined by the protocol, either IPv4 or IPv6, configured for the PDN profile. A PDN profile must be configured and associated with the PDN router interface in order for a cellular port to attach to a cellular network. The address type is learned by the router interface during the PDN attachment process. Refer to the 7705 SAR-Hm and SAR-Hmc Interface Configuration Guide for information on configuring a PDN profile.
When a cellular port is configured for IPv4 operation, the associated PDN router interface is always an unnumbered interface; therefore, it cannot be directly configured with an IPv4 address. The IPv4 address assigned to a PDN interface must be specified from a loopback interface or learned directly from the cellular network during the cellular network attachment process. An IPv4 address specified from a loopback interface is used in the following ways:
An IPv4 PDN router interface can operate in one of three modes:
The mode of operation dictates the way in which the IPv4 address is assigned to the PDN router interface and how it is used in conjunction with services.
For information about the types of services supported on an IPv4 PDN router interface and how an IPv4 PDN interface IP addresses is used by services, see Services over the Cellular PDN Interface.
An IPv4 PDN router interface supports Network Group Encryption (NGE). For information on NGE, see Network Group Encryption.
An IPv4 PDN router interface supports IPSec secure interfaces. For information on IPSec secure interfaces, see IPSec Secured Interface over Cellular.
When a cellular port is configured for IPv6 operation, the associated PDN router interface is always a numbered interface.
An IPv6 PDN router interface can operate in one of two modes:
The ipv6>address command is used to determine the mode of operation of the PDN router interface. When the address is specified, the IPv6 PDN router interface is operating in static cellular interface IPv6 mode. When the address is not specified, then it is operating in the dynamic cellular interface IPv6 mode.
For information about the types of services supported on an IPv6 PDN router interface, see Services over the Cellular PDN Interface.
An IPv6 PDN router interface supports IPSec secure interfaces. For information on IPSec secure interfaces, see IPSec Secured Interface over Cellular.
An IPv6 PDN router interface does not support NGE.
When IPv6 is enabled on the PDN router interface, any static routes configured to use the PDN interface name as the next hop do not require the explicit configuration of the link-local address. This is because cellular networks do not require a next hop.
The CLI output below shows an example of a static route configuration on an IPv6-enabled PDN router interface.
In the static cellular system IPv4 mode of operation, the unnumbered interface under the PDN router interface is configured as the system interface. When the cellular port associated with the PDN interface attaches to the cellular network, the cellular network statically assigns an IP address to the node for the Access Point Name (APN) and associated installed Subscriber Identity Module (SIM). The system interface is then configured with the IP address that matches the cellular network-assigned IP address. The result is that the IP address provided by the cellular network for the PDN router interface and the system IP address of the node are identical.
A PDN router interface is considered operationally up only when the associated cellular port attaches to the network and an IP address is learned from the cellular attachment. The system checks whether the LTE network-assigned IP address matches the system IP address configured on the PDN interface. If it does not match, the PDN router interface is considered down and an alarm is raised.
The CLI output below shows an example of a PDN interface configured for static cellular system IPv4 mode.
When operating in static cellular system IPv4 mode, the following points apply.
In the static cellular interface IPv4 mode of operation, the unnumbered interface configured under the PDN router interface is a loopback interface that is assigned a static address on the associated cellular port. This statically assigned IP address does not match the system IP address, which is a private address. When the cellular port associated with the PDN interface attaches to the cellular network, the cellular network assigns the same static IP address to the cellular port as the address assigned to the loopback address under the PDN router interface.
The cellular IP address assigned to the PDN router interface never changes after each subsequent cellular attachment. The static address assigned during the PDN attachment process is then used as the PDN router interface IP address for services operation. The PDN router interface is declared operationally up only when the PDN attachment completes and the IP address assigned by the cellular network matches the PDN router interface loopback address. If the address is not the same, the PDN interface stays operationally down and an alarm is raised.
The CLI output below shows an example of a PDN interface configured for static cellular interface IPv4 mode.
When operating in static cellular interface IPv4 mode, consider the following points.
In the dynamic cellular interface IPv4 mode of operation, the unnumbered interface configured under the PDN router interface is a loopback interface that has no IP address assigned to it. When the cellular port associated with the PDN interface attaches to the cellular network, the cellular network assigns a dynamic IP address to the cellular port, which is then used as the IP address for the loopback interface under the PDN router interface.
Because cellular IP address allocation is dynamic, the address will change during every PDN attachment. Because the loopback interface associated with the PDN router interface is not configured with any IP address, this allows the node to learn the IP address assigned during the PDN attachment process and then assign that address to the loopback interface. The PDN router interface remains fixed to that address until the cellular port goes down and another PDN attachment is performed. This mode of operation is useful in applications where using dynamic address pools simplifies management and deployment of large numbers of nodes.
In this mode, the PDN router interface is operationally up when the system verifies that the IP address assigned to the interface does not conflict with any other IP address configured on the system. If there is a conflict, the PDN router interface is kept down.
The CLI output below shows an example of a PDN router interface configured for dynamic cellular interface IPv4 mode.
When using dynamic cellular interface IPv4 mode, consider the points listed below.
In the static cellular interface IPv6 mode of operation, the PDN router interface IPv6 address is configured using the config>router>interface interface-name pdn>ipv6>address command. The cellular IP address assigned to the PDN router interface is never expected to change after each subsequent attachment to the cellular network. The address configured for the PDN router interface must be within the subnet of the network-assigned static IPv6 address upon PDN attachment, and the configured address cannot be the exact address assigned during the attachment. If the configured address is not within the subnet of the network-assigned IPv6 address or matches the network-assigned IPv6 address, then an alarm is raised and the PDN router interface is kept down.
The CLI output below shows an example of a PDN interface configured for static cellular interface IPv6 mode.
When operating in static cellular interface IPv6 mode, consider the points listed below.
In the dynamic cellular interface IPv6 mode of operation, the PDN router interface is not configured with an IPv6 address using the config>router>interface interface-name pdn>ipv6>address command. Instead, the IP address and subnet is learned by the PDN router interface each time the cellular interface attaches to the network. The IP address can change with each attachment. This mode of operation is useful in applications where using a dynamic address pool simplifies the management and deployment of large numbers of nodes.
Upon PDN attachment, the system dynamically allocates an IPv6 address that exists within the subnet of the IPv6 address assigned by the network during the cellular attachment. The PDN router interface remains fixed to that address until the cellular port goes down and another cellular attachment is performed.
In this mode, the PDN router interface is operationally up when the system verifies that the IP address and subnet assigned to the interface does not conflict with any other IP address and subnet configured on the system. If there is a conflict, the PDN router interface is kept down.
The CLI output below shows an example of a PDN router interface configured for dynamic cellular interface IPv6 mode.
When using dynamic cellular interface IPv6 mode, the following points apply.
In the base router context, Ethernet ports and the WLAN station port can be configured with a router interface that supports a DHCP client. When the node operates as a DHCP client, it learns the IP address of the interface via dynamic IP address assignment. The DHCP client functionality is enabled by issuing the no shutdown command on the DHCP client in the config>router>interface> autoconfigure>dhcp-client context. The output below shows an example of a router interface enabled as a DHCP client.
When the DHCP client is enabled, changes to the DHCP client configuration take effect when the shutdown command is issued followed by the no shutdown command.
If DHCP relay configurations exist on the node, the DHCP client cannot be enabled until the DHCP relay configurations are removed. Similarly, if DHCP client configurations exist on the node, DHCP relay cannot be enabled until the DHCP client configurations are removed.
The DHCP client only supports IPv4.
When the DHCP client first becomes operational, learns an IP address from a remote DHCP server using a DHCP DISCOVER message.
The node will only send a DHCP DISCOVER message if:
When a DHCP client is shut down, all cached values (such as IP addresses and DHCP options) are cleared. They are rediscovered by issuing the no shutdown command.
If the port comes operationally up while the DHCP client is enabled and a DHCP discovery was not previously completed or a DHCP release was previously issued, then DHCP discovery is performed. If the port comes operationally up while the DHCP client is enabled and there was a previously completed DHCP discovery, then the DHCP client performs a DHCP REQUEST using the previously cached DHCP information from the discovery.
The operator can force a rediscovery procedure by executing the restart command in the tools>perform>router>autoconfigure>dhcp-client interface context.
The requested DHCP lease time can be configured using the CLI; however, the DHCP server can override this value. The node tracks the DHCP lease time and sends a DHCP REQUEST when half the lease time has elapsed.An IP address lease can be renewed manually using the tools>perform>router> autoconfigure>dhcp-client interface lease-renew command.
If the router interface goes down, the DHCP client parameters are cached for the interface. When the interface comes back up, if an IP address has been allocated and the lease time has not expired, the DHCP router interface will send a DHCP REQUEST to confirm that it can continue to use the IP address associated with the lease.
DHCP options must be configured in the CLI to make use of options received by the DHCP server. Any options received from the DHCP server are ignored if the corresponding options are not specified in the CLI. The DHCP client options are router, static-route, and dns-server. They are configured in the config>router>interface>autoconfigure>dhcp-client>request-options context.
The operator can use the show>router>route-table protocol dhcp-client command to view the active routes in the routing table that have been learned by the DHCP client. As well, the show>router>dns command can be used to view whether the DNS server has been configured to send request messages to the DHCP server.
The CLI provides the option to use the router from the DHCP OFFER as the default gateway. In some scenarios, the router that is reachable via the WLAN port or an Ethernet port will be the default gateway. In other scenarios, the cellular interface will have reachability to the default gateway. The DHCP client router CLI option (under request-options) enables the router request option in the DHCP OFFER message. If the router option is enabled, the default gateway is assigned by the DHCP server.
The DHCP DISCOVER message sent from the node to the DHCP server contains the following options:
The DHCP OFFER message from the DHCP server must contain the following options at a minimum:
When responding to the server DHCP OFFER or when extending the time of an existing lease, the DHCP REQUEST message sent from the node to the DHCP server contains the following options:
When the DHCP client is shut down, a DHCP RELEASE message is sent to the DHCP server.
For BGP peers to other nodes behind the WLAN AP, the BGP local address can be set using the router interface name where the DHCP client is configured so that changes in the interface address due to DHCP messages are reflected in the local address of BGP sessions using this interface as the local address. For information about configuring services over a router interface enabled as a DHCP client, see Services over Ethernet with DHCP Client.
When a DHCP client is enabled on a router interface, the following commands cannot be configured in the config>router>interface context:
If any of the commands listed above are enabled, the no shutdown command is not available for the DHCP client until the commands are removed.
Routes can be imported from the DHCP client to other routing protocols with the config>router>policy-options>policy-statement>entry>from>protocol dhcp-client command.
A router interface configured as a DHCP client supports the following service types: VLL, VPLS, and VPRN. These services use a GRE SDP as a transport tunnel.
When a DHCP client is enabled on a router interface and an address is learned by the client, there is no configuration required in order to terminate GRE SDPs on that interface IP address. GRE termination is enabled on a DHCP client address when the client learns the address. For information about configuring services over a router interface enabled as a DHCP client, see Services over Ethernet with DHCP Client.
The following PDN router interface commands are supported on the 7705 SAR-Hm series of routers.
For a description of the commands shown in black text, refer to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide and to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Clear, Show, and Tools Command Reference Guide.
The commands shown in red text apply specifically to the PDN interface on the 7705 SAR-Hm series and are described in this guide.
The following router interface commands are supported on the 7705 SAR-Hm series of routers for a DHCP client in the IPv4 mode of operation.
The commands shown in red text apply specifically to a DHCP client on the 7705 SAR-Hm series and are described in this guide.
For a description of the commands shown in black text, refer to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide and to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Clear, Show, and Tools Command Reference Guide.
The commands and parameters described in this section apply specifically to the PDN router interface on the 7705 SAR-Hm series of routers. All other applicable commands, as listed in PDN Router Interface Configuration and Show Command Hierarchies, are described in the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide.
![]() | Note: Not all commands that are visible in the CLI and described in the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide are supported on the 7705 SAR-Hm series of routers. |
This command creates a logical IP router interface for the packet data network (PDN). PDN router interfaces are always network-facing interfaces. Once created, attributes such as IP address, port, or system can be associated with the IP interface.
A PDN router interface can be configured for each cellular port.
The no form of the command removes the interface.
This command binds the PDN router interface to a physical port. The default value is the only supported port identifier.
1/1/1
This command displays PDN router interface information.
The following output is an example of PDN router interface information.
The commands and parameters described in this section apply specifically to a DHCP client operating in IPv4 mode on the 7705 SAR-Hm series of routers. All other applicable commands, as listed in DHCP Client Configuration, Show, Tools, Debug, and Clear Command Hierarchies, are described in the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide.
This command enables the context to autoconfigure a DHCP client.
This command enables the context to configure DHCP client parameters.
This command configures the vendor class identifier (option 60) for the DHCP client.
The no form of the command deletes the vendor class identifier configuration.
n/a
This command configures the identifier for the DHCP client (option 61).
The no form of the command deletes the client identifier configuration.
use-mac
This command configures the lease time granted by the DHCP server to the DHCP client.
1 day
This command configures the DHCP options for the request messages sent to the DHCP server.
n/a
This command enables the DNS server request option in the DHCP OFFER message from the DHCP server if the server supports it. If this option is enabled, it specifies a list of DNS servers available to the client.
The no form of the command disables DNS server as a request option.
n/a
This command enables the router request option in the DHCP OFFER message from the DHCP server if the server supports it. If this option is enabled, the default gateway is assigned by the DHCP server.
The no form of the command disables router as a request option.
n/a
This command enables the static route request option in the DHCP OFFER message from the DHCP server if the server supports it. If this option is enabled, it specifies a list of classless static routes (that is, the destination network addresses in these static routes include subnet masks) that a client should add to its routing table.
The no form of the command disables static route as a request option.
n/a
This command administratively disables the DHCP client.
The no form of the command enables the DHCP client.
n/a
This command displays DHCP client information.
The following outputs are examples of DHCP client information:
This command enables the context to display autoconfiguration information for debugging purposes.
This command displays IPv4 DHCP client information for debugging purposes.
This command enables the context to perform autoconfiguration operations.
This command performs IPv4 DHCP client lease operations.
This command enables the context to perform autoconfiguration debugging operations.
This command enables debugging for an IPv4 DHCP client.
This command enables or disables debugging for all DHCP client events.
This command enables or disables debugging for all DHCP client packets.
This command sets the level of detail for packet tracing.
This command specifies the types of packets to be debugged.
This command enables or disables debugging for the addition, removal, and modification of DHCP client routes to the system Route Table Manager.
This command enables the context to clear autoconfigured DHCP client information.
This command clears IPv4 DHCP client statistics.
For general information on filter policy support, refer to the topics listed below in the “Filter Policies” chapter of the 7450 ESS, 7750 SR, 7950 XRS, and VSR Router Configuration Guide.
For descriptions of filter commands, refer to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Classic CLI Command Reference Guide and to the 7450 ESS, 7750 SR, 7950 XRS, and VSR Clear, Show, and Tools Command Reference Guide.