Delete Commands - 3Com OfficeConnect 3C100XF Cli User's Manual

3com officeconnect 3c100xf: users guide
Hide thumbs Also See for OfficeConnect 3C100XF:
Table of Contents

Advertisement

add ip source route
<ip_name_or_net_addr>
gateway
<ip_name_or_addr> metric
<metric>

Delete Commands

delete ip defaultroute
gateway <IP_address or
name>
delete ip network
<network_name>
delete ip pool <pool
name>
Parameters
Description
initial_pool_address/su
First IP network address to be assigned from the specified pool, in the
bnet_mask
format nnn.nnn.nnn.nnn, with or without a mask specifier. The Mask
Specifier can be 'A', 'B', 'C', 'H', or a numeric value from 8 to 30 (32
for host) that describes the number of one bits in the mask. If you do
not specify a mask, OfficeConnect Gateway will generate the natural
netmask from the initial_pool_address.
max_unused_addrs
This parameter specifies the maximum number of IP address that will
be wasted (unused) when multiple aggregate IP routes are created.
This field is only valid if route type is multiple_aggregate. The range is
0-4096.
route
Broadcasts the pool as a single network (aggregate), individual host
routes (no_aggregate), or multiple networks (multiple_aggregate).
The default is no_aggregate.
size
Number of allowable IP addresses. Class C values exceeding x.x.x.255
will increment to x.x.1.1. The default is 1. The range is 1-4096.
state
Type of pool created. A public pool allocates IP addresses to any
caller not assigned a pool; a private pool is limited to specified users.
The default is Public.
The OfficeConnect Gateway supports routing based on source addresses of IP
datagrams. When source based addressing is enabled, the IP packets coming in on
a static interface are looked up in the routing table based on the source address
instead of the destination address and routed accordingly. If source address lookup
fails, the destination address is looked up and if that fails the default route is used.
Static routes must be added in the OfficeConnect Gateway for the desired source
addresses. The routes may be host routes or may be qualified with a net-mask.
These routes are not propagated via RIP. The feature can be turned on for a static
interface (Ethernet, leased line, etc.) and all incoming IP datagrams are routed
based on source addresses.
Parameter
Description
source route
The network name or IP address of the source of the IP datagram.
gateway
The network name or IP address of the gateway to which IP datagrams with
the specified source address should be routed.
metric
This specifies how many hops it is to the specified gateway.
Deletes the IP default route created with the add ip defaultroute gateway
command. Use the list ip routes command to verify edit.
Deletes an IP network from the interface that you specified when adding the
network. Use list ip networks to see which networks are associated with which
interfaces. Always use disable ip network before deleting it.
Deletes an IP pool created with the add ip pool command. Use the list ip pools
command to verify edit.
Delete Commands
12-7

Advertisement

Table of Contents
loading

Table of Contents