interface ip-int-name [create]
no interface ip-int-name
config>service>ies
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command creates a logical IP routing interface for an Internet Enhanced Service (IES). When created, attributes like an IP address and service access point (SAP) can be associated with the IP interface.
The interface command, under the context of services, is used to create and maintain IP routing interfaces within IES service IDs. The interface command can be executed in the context of an IES service ID. The IP interface created is associated with the service core network routing instance and default routing.
Interface names are case sensitive and must be unique within the group of defined IP interfaces defined for config service ies interface (that is, the network core router instance). Interface names must not be in the dotted decimal notation of an IP address. For example, the name ‟1.1.1.1” is not allowed, but ‟int-1.1.1.1” is allowed. Show commands for router interfaces use either interface names or the IP addresses. Use unique IP address values and IP address names to maintain clarity. It could be unclear to the user if the same IP address and IP address name values are used. Although not recommended, duplicate interface names can exist in different router instances.
When a new name is entered, a new logical router interface is created. When an existing interface name is entered, the user enters the router interface context for editing and configuration.
By default, there are no default IP interface names defined within the system. All IES IP interfaces must be explicitly defined. Interfaces are created in an enabled state.
Refer to the 7210 SAS-Mxp, R6, R12, S, Sx, T Basic System Configuration Guide for information about how to allocate addresses toward IP subnets using the following commands:
configure> system> resource-profile> router> max-ip-subnets (applies to the 7210 SAS-T (network mode), 7210 SAS-Mxp, 7210 SAS-Sx/S 1/10GE (standalone), and 7210 SAS-Sx 10/100GE)
configure> system> global-res-prof> router> max-ip-subnets (applies to the 7210 SAS-Sx/S 1/10GE (standalone-VC))
Before using IPv6, resources for IPv6 routes must be allocated. Refer to the 7210 SAS-Mxp, R6, R12, S, Sx, T Basic System Configuration Guide for information about how to use the following commands:
configure> system> resource-profile> router> max-ipv6-routes (applies to the 7210 SAS-T (network mode), 7210 SAS-Mxp, 7210 SAS-Sx/S 1/10GE (standalone), and 7210 SAS-Sx 10/100GE)
configure> system> global-res-prof> router> max-ipv6-routes (applies to the 7210 SAS-Sx/S 1/10GE (standalone-VC))
The no form of this command removes IP the interface and all the associated configuration. The interface must be administratively shutdown before issuing the no interface command.
For IES services, the IP interface must be shutdown before the SAP on that interface may be removed.
Specifies the name of the IP interface. Interface names must be unique within the group of defined IP interfaces for config router interface and config service ies interface commands. An interface name cannot be in the form of an IP address. Interface names can be from 1 to 32 alphanumeric characters. If the string contains special characters (#, $, spaces, etc.), the entire string must be enclosed within double quotes.
If ip-int-name already exists within the service ID, the context is changed to maintain that IP interface. If ip-int-name already exists within another service ID, an error occurs and context is not changed to that IP interface. If ip-int-name does not exist, the interface is created and context is changed to that interface for further command processing.
address {ip-address/mask | ip-address netmask}
address ip-address mask
no address
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command assigns an IP address or IP subnet to an IES IP router interface. Only one IP address can be associated with an IP interface. An IP address must be assigned to each IES IP interface. An IP address and a mask are used together to create a local IP prefix. The defined IP prefix must be unique within the context of the routing instance. It cannot overlap with other existing IP prefixes defined as local subnets on other IP interfaces in the same routing context within the 7210 SAS.
The IP address for the interface can be entered in either the Classless Inter-Domain Routing (CIDR) or traditional dotted decimal notation. The show commands display CIDR notation and is stored in configuration files.
The no form of this command removes the IP address assignment from the IP interface. When the no address command is entered, the interface becomes operationally down.
Address |
Admin state |
Oper state |
---|---|---|
No address |
up |
down |
No address |
down |
down |
1.1.1.1 |
up |
up |
1.1.1.1 |
down |
down |
The operational state is a read-only variable. The address and admin states are the only controlling variable and can be set independently. If an address is assigned to an interface that is in an administratively up state, it becomes operationally up.
Specifies the IP address of the IP interface. The ip-address portion of the address command specifies the IP host address that is used by the IP interface within the subnet. This address must be unique within the subnet and specified in dotted decimal notation. Allowed values are IP addresses in the range 1.0.0.0 to 223.255.255.255 (with support of /31 subnets).
The forward slash is a parameter delimiter and separates the ip-address portion of the IP address from the mask that defines the scope of the local subnet. No spaces are allowed between the ip-address, the ‟/” and the mask-length parameter. If a forward slash is not immediately following the ip-address, a dotted decimal mask must follow the prefix.
Specifies the subnet mask length when the IP prefix is specified in CIDR notation. When the IP prefix is specified in CIDR notation, a forward slash (/) separates the ip-address from the mask-length parameter. The mask length parameter indicates the number of bits used for the network portion of the IP address; the remainder of the IP address is used to determine the host portion of the IP address. Allowed values are integers in the range 0 – 30. Note that a mask length of 32 is reserved for system IP addresses.
Specifies the subnet mask in dotted decimal notation. When the IP prefix is not specified in CIDR notation, a space separates the ip-address from a traditional dotted decimal mask. The mask parameter indicates the complete mask that is used in a logical ‛AND’ function to derive the local subnet of the IP address. Allowed values are dotted decimal addresses in the range 128.0.0.0 to 255.255.255.254. A mask of 255.255.255.255 is reserved for system IP addresses.
arp-timeout seconds
no arp-timeout
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the minimum time in seconds an ARP entry learned on the IP interface is stored in the ARP table. ARP entries are automatically refreshed when an ARP request or gratuitous ARP is seen from an IP host, otherwise, the ARP entry is aged from the ARP table. If arp-timeout is set to a value of zero seconds, ARP aging is disabled.
The no form of this command restores arp-timeout to the default value.
14400 seconds
Specifies the minimum number of seconds a learned ARP entry is stored in the ARP table, expressed as a decimal integer. A value of zero specifies that the timer is inoperative and learned ARP entries is not aged.
cflowd-parameters
config>service>ies>interface
7210 SAS-Mxp and 7210 SAS-Sx/S 1/10GE (standalone)
Commands in this context configure traffic sampling for the interface.
sampling {unicast|multicast} type {interface} [direction {ingress-only}]
no sampling {unicast|multicast}
config>service>ies>interface>cflowd-parameters
7210 SAS-Mxp and 7210 SAS-Sx/S 1/10GE (standalone)
This command enables traffic sampling for the interface. Refer to ‟Configuration Notes” in the 7210 SAS-Mxp, R6, R12, S, Sx, T Router Configuration Guide for more information.
The no form of this command disables traffic sampling for the interface.
no sampling
Keyword to enable unicast sampling.
Keyword to enable multicast sampling.
Keyword to configure the cflowd sampling type.
Keyword to configure interface cflowd sampling type.
keyword to configure the direction of the cflowd analysis.
Keyword to configure the ingress direction only for cflowd analysis.
dhcp
config>service>ies >if
config>service>vprn >if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
Commands in this context configure DHCP relay parameters.
gi-address ip-address [src-ip-addr]
no gi-address
config>service>ies>if>dhcp (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the gateway interface address for the DHCP relay. A subscriber interface can include multiple group interfaces with multiple SAPs. The GI address is needed, when the router functions as a DHCP relay, to distinguish between different interfaces.
By default, the GI address used in the relayed DHCP packet is the primary IP address of a normal IES interface. Specifying the GI address allows the user to choose a secondary address. For group interfaces a GI address must be specified under the group interface DHCP context or subscriber-interface DHCP context in order for DHCP to function.
no gi-address
Specifies the host IP address to be used for DHCP relay packets.
Specifies that this GI address is to be the source IP address for DHCP relay packets.
action {replace | drop | keep}
no action
config>service>ies >if>dhcp>option (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the Relay Agent Information Option (Option 82) processing.
The no form of this command returns the system to the default value.
no action
Specifies that in the upstream direction (from the user), the Option 82 field from the router is inserted in the packet (overwriting any existing Option 82 field). In the downstream direction (toward the user) the Option 82 field is stripped (in accordance with RFC 3046).
Specifies that the DHCP packet is dropped if an Option 82 field is present, and a counter is incremented.
Specifies that the existing information is kept in the packet and the router does not add any additional information. In the downstream direction the Option 82 field is not stripped and is forwarded toward the client.
The behavior is slightly different in case of Vendor Specific Options (VSOs). When the keep parameter is specified, the router inserts its own VSO into the Option 82 field. This is only done when the incoming message has already an Option 82 field.
If no Option 82 field is present, the router does not create the Option 82 field. In this case, no VSO is added to the message.
circuit-id [ascii-tuple | ifindex | sap-id | vlan-ascii-tuple]
no circuit-id
config>service>ies >if>dhcp>option (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the router to send either an ASCII tuple, or the interface index (If Index), on the specified SAP ID in the circuit-id sub-option of the DHCP packet.
When disabled, the circuit-id sub-option of the DHCP packet is left empty.
The no form of this command returns the system to the default.
circuit-id ascii-tuple
Specifies that the ASCII-encoded concatenated tuple is used which consists of the access-node-identifier, service-id, and interface-name, separated by ‟|”.
Specifies that the interface index is used. The If Index of a router interface can be displayed using the command show>router>if>detail.
Specifies that the SAP ID is used.
Specifies that the format includes VLAN ID, dot1p bits in addition to what is included in ascii-tuple already. The format is supported on dot1q and qinq ports only. Therefore, when the Option 82 bits are stripped, dot1p bits is copied to the Ethernet header of an outgoing packet.
[no] option
config>service>ies >if>dhcp (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command enables DHCP Option 82 (Relay Agent Information Option) parameters processing and enters the context for configuring Option 82 sub-options.
The no form of this command returns the system to the default.
no option
remote-id [mac | string string]
no remote-id
config>service>ies >if>dhcp>option (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command sends the MAC address of the remote end (typically the DHCP client) in the remote-id sub-option of the DHCP packet. This command identifies the host at the other end of the circuit.
When disabled, the remote-id sub-option of the DHCP packet is left empty.
The no form of this command returns the system to the default.
remote-id
Specifies the MAC address of the remote end is encoded in the sub-option.
Specifies the remote-id.
[no] vendor-specific-option
config>service>ies >if>dhcp>option (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the vendor specific sub-option of the DHCP relay packet.
[no] client-mac-address
config>service>ies >if>dhcp>option>vendor (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option>vendor (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command sends the MAC address in the vendor specific sub-option of the DHCP relay packet.
The no form of this command disables sending the MAC address in the vendor specific sub-option of the DHCP relay packet.
[no] sap-id
config>service>ies >if>dhcp>option>vendor (Network and Access-uplink Operating Mode)
config>service>vprn >if>dhcp>option>vendor (not supported in access-uplink operating mode)
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command sends the SAP ID in the vendor specific suboption of the DHCP relay packet.
The no form of this command disables sending the SAP ID in the vendor specific suboption of the DHCP relay packet.
[no] allow-directed-broadcasts
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command forwards directed broadcasts out of the IP interface. A directed broadcast is a packet received on a local router interface destined for the subnet broadcast address on another IP interface. The allow-directed-broadcasts command on an IP interface enables or disables the transmission of packets destined to the subnet broadcast address of the egress IP interface.
When enabled, a frame destined to the local subnet on this IP interface is sent as a subnet broadcast out this interface. Care should be exercised when allowing directed broadcasts as it is a well-known mechanism used for denial-of-service attacks.
When disabled, directed broadcast packets discarded at this egress IP interface is counted in the normal discard counters for the egress SAP.
By default, directed broadcasts are not allowed and are discarded at this egress IP interface.
The no form of this command disables forwarding of directed broadcasts out of the IP interface.
no allow-directed-broadcasts — Directed broadcasts are dropped.
delayed-enable seconds [init-only]
no delayed-enable
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, except those operating in access-uplink mode.
This command delays making interface operational by the specified number of seconds. In environments with many subscribers, it can take time to synchronize the subscriber state between peers when the subscriber-interface is enabled (perhaps, after a reboot). To ensure that the state has time to be synchronized, the delayed-enable timer can be specified. The optional parameter init-only can be added to use this timer only after a reboot.
no delayed-enable
Specifies the number of seconds to delay before the interface is operational.
ip-mtu octets
no ip-mtu
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures the maximum IP transmit unit (packet) for the interface.
The MTU that is advertised from the IES size is:
MINIMUM((SdpOperPathMtu - EtherHeaderSize), (Configured ip-mtu))
By default (for Ethernet network interface) if no ip-mtu is configured, the packet size is (1568 - 14) = 1554.
The no form of this command returns the default value.
no ip-mtu
Specifies the number of octets in the IP-MTU.
[no] loopback
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command specifies that the associated interface is a loopback interface that has no associated physical interface. As a result, the associated IES interface cannot be bound to a SAP.
Note that you can configure an IES interface as a loopback interface by issuing the loopback command instead of the sap command. The loopback flag cannot be set on an interface where a SAP is already defined and a SAP cannot be defined on a loopback interface.
secondary {ip-address/mask | ip-address netmask} [broadcast {all-ones | host-ones}] [igp-inhibit]
no secondary {ip-address/mask | ip-address netmask}
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, except those operating in access-uplink mode
This command assigns up to 64 secondary IP addresses to the interface, including the primary IP address. Each address can be configured in an IP address, IP subnet, or broadcast address format.
n/a
Specifies the IP address of the IP interface. The ip-address portion of the address command specifies the IP host address that is used by the IP interface within the subnet. This address must be unique within the subnet and specified in dotted decimal notation.
The forward slash is a parameter delimiter that separates the ip-address portion of the IP address from the mask that defines the scope of the local subnet. No spaces are allowed between the ip-address, the "/" and the mask parameter. If a forward slash does not immediately follow the ip-address, a dotted decimal netmask must follow the prefix.
Specifies the subnet mask length when the IP prefix is specified in CIDR notation. When the IP prefix is specified in CIDR notation, a forward slash (/) separates the ip-address from the mask parameter. The mask parameter indicates the number of bits used for the network portion of the IP address; the remainder of the IP address is used to determine the host portion of the IP address. Allowed values are integers in the range 1 to 32. A mask length of 32 is reserved for system IP addresses.
Specifies the subnet mask in dotted decimal notation. When the IP prefix is not specified in CIDR notation, a space separates the ip-address from a traditional dotted decimal mask. The netmask parameter indicates the complete mask that is used in a logical 'AND' function to derive the local subnet of the IP address. A netmask of 255.255.255.255 is reserved for system IP addresses.
The optional broadcast parameter overrides the default broadcast address used by the IP interface when sourcing IP broadcasts on the IP interface. If no broadcast format is specified for the IP address, the default value is host-ones, which indicates a subnet broadcast address. Use this parameter to change the broadcast address to all-ones or revert back to a broadcast address of host-ones.
The broadcast parameter within the address command does not have a negate feature, which is usually used to revert a parameter to the default value. To change the broadcast type to host-ones after being configured as all-ones, the address command must be executed with the broadcast parameter defined. The broadcast format on an IP interface can be specified when the IP address is assigned or changed.
This parameter does not affect the type of broadcasts that can be received by the IP interface. A host sending either the local broadcast (all-ones) or the valid subnet broadcast address (host-ones) is received by the IP interface
Specifies that the secondary IP address should not be recognized as a local interface by the running IGP.
static-arp ip-address ieee-mac-address
no static-arp ip-address
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command configures a static address resolution protocol (ARP) entry associating a subscriber IP address with a MAC address for the core router instance. This static ARP appears in the core routing ARP table. A static ARP can only be configured if it exists on the network attached to the IP interface.
If an entry for a particular IP address already exists and a new MAC address is configured for the IP address, the existing MAC address is replaced with the new MAC address.
The no form of this command removes a static ARP entry.
Specifies the IP address for the static ARP in IP address dotted decimal notation.
Specifies the 48-bit MAC address for the static ARP in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.
[no] static-arp ieee-mac-addr unnumbered
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, except those operating in access-uplink mode
This command configures a static address resolution protocol (ARP) entry associating an unnumbered interface with a MAC address for the core router instance. This static ARP appears in the core routing ARP table. A static ARP can only be configured if it exists on the network attached to the unnumbered interface.
If an entry for a particular unnumbered interface already exists, and a new MAC address is configured for the interface, the existing MAC address is replaced with the new MAC address.
The no form of this command removes a static ARP entry.
Specifies the 48-bit MAC address for the static ARP in the form aa:bb:cc:dd:ee:ff or aa-bb-cc-dd-ee-ff where aa, bb, cc, dd, ee and ff are hexadecimal numbers. Allowed values are any non-broadcast, non-multicast MAC and non-IEEE reserved MAC addresses.
Specifies the static ARP MAC for an unnumbered interface. Unnumbered interfaces support dynamic ARP. When this command is configured, it overrides any dynamic ARP.
vpls service-name
config>service
config>service>ies>if
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command, within the IP interface context, is used to bind the IP interface to the specified service name.
The system does not attempt to resolve the service name provided until the IP interface is placed into the administratively up state (no shutdown). When the IP interface is administratively up, the system scans the available VPLS services that have the allow-ip-int-binding flag set for a VPLS service associated with the name. If the service name is bound to the service name when the IP interface is already in the administratively up state, the system immediately attempts to resolve the specific name.
If a VPLS service is found associated with the name and with the allow-ip-int-binding flag set, the IP interface is attached to the VPLS service allowing routing to and from the service virtual ports when the IP interface is operational.
A VPLS service associated with the specified name that does not have the allow-ip-int-binding flag set or a non-VPLS service associated with the name is ignored and is not attached to the IP interface.
If the service name is applied to a VPLS service after the service name is bound to an IP interface and the VPLS service allow-ip-int-binding flag is set at the time the name is applied, the VPLS service is automatically resolved to the IP interface if the interface is administratively up or when the interface is placed in the administratively up state.
If the service name is applied to a VPLS service without the allow-ip-int-binding flag set, the system does not attempt to resolve the applied service name to an existing IP interface bound to the name. To rectify this condition, the flag must first be set and then the IP interface must enter or reenter the administratively up state.
While the specified service name may be assigned to only one service context in the system, it is possible to bind the same service name to more than one IP interface. If two or more IP interfaces are bound to the same service name, the first IP interface to enter the administratively up state (if currently administratively down) or to reenter the administratively up state (if currently administratively up) when a VPLS service is configured with the name and has the allow-ip-intbinding flag set is attached to the VPLS service. Only one IP interface is allowed to attach to a VPLS service context. No error is generated for the remaining non-attached IP interfaces using the service name.
When an IP interface is attached to a VPLS service, the name associated with the service cannot be removed or changed until the IP interface name binding is removed. Also, the allow-ip-int-binding flag cannot be removed until the attached IP interface is unbound from the service name. Unbinding the service name from the IP interface causes the IP interface to detach from the VPLS service context. The IP interface may then be bound to another service name or a SAP or SDP binding may be created for the interface using the sap or spoke-sdp commands on the interface.
Specifies the service-name parameter is required when using the IP interface vpls command and specifies the service name that the system attempts to resolve to an allow-ip-int-binding enabled VPLS service associated with the name. The specified name is expressed as an ASCII string comprised of up to 32 characters. It does not need to already be associated with a service and the system does not check to ensure that multiple IP interfaces are not bound to the same name.
ingress
config>service>ies>if>vpls
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
The command under the vpls binding context defines the routed ip-filter-id optional filter overrides.
[no] enable-table-classification
config>service>ies>if>vpls>ingress
7210 SAS-Mxp
This command enables and disables the use of IP DSCP table-based classification to assign FC and profile on a per-interface ingress basis.
The match-criteria configured in the service ingress policy, which require CAM resources, are ignored. Only meters from the service ingress policy are used (and the meters still require CAM resources). If an IP DSCP classification policy is configured in the VPLS SAP ingress policy, it is not used to assign FC and profile.
The no form of this command disables table-based classification. When disabled, the IP ingress packets within a VPLS service attached to the IP interface use the SAP ingress QoS policy applied to the virtual port used by the packets, when defined.
no enable-table-classification
routed-override-qos-policy policy-id
no routed-override-qos-policy
config>service>ies>if>vpls>ingress
7210 SAS-Mxp
This command specifies an IP DSCP classification policy that is applied to all ingress packets entering the VPLS service. The DSCP classification policy overrides any existing SAP ingress QoS policy applied to SAPs for packets associated with the routing IP interface. The routed override QoS policy is optional and when it is not defined or it is removed, the IP routed packets use the existing SAP ingress QoS policy configured on the VPLS virtual port.
The no form of this command is used to remove the IP DSCP classification policy from the ingress IP interface. When removed, the IP ingress routed packets within a VPLS service attached to the IP interface use the SAP ingress QoS policy applied to the virtual port used by the packets, when defined.
no routed-override-qos-policy
Specifies the ID for the routed override QoS policy. Allowed values are an integer that corresponds to an existing IP DSCP classification policy in the configure>qos>dscp-classification context.
v4-routed-override-filter ip-filter-id
no v4-routed-override-filter
config>service>ies>if>vpls>ingress
Supported on all 7210 SAS platforms as described in this document, including those operating in access-uplink mode
This command specifies an IPv4 filter ID applied to all ingress packets entering the VPLS service. The filter overrides existing ingress IPv4 filters applied to SAPs for packets associated with the routing IP interface. The override filter is optional, and if it is not defined or is removed, the IPv4 routed packets use the existing ingress IP filter on the VPLS virtual ports.
The no form of this command removes the IP routed override filter from the ingress IP interface.
Specifies the integer filter ID value for the IPv4 filter policy. The filter ID must already exist within the IPv4 filters created in the configure>filter>ip-filter context.
v6-routed-override-filter ip-filter-id
no v6-routed-override-filter
config>service>ies>if>vpls>ingress
7210 SAS-Mxp
This command specifies an IPv6 filter ID applied to all ingress packets entering the VPLS service. The filter overrides existing ingress IPv6 filters applied to SAPs for packets associated with the routing IP interface. The override filter is optional, and if it is not defined or is removed, the IPv6 routed packets use the existing ingress IP filter on the VPLS virtual ports.
The no form of this command removes the IP routed override filter from the ingress IP interface.
Specifies the integer filter ID value for the IPv6 filter policy. The filter ID must already exist within the IPv6 filters created in the configure>filter>ip-filter context.