Zhone 5100 참조 매뉴얼

다운로드
페이지 186
CHAPTER 4
IP services
124    
Vpacket 5100/6100 Series Reference Manual
Viewing the IP configuration
You can view the IP interface table, the ARP table, or the IP routing table by issuing the show ip 
command.
Syntax: show ip <route | arp >
Argument:
route | arp
route shows the IP route table; arp shows the ARP table; no argument 
shows the IP interface table
Example 1:
In this example, the IP interface table lists the interface names, IP addresses, netmasks, and 
whether the interface is primary (NATed) or secondary (NotNATed).
Example 2:
In this example, the IP route table lists the IP addresses, netmask, local interface IP address and 
the next hop.
VPacket# show ip
ACTIVE indicates this is the current operational setting
CONFIG indicates this has been configured but not activated
-------------------------IP INTERFACE----------------------
       INTERFACE NAME      IP ADDRESS          NET MASK
ACTIVE ethernet            10.10.10.254        255.255.255.0     NATed
ACTIVE ethernet            13.13.13.254        255.255.255.0     NATed
ACTIVE ethernet            15.15.15.254        255.255.255.0     NATed
CONFIG wan                 205.176.94.11       255.255.255.0
ACTIVE Default Gateway     10.10.10.254
ACTIVE Voice Ip Address    205.176.94.11
-----------------------------------------------------------
VPacket#
VPacket# show ip route
-------------------------------IP ROUTE TABLE-------------------------------
TYPE      IP ADDRESS       NET MASK         LOCAL INTERFACE  NEXTHOP
----------------------------------------------------------------------------
Gateway   All IP Addresses with no match    10.10.10.254
Interface 0.0.0.4          255.255.255.252  0.0.0.5
Interface 15.15.15.254     255.255.255.0    ethernet1
Interface 13.13.13.254     255.255.255.0    ethernet2
Interface 10.10.10.254     255.255.255.0    ethernet0
----------------------------------------------------------------------------
VPacket#