17 lines
319 B
Text
17 lines
319 B
Text
|
log timestamp precision 3
|
||
|
|
||
|
ip prefix-list ANY permit 0.0.0.0/0 le 32
|
||
|
ipv6 prefix-list ANY seq 10 permit any
|
||
|
|
||
|
route-map RM-NONE4 deny 10
|
||
|
|
||
|
route-map RM-NONE6 deny 10
|
||
|
|
||
|
interface r1-eth0
|
||
|
ip address 100.0.0.1/24
|
||
|
ipv6 address 2102::1/64
|
||
|
exit
|
||
|
|
||
|
ip protocol static route-map RM-NONE4
|
||
|
ipv6 protocol static route-map RM-NONE6
|