Cisco ASA Series Cli Configuration Manual page 667

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

Advertisement

Chapter 1
Configuring OSPF
Resetting OSPFv3 Default Parameters
To return an OSPFv3 parameter to its default value, perform the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process-id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
default [area | auto-cost |
default-information | default-metric |
discard-route | discard-route | distance |
distribute-list | ignore |
log-adjacency-changes | maximum-paths |
passive-interface | redistribute |
router-id | summary-prefix | timers]
Example:
hostname(config-rtr)# default metric 5
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.
Returns an optional parameter to its default value.
The area keyword specifies the OSPFv3 area parameters. The
auto-cost keyword specifies the OSPFv3 interface cost according
to bandwidth. The default-information keyword distributes
default information. The default-metric keyword specifies the
metric for a redistributed route. The discard-route keyword
enables or disables the discard-route installation. The distance
keyword specifies the administrative distance. The distribute-list
keyword filters networks in routing updates. The ignore keyword
ignores a specific event. The log-adjacency-changes keyword
logs changes in the adjacency state. The maximum-paths
keyword forwards packets over multiple paths. The
passive-interface keyword suppresses routing updates on an
interface. The redistribute keyword redistributes IPv6 prefixes
from another routing protocol. The router-id keyword specifies
the router ID for the specified routing process. The
summary-prefix keyword specifies the IPv6 summary prefix.
The timers keyword specifies the OSPFv3 timers.
Cisco ASA Series CLI Configuration Guide
Configuring OSPFv3
1-35

Advertisement

Table of Contents
loading

Table of Contents