Displaying router settings, Resetting and disabling router settings – Extreme Networks Summit 300-48 User Manual

Page 163

Advertising
background image

Displaying Router Settings

Summit 300-48 Switch Software User Guide

163

The example in Figure 18 is configured as follows:

create vlan Finance

create vlan Personnel

config Finance add port 2,4

config Personnel add port 3,5

config Finance ipaddress 192.207.35.1

config Personnel ipaddress 192.207.36.1

enable ipforwarding

Displaying Router Settings

To display settings for various IP routing components, use the commands listed in Table 59.

Resetting and Disabling Router Settings

To return router settings to their defaults and disable routing functions, use the commands listed in
Table 60

Table 59: Router Show Commands

Command

Description

show iparp {<ipaddress | vlan <name> |
permanent}

Displays the IP Address Resolution Protocol
(ARP) table. You can filter the display by IP
address, VLAN, or permanent entries.

show iparp proxy {<ipaddress> {<mask>}}

Displays the proxy ARP table.

show ipconfig {vlan <name>}

Displays configuration information for one or
all VLANs.

show ipconfig {vlan <name>} {detail}

Displays IP configuration settings.

show ipfdb {<ipaddress> <netmask> | vlan
<name> }

Displays the contents of the IP forwarding
database (FDB) table. If no option is
specified, all IP FDB entries are displayed.

show ipstats {vlan <name>}

Displays IP statistics for the CPU of the
system.

Table 60: Router Reset and Disable Commands

Command

Description

clear iparp {<ipaddress> | vlan <name>}

Removes dynamic entries in the IP ARP table.
Permanent IP ARP entries are not affected.

clear ipfdb {<ipaddress> <netmask> | vlan
<name>]

Removes the dynamic entries in the IP
forwarding database. If no options are specified,
all IP FDB entries are removed.

disable bootp vlan [<name> | all]

Disables the generation and processing of
BOOTP packets.

disable bootprelay

Disables the forwarding of BOOTP requests.

Advertising