Cisco ASA Series Cli Configuration Manual page 661

Software version 9.0 for the services module
Hide thumbs Also See for ASA Series:
Table of Contents

Advertisement

Chapter 1
Configuring OSPF
Configuring OSPFv3 Passive Interfaces
To configure OSPFv3 passive interfaces, perform the following steps:
Command
Step 1
ipv6 router ospf process_id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
passive-interface [interface_name]
Example:
hostname(config-rtr)# passive-interface inside
Configuring OSPFv3 Administrative Distance
To configure OSPFv3 administrative distance for IPv6 routes, perform the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process_id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
distance [ospf {external | inter-area |
intra-area}] distance
Example:
hostname(config-rtr)# distance ospf
external 200
Purpose
Enables an OSPFv3 routing process and enters IPv6 router
configuration mode.
The process_id argument is an internally used identifier for this
routing process, is locally assigned, and can be any positive
integer from 1 to 65535. This ID does not have to match the ID on
any other device; it is for internal administrative use only. You can
use a maximum of two processes.
Suppresses the sending and receiving of routing updates on an
interface. The interface_name argument specifies the name of the
interface on which the OSPFv3 process is running. If the no
interface_name argument is specified, all of the interfaces in the
OSPFv3 process process_id are made passive.
Purpose
Enables an OSPFv3 routing process and enters IPv6 router
configuration mode.
The process_id argument is an internally used identifier for this
routing process, is locally assigned, and can be any positive
integer from 1 to 65535. This ID does not have to match the ID on
any other device; it is for internal administrative use only. You can
use a maximum of two processes.
Sets the administrative distance for OSPFv3 routes.
The ospf keyword specifies OSPFv3 routes. The external
keyword specifies the external Type 5 and Type 7 routes for
OSPFv3. The inter-area keyword specifies the inter-area routes
for OSPVv3. The intra-area keyword specifies the intra-area
routes for OSPFv3. The distance argument specifies the
administrative distance, which is an integer from 10 to 254.
Cisco ASA Series CLI Configuration Guide
Configuring OSPFv3
1-29

Advertisement

Table of Contents
loading

Table of Contents