Page 321 / 998 Scroll up to view Page 316 - 320
TCP/IP command reference
IP
4-19
iMG/RG Software Reference Manual (IPNetwork Functions)
Options
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
See also
IP ADD INTERFACE
IP LIST INTERFACES
4.1.8.2.10 IP ATTACHVIRTUAL
Syntax
IP ATTACHVIRTUAL <name> <real_interface>
Description
This command creates a virtual interface. The virtual interface is associated with a ‘real’
IP interface that has already been attached to a transport using the IP attach command.
You can attach multiple virtual interfaces to one ‘real’ IP interface.
Options
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example
--> ip attachvirtual ip_virtual ip_real
See also
ip list interfaces
4.1.8.2.11 IP CLEAR ARPENTRIES
Syntax
ip clear arpentries
Description
This command clears all ARP entries.
Option
Description
Default Value
name
An existing IP interface. To display interface names, use
the ip list interfaces command.
N/A
number
An existing IP interface. To display interface numbers,
use the ip list interfaces command. The number appears
in the first column under the heading ID.
N/A
Option
Description
Default Value
name
An existing IP interface to be used as a virtual interface.
The IP interface should not have a transport attached to
it. To display interface names, use the IP LIST INTER-
FACES command.
N/A
real_interface
An existing ‘real’ IP interface, attached to a transport, to
which the virtual interface is associated with an existing
‘real’ IP interface. To display interface names, use the IP
LIST INTERFACES command.
N/A
Page 322 / 998
IP
TCP/IP command reference
iMG/RG Software Reference Manual (IPNetwork Functions)
4-20
Example
--> ip clear arpentries
See also
IP LIST ARPENTRIES
4.1.8.2.12 IP CLEAR INTERFACES
Syntax
ip clear interfaces
Description
This command clears all IP interfaces that were created using the IP ADD INTERFACE
command.
Example
--> ip clear interfaces
See also
ip delete interface
4.1.8.2.13 IP CLEAR RIPROUTES
Syntax
ip clear riproutes
Description
This command deletes all the existing dynamic routes that have been obtained from RIP.
It does not delete the static routes; see the IP CLEAR ROUTES command.
Example
--> ip clear riproutes
See also
ip clear routes
ip set rip hostroutes
ip set interface rip accept
ip set interface rip send
4.1.8.2.14 IP CLEAR ROUTES
Description
This command clears all static routes that were created using the IP ADD ROUTE com-
mand.
Example
--> ip clear routes
See also
IP DELETE ROUTE
4.1.8.2.15 IP DELETE INTERFACE
Syntax
IP DELETE INTERFACE {<name>|<number>}
Description
This command deletes a single IP interface that was created using the IP ADD INTER-
FACE command.
Page 323 / 998
TCP/IP command reference
IP
4-21
iMG/RG Software Reference Manual (IPNetwork Functions)
Options
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example
--> ip delete interface ip1
See also
IP CLEAR INTERFACES
IP LIST INTERFACES
4.1.8.2.16 IP DELETE ROUTE
Syntax
IP DELETE ROUTE {<name>|<number>}
Description
This command deletes a single route that was created using the IP ADD ROUTE com-
mand.
Options
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example
--> ip delete route route1
See also
IP LIST ROUTES
4.1.8.2.17 IP DETACH INTERFACE
Syntax
IP DETACH {<name>|<number>}
Description
This command detaches a transport from an IP interface that was previously attached
using the IP ATTACH INTERFACE command.
Option
Description
Default Value
name
An existing IP interface. To display interface names, use the
IP LIST INTERFACES command.
N/A
number
An existing IP interface. To display interface numbers, use
the IP LIST INTERFACES command. The number appears
in the first column under the heading ID.
N/A
Option
Description
Default Value
name
An existing route. To display route names, use the IP LIST
ROUTES command.
N/A
number
An existing route. To display route numbers, use the IP
LIST ROUTES command. The number appears in the first
column under the heading ID.
N/A
Page 324 / 998
IP
TCP/IP command reference
iMG/RG Software Reference Manual (IPNetwork Functions)
4-22
Options
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example
--> ip detach ip1
See also
ip list interfaces
4.1.8.2.18 IP INTERFACE ADD PROXYARPENTRY
Syntax
IP INTERFACE {<name>|<number>} ADD PROXYARPENTRY <ipaddress>
[<netmask>]
Description
This command configures proxy ARP functionality on an existing IP interface. This means
that an interface responds to ARP requests for both its own address and for any address
that has been configured as a proxy ARP address.
You can configure proxy ARP functionality on a single address or a range of addresses.
Once you have configured a range of proxy ARP interfaces, you can set one or more
addresses in the range to NOT respond to proxy ARP using the IP INTERFACE ADD
PROXYARPEXCLUSION command.
Options
The following table gives the range of values for each option thatcan be specified with
this command and a Default Value (if applicable).
Example
The following command adds proxy ARP support to the entire subnet 192.168.100.0:
Option
Description
Default Value
name
An existing IP interface. To display interface names, use
the ip list interfaces command.
N/A
number
An existing IP interface. To display interface numbers,
use the ip list interfaces command. The number appears
in the first column under the heading ID.
N/A
Option
Description
Default Value
name
An existing IP interface. To display interface names, use the
IP LIST INTERFACES command.
N/A
number
An existing IP interface. To display interface numbers, use
the IP LIST INTERFACES command. The number appears
in the first column under the heading ID.
N/A
ipaddress
The IP address/range of addresses of the interface to be
set as a proxy ARP entry, in the format: 192.168.102.3
N/A
netmask
The netmask address (or range of addresses) of the inter-
face, displayed in the following format: 255.255.255.0
N/A
Page 325 / 998
TCP/IP command reference
IP
4-23
iMG/RG Software Reference Manual (IPNetwork Functions)
--> ip interface ip1 add proxyarpentry 192.168.100.0 255.255.255.0
See also
ip interface add proxyarpexclusion
ip interface list proxyarpentries
4.1.8.2.19 IP INTERFACE ADD PROXYARPEXCLUSION
Syntax
IP INTERFACE {<name>|<number>} ADD PROXYARPEXCLUSION <ipaddress>
[<netmask>]
Description
This command configures proxy ARP exclusion functionality on an existing IP interface.
This means that once you have configured an interface with a range of proxy ARP inter-
faces, you can set one or more addresses in the range to NOT respond to proxy ARP.
The following table gives the range of values for each option that can be specified with
this command and a Default Value (if applicable).
Example
Example 1 adds proxy ARP support to the subnet 192.168.100.0 :
--> ip interface ip1 add proxyarpentry 192.168.100.0 255.255.255.0
Example 2 adds proxy ARP exclusion support to 192.168.100.10 255.255.255.254:
--> ip interface ip1 add proxyarpexclusion 192.168.100.10 255.255.255.254
This means that the entire 192.168.100.0 subnet supports proxy ARP, EXCEPT for
addresses 192.168.100.10 and 192.168.100.11.
See also
IP INTERFACE ADD PROXYARPENTRY
IP INTERFACE LIST PROXYARPENTRIES
Option
Description
Default Value
name
An existing IP interface. To display interface names,
use the IP LIST INTERFACES command.
N/A
number
An existing IP interface. To display interface numbers,
use THE IP LIST INTERFACES command. The num-
ber appears in the first column under the heading ID.
N/A
ipaddress
The IP address (or range of addresses) of the inter-
face that you want to set as a proxy ARP exclusion
entry, displayed in the following format: 192.168.102.3
N/A
netmask
The netmask address (or range of addresses) of the
interface, displayed in the following format:
255.255.255.0
N/A

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top