Operation Manual

305
PPPoA Commands
E-DOC-CTC-20040210-0030 v1.0
pppoa rtadd
Automatically add a route configuration to the routing table in case the specified PPPoA interface link comes up.
This route configuration will determine which local hosts are allowed to use this link and/or which remote destinations
should be or should not be reachable.
Note Use the command pppoa ifdetach for this interface prior to configuring routes.
SYNTAX:
where:
pppoa rtadd intf = <intfname>
dst = <ip-address>
[dstmsk = <ip-mask(dotted or cidr)>]
[label = <string>]
[src = <ip-address>]
[srcmsk = <ip-mask(dotted or cidr)>]
[metric = <number{0-100}>]
intf The name of the PPPoA interface. REQUIRED
dst The destination IP address for the route to be added when the link comes
up.
REQUIRED
dstmsk The destination IP mask.
Depending on the destination netmask:
Any remote destination is reachable, i.e. the PPPoA connection acts
as default route (dstmsk=0)
Only the remote (sub)net is reachable (dstmsk=1)
The actual destination mask will be the default netmask applicable
for destination IP address
Only the single remote host is reachable (dstmsk=32)
Any valid (contiguous) netmask in case of Variable Length Subnet
Masking (VLSM).
OPTIONAL
label The name of the label. OPTIONAL
src The source IP address specification for the route to be added when the
link comes up.
OPTIONAL