10 rpvc route delete command, 11 rpvc arp agingtime set command – ZyXEL Communications IES-708-22A User Manual

Page 360

Advertising
background image

Chapter 54 Virtual Channel Management

IES-708-22A User’s Guide

360

The following example displays the domains for 2684 routed mode traffic for devices
connected to DSL ports 1 and 2.

54.5.10 RPVC Route Delete Command

Syntax:

ras> shdsl rpvc route delete <port number> <vpi> <vci> <ip>/<netmask>

where

This command removes a domain for 2684 routed mode traffic. The domain includes the
subscriber’s LAN IP addresses.
The following example removes a domain for a CPE device is connected to DSL port 1 on the
IES-708-22A and the 2684 routed mode traffic is to use the PVC identified by VPI 8 and VCI
35. The CPE device’s LAN IP address is 10.10.10.10 and uses a subnet mask of
255.255.255.0. This includes the CPE device’s LAN IP addresses and the IP addresses of the
LAN computers.

54.5.11 RPVC ARP Agingtime Set Command

Syntax:

ras> shdsl rpvc arp agingtime set <sec>

ras> shdsl rpvc route show 1,2
port vpi vci ip/netmask
---- --- --- ------------------
1 8 35 10.10.10.0/24
2 8 35 10.10.11.0/24

<port number>

=

The port of the RPVC. Specify a single DSL port <1>.

<vpi>

=

The VPI of the RPVC.

<vci>

=

The VCI of the RPVC.

<ip>

=

The subscriber’s CPE LAN IP address in dotted decimal
notation.

/<netmask>

=

The bit number of the subnet mask of the subscriber’s IP
address. To find the bit number, convert the subnet mask to
binary and add all of the 1’s together. Take “255.255.255.0” for
example. 255 converts to eight 1’s in binary. There are three
255’s, so add three eights together and you get the bit number
(24).

ras> shdsl rpvc route delete 1 8 35 10.10.10.1/24

Advertising