Net To Net Technologies SIA2410R User Manual
Net To Net Technologies
17
To display the LAN interface configuration, use the following command:
Command
show interface
[-v|-c] [<ifname>]
Parameters
-v
shows full statistics
-c
initializes the statistics
<ifname>
interface name
Usage Examples
(conf)#
show interface lan
Interface: lan, status <UP>, mtu 1500
ip address 168.126.188.130 255.255.255.0
Routing-only mode
ether 00:d0:84:01:08:b2, speed 100 Mbps full-duplex
(conf)#
(conf)#
show interface -v lan
----------------------------------------------------------------
Interface: lan, status <UP>, mtu 1500
----------------------------------------------------------------
ip address 168.126.188.130 255.255.255.0
Routing-only mode
ether 00:d0:84:01:08:b2, speed 100 Mbps full-duplex
descriptor rhead:0x921e0 thead:0x91db8 ttail:0x91db8
statistics:
10 RxOK, 0 RxNoBufs, 0 RxMiss
0 RxCRCErr, 0 RxAlignErr, 0 RxDribbles
5 TxOK, 0 TxNotReady, 0 TxTooBig
0 TxLossCRS, 0 TxLateCols, 0 TxCollisions
(conf)#
(conf)#
show interface –c lan
Note:
To display all interfaces, use the “show interface” command.
Deleting the secondary IP address
Command
int
<ifname>
delete
[secondary] <address>
Parameters
<ifname>
interface name
[secondary]
indicates a secondary IP address
<address> IP
address
Usage
Examples
(conf)#
int lan delete secondary 172.16.10.1