Cisco ASA Series Cli Configuration Manual page 668

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

Advertisement

Configuring OSPFv3
Sending Syslog Messages
To configure the router to send a syslog message when an OSPFv3 neighbor goes up or down, perform
the following steps:
Detailed Steps
Command
Step 1
ipv6 router ospf process-id
Example:
hostname(config-if)# ipv6 router ospf 1
Step 2
log-adjacency-changes [detail]
Example:
hostname(config-rtr)#
log-adjacency-changes detail
Suppressing Syslog Messages
To suppress the sending of syslog messages when the route receives unsupported LSA Type 6 multicast
OSPF (MOSPF) packets, perform the following steps:
Detailed Steps
Command
Step 1
router ospf process_id
Example:
hostname(config-if)# router ospf 1
Step 2
ignore lsa mospf
Example:
hostname(config-rtr)# ignore lsa mospf
Cisco ASA Series CLI Configuration Guide
1-36
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.
Configures the router to send a syslog message when an OSPFv3
neighbor goes up or down.
The detail keyword sends a syslog message for each state, not
only when an OSPFv3 neighbor goes up or down.
Purpose
Enables an OSPFv2 routing process and enters 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 of syslog messages when the router
receives unsupported LSA Type 6 MOSPF packets.
Chapter 1
Configuring OSPF

Advertisement

Table of Contents
loading

Table of Contents