
Examples
127
IPLink Software Configuration Guide
11 • IP interface configuration
Mode:
Context IP
Examples
Deleting an IP interface
The following example shows how to delete an IP interface named wan.
List the existing interfaces in the IP context:
IPLink(ctx-ip)[router]#interface <?>
<interface> New interface
lan Existing interface
wan Existing interface
Delete the interface wan by using the
no
form of the
interface
command.
IPLink(ctx-ip)[router]#no interface wan
List the interfaces again to make sure that interface wan no longer exists:
IPLink(ctx-ip)[router]#interface <?>
<interface> New interface
lan Existing interface
Step
Command
Purpose
1
node(ctx-ip)[ctx-name]#
interface <if-name>
Go to the IP interface, which shall act as the IGMP proxy
upstream interface
2
node(if-ip)[if-name]# igmp
interface-type proxy-
upstream
Define the interface as the IGMP proxy upstream interface
3
node(ctx-ip)[ctx-name]#
interface <if-name>
Go to an IP interface, which shall act as an IGMP proxy down-
stream interface
4
node(if-ip)[if-name]# igmp
interface-type proxy-
downstream
Define the interface as an IGMP proxy downstream interface
5
Repeat steps 3 & 4 for any additional interface, which shall act as
an IGMP proxy downstream interface.