ROUTER COMMANDS
E-DOC-CTC-20100729-0006 v3.0.Copyright 2011Technicolor. All rights reserved.
This document contains Technicolor proprietary and confidential information. Passing on and copying of this document, use,
extraction and communication of its contents, is not permitted without written authorization from Technicolor.
887
router policy accesslist addrule
Adds a network prefix towards the specified access list
SYNTAX:
router policy accesslist
addrule
name = <{}>
seqnbr = <number>
[action = <{permit|deny}>]
addr = <ip-address>
netmask = <ip-mask(dotted or cidr)>
[ge = <number{0-32}>]
[le = <number{0-32}>]
where:
name Name of the access list REQUIRED
seqnbr Number[0 to 65535] of the statement in the access list REQUIRED
action Specifies the kind of statement. OPTIONAL
addr Specifies the IP-v4 network number REQUIRED
netmask Specifies the IP-v4 netmask REQUIRED
ge Specifies a matching entry should have a prefix length
greater than or equal to the given value. This value defaults
to the length of the netmask.
OPTIONAL
le Specifies a matching entry should have a prefix length less
than or equal to the given value. This value defaults to the
length of the netmask
OPTIONAL