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

Page de 448
 
233
Cisco AsyncOS 8.0.1 CLI Reference Guide
 
Chapter 
  •
Creating a static route:
routeconfig new 4|6 <name> <destination_address> <gateway_ip>
Table 3-120
routeconfig Arguments
Argument
Description
4 | 6
name
destination_address
gateway_ip
  •
Editing a static route:
routeconfig edit 4|6 <name> <new_name> <destination_address> 
<gateway_ip>
  •
Deleting a static route:
routeconfig delete 4|6 <name>
  •
Deleting all static routes:
routeconfig clear [4|6]
  •
Printing a list of static routes:
routeconfig print [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.
The name of the route.
The IP or CIDR address to match on for outgoing IP 
traffic.
 The IP address to send this traffic to.