Filter Configuration Command Reference
556 Router Configuration Guide
routing-type0
Syntax routing-type0 {true | false}
no routing-type0
Context config>filter>ipv6-filter>entry>match
Description This command enables match on existence of Routing Type Extension Header type 0 in the IPv6 filter
policy.
The no form of this command ignores Routing Type Extension Header type 0 presence/absence in a
packet when evaluating match criteria of a given filter policy entry.
Default no routing-type0
Parameters true — match if a packet contains Routing Type Extension Header type 0
false — match if a packet does not contain Routing Type Extension Header type 0
src-ip
Syntax src-ip {ip-address/mask | ip-address ipv4-address-mask | ip-prefix-list prefix-list-name}
src-ip {ipv6-address/prefix-length | ipv6-address ipv6-address-mask | ipv6-prefix-list prefix-
list-name}
no src-ip
Context config>filter>ip-filter>entry>match
config>filter>ipv6-filter>entry>match
Description This command configures a source IPv4 or IPv6 address range to be used as an IP filter match criterion.
To match on the source IPv4 or IPv6 address, specify the address and its associated mask, for example,
10.1.0.0/16 for IPv4. The conventional notation of 10.1.0.0 255.255.0.0 may also be used for IPv4.
The no form of the command removes the source IP address match criterion.
Default no src-ip
Parameters ip-address — Specifies the destination IPv4 address specified in dotted decimal notation.
Values a.b.c.d
mask — Specifies the length in bits of the subnet mask.
Values 1 to 32
ipv4-address-mask — Specifies the subnet mask in dotted decimal notation.
Values a.b.c.d (dotted quad equivalent of mask length)
ip-prefix-list or ipv6-prefix-list prefix-list-name — Specifies to use a list of IP prefixes referred
to by prefix-list-name, which is a string of up to 32 characters of printable ASCII characters.
If special characters are used, the string must be enclosed within double quotes.