mirror_frr/tests/topotests/simple-snmp-test/r1/isisd.conf
Pat Ruddy b300ed94b1 tests: sample snmp test to check infra
Simple test which creates a router running snmp and bgpd and
checks we can read the correct bgpVersion using snmp.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
2021-01-12 19:59:56 +00:00

47 lines
899 B
Plaintext

log stdout debugging
!
debug isis route-events
debug isis events
!
interface r1-eth0
ip router isis ISIS1
ipv6 router isis ISIS1
isis circuit-type level-1
no isis hello padding
isis hello-interval 1
isis hello-multiplier 3
isis network point-to-point
!
interface r1-eth1
ip router isis ISIS1
ipv6 router isis ISIS1
isis circuit-type level-1
no isis hello padding
isis hello-interval 1
isis hello-multiplier 3
isis network point-to-point
!
interface r1-eth2
ip router isis ISIS1
ipv6 router isis ISIS1
isis circuit-type level-1
no isis hello padding
isis hello-interval 1
isis hello-multiplier 3
isis network point-to-point
!
interface lo
ip router isis ISIS1
ipv6 router isis ISIS1
isis circuit-type level-1
isis passive
no isis hello padding
!
router isis ISIS1
net 01.1111.0000.0000.0001.00
is-type level-1
topology ipv6-unicast
!
line vty
!