Cisco Cisco Email Security Appliance C170 Referências técnicas

Página de 464
 
270
Cisco AsyncOS 8.5.5 CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Networking Configuration / Network Tools
Creating a static route:
Editing a static route:
Deleting a static route:
Deleting all static routes:
Printing a list of static routes:
routeconfig new 4|6 <name> <destination_address> <gateway_ip>
Table 3-119
routeconfig Arguments
Argument
Description
4 | 6
The IP version (IPv4 or IPv6) to apply this command 
to. For 
clear
 and 
print
 this option can be omitted 
and the command applies to both versions.
name
The name of the route.
destination_address
The IP or CIDR address to match on for outgoing IP 
traffic.
gateway_ip
 The IP address to send this traffic to.
routeconfig edit 4|6 <name> <new_name> <destination_address> 
<gateway_ip>
routeconfig delete 4|6 <name>
routeconfig clear [4|6]
routeconfig print [4|6]