ZyXEL Communications IES-612-51A Modem User Manual


 
Chapter 53 Virtual Channel Management Commands
IES-612-51A User’s Guide
390
The following example displays the domains for 2684 routed mode traffic for devices
connected to DSL ports 1 and 2.
53.7.10 RPVC Route Delete Command
Syntax:
ras> adsl 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-612-51A 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.
53.7.11 RPVC ARP Agingtime Set Command
Syntax:
ras> adsl rpvc arp agingtime set <sec>
Figure 278 RPVC Route Show Command Example
ras> adsl 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).
Figure 279 RPVC Route Delete Command Example
ras> adsl rpvc route delete 1 8 35 10.10.10.1/24