!
! Vzorovy router, oblast DB8, router 1
!
hostname oblastDB8-router1
log syslog
password free
enable password ch80hv7836so20dh235f
!
interface enp0s8
description Spoj -> PMV, uplink
ipv6 ospf6 cost 10
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 6
ipv6 ospf6 network point-to-point
!
router ospf6
router-id 10.107.184.1
redistribute static
interface route-map JEN-VELKY-SUBNETY
interface enp0s8 area 0.0.0.0
!
route-map JEN-VELKY-SUBNETY permit 10
match ipv6 address prefix-list velikost-40-az-48
ipv6 prefix-list velikost-40-az-48 seq 5 permit 2a01:168::/29 ge 40 le 48
|