Cisco Cisco Email Security Appliance C160 Références techniques

Page de 316
166
C I S C O   I R O N P O R T   A S Y N C O S   7 . 3   C L I   R E F E R E N C E   G U I D E
Note — You must use Control-C to end the 
ping
 command.
routeconfig
Description
The 
routeconfig
 command allows you to create, edit, and delete static routes for TCP/IP 
traffic. By default, traffic is routed through the default gateway set with the 
setgateway
 
command. However, IronPort AsyncOS allows specific routing based on destination.
Routes consist of a nickname (for future reference), a destination, and a gateway. A gateway 
(the next hop) is an IP address such as 
10.1.1.2
. The destination can be one of two things:
• an IP address, such as 
192.168.14.32
• a subnet using CIDR notation. For example, 
192.168.5.0/24
 means the entire class C 
network from 
192.168.5.0
 to 
192.168.5.255
The command presents a list of all currently configured TCP/IP routes for you to select from 
using the 
edit
 and 
delete
 subcommands. 
Usage
Commit: This command requires a ‘commit’.
Cluster Management: This command is restricted to machine mode.
Batch Command: This command does not support a batch format.
^C
--- anotherhost.example.com ping statistics ---
11 packets transmitted, 11 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.115/0.242/1.421/0.373 ms
^C
Code Example 3-108 
ping
  (Continued)