Cisco Cisco Email Security Appliance C190 Technical References

Page of 314
 
169
Cisco AsyncOS 9.1 for Email CLI Reference Guide
 
Chapter 3      The Commands: Reference Examples
  Networking Configuration / Network Tools
Editing a static route:
Deleting a static route:
Deleting all static routes:
Printing a list of static routes:
Example
mail3.example.com> routeconfig
Configure routes for:
1. IPv4
2. IPv6
[1]> 
Currently configured routes:
Choose the operation you want to perform:
- NEW - Create a new route.
[]> new
Please create a name for the route:
[]> EuropeNet
Please enter the destination IPv4 address to match on.
CIDR addresses such as 192.168.42.0/24 are also allowed.
[]> 192.168.12.0/24
Table 3-12
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]