Chapter 46 Maintenance Tools
Router# traceroute www.zyxel.com |
|
| hops max, 38 byte packets | |||
traceroute to www.zyxel.com (203.160.232.7), 30 | ||||||
1 | 172.23.37.254 | 3.049 ms 1.947 | ms | 1.979 ms |
| |
2 | 172.23.6.253 | 2.983 ms | 2.961 ms | 2.980 ms |
| |
3 | 172.23.6.1 5.991 ms | 5.968 ms | 6.984 ms |
| ||
4 | * * * |
|
|
|
|
|
|
|
|
|
|
|
|
Here are maintenance tool commands that you can use in configure mode.
Table 206 Maintenance Tools Commands in Configuration Mode
COMMAND | DESCRIPTION | |
show | Displays the current Address Resolution Protocol table. | |
arp IP | mac_address | Edits or creates an ARP table entry. |
no arp | ip | Removes an ARP table entry. |
The following example creates an ARP table entry for IP address 192.168.1.10 and MAC address 01:02:03:04:05:06. Then it shows the ARP table and finally removes the new entry.
Router# arp 192.168.1.10 | 01:02:03:04:05:06 |
|
| |
Router# show | HWtype | HWaddress | Flags Mask | Iface |
Address | ||||
192.168.1.10 | ether | 01:02:03:04:05:06 | CM | ge1 |
172.23.19.254 | ether | 00:04:80:9B:78:00 | C | ge2 |
Router# no arp 192.168.1.10 |
|
|
| |
Router# show | HWtype | HWaddress | Flags Mask | Iface |
Address | ||||
192.168.1.10 | ether | (incomplete) | C | ge1 |
172.23.19.254 | 00:04:80:9B:78:00 | ge2 |
46.1.1 Packet Capture Command Example
The following examples show how to configure packet capture settings and perform a packet capture. First you have to check whether a packet capture is running. This example shows no other packet capture is running. Then you can also check the current packet capture settings.
Router(config)# show
Router(config)#
Router(config)# show
snaplen: 1500
duration: 0
storage: 0
Then configure the following settings to capture packets going through the ZyWALL’s WAN1 interface only.
344 |
|
ZyWALL (ZLD) CLI Reference Guide | |
|
|