Chapter 4: Using the Command Line Interface
156
To show the IP-related configuration of a specific network interface, use the following command.
#
show network ip interface <ETH>
Variables:
•
<ETH> is one of the network interfaces:
ethernet (or ETH1/ETH2)
,
wireless
or
all
.
Option
Description
eth1
Show the IP-related configuration of the ETH1 interface.
eth2
Show the IP-related configuration of the ETH2 interface.
wireless
Show the IP-related configuration of the WIRELESS interface.
all
Show the IP-related configuration of all interfaces.
You can type the CLI command without the word 'all.' For example,
show network ip
interface
.
IPv4-Only or IPv6-Only Configuration
To show IPv4-only configuration or IPv6-only configuration, use any of the following commands.
Tip: To show both IPv4 and IPv6 configuration data, see IP Configuration (on page 22).
To show all IPv4 configuration:
#
show network ipv4 common
To show all IPv6 configuration:
#
show network ipv6 common
To show the IPv4 configuration of a specific network interface:
#
show network ipv4 interface <ETH>
To show the IPv6 configuration of a specific network interface:
#
show network ipv6 interface <ETH>