Cisco PIX 525 Spezifikationen Seite 88

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 604
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 87
8-6
Cisco Security Appliance Command Line Configuration Guide
OL-6721-01
Chapter 8 Configuring IP Routing and DHCP Services
Configuring OSPF
Adding a Route Map
To define a route map, perform the following steps:
Step 1 To create a route map entry, enter the following command:
hostname(config)# route-map
name
{permit | deny} [
sequence_number
]
Route map entries are read in order. You can identify the order using the sequence_number option, or
the security appliance uses the order in which you add the entries.
Step 2 Enter one or more match commands:
To match any routes that have a destination network that matches a standard ACL, enter the
following command:
hostname(config-route-map)# match ip address
acl_id
[
acl_id
] [...]
If you specify more than one ACL, then the route can match any of the ACLs.
To match any routes that have a specified metric, enter the following command:
hostname(config-route-map)# match metric
metric_value
The metric_value can be from 0 to 4294967295.
To match any routes that have a next hop router address that matches a standard ACL, enter the
following command:
hostname(config-route-map)# match ip next-hop
acl_id
[
acl_id
] [...]
If you specify more than one ACL, then the route can match any of the ACLs.
To match any routes with the specified next hop interface, enter the following command:
hostname(config-route-map)# match interface
if_name
If you specify more than one interface, then the route can match either interface.
To match any routes that have been advertised by routers that match a standard ACL, enter the
following command:
hostname(config-route-map)# match ip route-source
acl_id
[
acl_id
] [...]
If you specify more than one ACL, then the route can match any of the ACLs.
To match the route type, enter the following command:
hostname(config-route-map)# match route-type {internal | external [type-1 | type-2]}
Step 3 Enter one or more set commands.
If a route matches the match commands, then the following set commands determine the action to
perform on the route before redistributing it.
To set the metric, enter the following command:
hostname(config-route-map)# set metric
metric_value
The metric_value can be a value between 0 and 294967295
To set the metric type, enter the following command:
hostname(config-route-map)# set metric-type {type-1 | type-2}
Seitenansicht 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 603 604

Kommentare zu diesen Handbüchern

Keine Kommentare