R0106-HP MSR Router Series Layer 2 - WAN Command Reference(V7)

252
Examples
# Set the number of packets that can be buffered to 10 on interface Serial 2/1/0.
<Sysname> system-view
[Sysname] interface serial 2/1/0
[Sysname-Serial2/1/0] dialer queue-length 10
dialer route
Use dialer route to configure a dialup interface to place calls to or receive calls from a remote site.
Use undo dialer route to remove the configuration.
Syntax
dialer route ip next-hop-address [ mask network-mask-length ] [ vpn-instance vpn-instance-name ]
[ dial-number [ autodial | interface interface-type interface-number ] * ] [ broadcast | user hostname ]
*
undo dialer route protocol next-hop-address [ mask network-mask-length ] [ vpn-instance
vpn-instance-name ] [ dial-number ]
Views
Dialup interface view
Predefined user roles
network-admin
Parameters
ip: Specifies IP as the network layer protocol.
next-hop-address: Specifies the IP address of the remote site.
mask network-mask-length: Specifies a mask length for the remote IP address, in the range of 0 to 32. If
no mask length is specified, a 32-bit mask applies. Setting the next-hop-address argument to 0.0.0.0 and
the network-mask-length argument to 0 indicates any remote IP address. For example, the dialer route ip
0.0.0.0 mask 0 8886 command indicates that the interface can places calls to or receive calls from any
remote IP address by dialing 8886.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters.
dial-number: Specifies the dial string for calling the remote site, a case-insensitive string of 1 to 30
characters. If no dial string is specified, the interface can only receive calls.
autodial: Enables the device to automatically dial the specified dial string at specified intervals. The
interval is set in the dialer timer autodial command and defaults to 300 seconds.
interface interface-type interface-number: Specifies a physical interface by its type and numbern. When
multiple physical interfaces are assigned to a dialer interface and their dialup links are connected to
different SPCSs, you must associate each dial string with one physical interface. This configuration is
intended for dialer interfaces in traditional DDR only.
broadcast: Enables broadcast packets to pass through the dialup link.
user hostname: Specifies a remote username, a case-insensitive string of 1 to 80 characters used to
authenticate incoming calls.