mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:37:49 +00:00
28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
hostname r4
|
|
log file ospf6d.log
|
|
!
|
|
debug ospf6 message all
|
|
debug ospf6 lsa unknown
|
|
debug ospf6 zebra
|
|
debug ospf6 interface
|
|
debug ospf6 neighbor
|
|
debug ospf6 route table
|
|
debug ospf6 flooding
|
|
!
|
|
interface r4-stubnet
|
|
ipv6 ospf6 network broadcast
|
|
!
|
|
interface r4-sw6
|
|
ipv6 ospf6 network broadcast
|
|
!
|
|
router ospf6
|
|
router-id 10.0.0.4
|
|
log-adjacency-changes detail
|
|
redistribute static
|
|
interface r4-stubnet area 0.0.0.1
|
|
interface r4-sw6 area 0.0.0.1
|
|
!
|
|
line vty
|
|
exec-timeout 0 0
|
|
!
|