show ip settings
show ip routing settings
Configuring an IP To configure IP over the LAN, you need to assign an IP network to the LAN port Network over the LAN with the add ip network command. Each network has a network name. You will
use the network name when entering commands related to the network.
The
You can specify the subnet in one of two ways: a class or numerical designation. If you specify a Class C subnet mask, for instance, this command will generate a 255.255.255.0 subnet value for you. If you specify the number of bits (to be set to 1), the acceptable range is
Defining a numerical subnet is useful when your value falls in between classes. You can also omit the mask altogether; it will automatically be calculated from the address.
To add an IP network over the LAN, use the command:
add ip network <network name> address <ip address/mask> frame [ETHERNET_II SNAP]
You can obtain a list of all configured networks using the command list networks. To only list IP networks, use list ip networks.
disable ip network <network name>
delete ip network <network name>
The reconfigure ip network command can be used to modify an existing IP network’s address or frame type.
Configuring IP RIP on IP RIP is configurable on each LAN IP network. The OfficeConnect Remote 812 the LAN supports two versions of RIP, V1 or V2. You can also disable RIP completely.
To set enable/disable RIP or set the version to use for a particular LAN IP network, use the command:
set ip network <network name> routing_protocol [NONE RIPV1 RIPV2]
Other permutations of the set ip network command can be used to configure advanced RIP features and policies.