mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 16:30:44 +00:00
tests: Convert isis to use 1 and 10 for hello/multiplier
Current isis tests use a variety of hello timers as well as hello-multiplier, let's modify all of the isis test cases to use 1 and 10. This cleans up some spurious test failures I was seeing locally. As an example without these changes running isis_tilfa_topo1 2r6 times I would see 5-10 test failures now I am seeing ~2 test failures. In any event part of the problem was that some tests were not fully converged when looking at them under heavy system load. Changing this to 1/10 gives us 10 chances to see the incoming packet. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
940ac2a6fd
commit
15bf9baa98
@ -19,13 +19,13 @@ interface lo
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis bfd
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis bfd
|
||||
!
|
||||
|
||||
@ -16,13 +16,13 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis bfd
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -16,14 +16,14 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis bfd
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -16,12 +16,12 @@ interface lo
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -16,12 +16,12 @@ interface lo
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -9,7 +9,7 @@ interface r1-eth0
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r1-eth1
|
||||
@ -18,7 +18,7 @@ interface r1-eth1
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r1-eth2
|
||||
@ -27,7 +27,7 @@ interface r1-eth2
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface lo
|
||||
|
||||
@ -9,7 +9,7 @@ interface r2-eth0
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r2-eth1
|
||||
@ -18,7 +18,7 @@ interface r2-eth1
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface lo
|
||||
|
||||
@ -9,7 +9,7 @@ interface r3-eth0
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r3-eth1
|
||||
@ -18,7 +18,7 @@ interface r3-eth1
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r3-eth2
|
||||
@ -27,7 +27,7 @@ interface r3-eth2
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface lo
|
||||
|
||||
@ -9,7 +9,7 @@ interface r4-eth0
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface r4-eth1
|
||||
@ -18,7 +18,7 @@ interface r4-eth1
|
||||
isis circuit-type level-1
|
||||
no isis hello padding
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface lo
|
||||
|
||||
@ -11,14 +11,16 @@ interface r1-eth0
|
||||
ip router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r1-eth1
|
||||
ip router isis TE
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis TE
|
||||
net 49.0000.0000.0000.0001.00
|
||||
|
||||
@ -13,27 +13,31 @@ interface r2-eth0
|
||||
ip router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r2-eth1
|
||||
ip router isis TE
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r2-eth2
|
||||
ip router isis TE
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r2-eth3
|
||||
ip router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis TE
|
||||
net 49.0000.0000.0000.0002.00
|
||||
|
||||
@ -14,13 +14,15 @@ interface r3-eth0
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r3-eth1
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
!
|
||||
router isis TE
|
||||
|
||||
@ -15,13 +15,15 @@ interface r4-eth0
|
||||
ip router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface r4-eth1
|
||||
ipv6 router isis TE
|
||||
isis circuit-type level-2-only
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
!
|
||||
router isis TE
|
||||
|
||||
@ -14,32 +14,37 @@ interface lo
|
||||
interface eth-rt2
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt3
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt4
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt5
|
||||
ipv6 router isis 1
|
||||
isis metric 20
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt6
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -14,21 +14,24 @@ interface lo
|
||||
interface eth-rt1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt3
|
||||
ipv6 router isis 1
|
||||
isis metric 5
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt7
|
||||
ipv6 router isis 1
|
||||
isis metric 5
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0007",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -14,20 +14,23 @@ interface lo
|
||||
interface eth-rt1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt2
|
||||
ipv6 router isis 1
|
||||
isis metric 5
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt7
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0007",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -14,14 +14,16 @@ interface lo
|
||||
interface eth-rt1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt7
|
||||
ipv6 router isis 1
|
||||
isis metric 15
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0007",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,13 +15,15 @@ interface eth-rt1
|
||||
ipv6 router isis 1
|
||||
isis metric 20
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt7
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0007",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -14,13 +14,15 @@ interface lo
|
||||
interface eth-rt1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt7
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0007",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,32 +15,37 @@ interface eth-rt2
|
||||
ipv6 router isis 1
|
||||
isis metric 5
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt3
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt4
|
||||
ipv6 router isis 1
|
||||
isis metric 15
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt5
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
interface eth-rt6
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -87,7 +87,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,7 +16,8 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis priority 100
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,14 +11,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 2
|
||||
ipv6 router isis 2
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0002.00
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,21 +30,21 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 100,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-2",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 2
|
||||
ipv6 router isis 2
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0003.00
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,14 +30,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 100,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,19 +16,22 @@ interface eth-rt2
|
||||
ip router isis 2
|
||||
ipv6 router isis 2
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 2
|
||||
net 49.0002.0000.0000.0004.00
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,19 +16,22 @@ interface eth-rt3
|
||||
ip router isis 2
|
||||
ipv6 router isis 2
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 2
|
||||
net 49.0002.0000.0000.0005.00
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,13 +16,15 @@ interface eth-rt4
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 4
|
||||
ipv6 router isis 4
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 4
|
||||
net 49.0004.0000.0000.0006.00
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,7 +15,8 @@ interface lo
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis fast-reroute lfa
|
||||
isis fast-reroute remote-lfa tunnel mpls-ldp
|
||||
@ -23,7 +24,8 @@ interface eth-rt2
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis fast-reroute lfa
|
||||
isis fast-reroute remote-lfa tunnel mpls-ldp
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1-2",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt8
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt8
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -15,13 +15,15 @@ interface lo
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -23,13 +23,13 @@ interface lo
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -23,13 +23,13 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -23,13 +23,13 @@ interface lo
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -16,13 +16,13 @@ interface lo
|
||||
!
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,25 +16,25 @@ interface lo
|
||||
!
|
||||
interface eth-rt0
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,19 +16,19 @@ interface lo
|
||||
!
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,25 +16,25 @@ interface lo
|
||||
!
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt9
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,19 +16,19 @@ interface lo
|
||||
!
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt8
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,25 +16,25 @@ interface lo
|
||||
!
|
||||
interface eth-rt0
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt1
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt8
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,19 +16,19 @@ interface lo
|
||||
!
|
||||
interface eth-rt2
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,25 +16,25 @@ interface lo
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt8
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt9
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -14,19 +14,19 @@ interface lo
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,13 +16,13 @@ interface lo
|
||||
!
|
||||
interface eth-rt3
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
interface eth-rt7
|
||||
ip router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis network point-to-point
|
||||
isis circuit-type level-1
|
||||
!
|
||||
|
||||
@ -16,7 +16,7 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0001.00
|
||||
|
||||
@ -15,19 +15,19 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0002.00
|
||||
|
||||
@ -15,19 +15,19 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0003.00
|
||||
|
||||
@ -16,25 +16,25 @@ interface eth-rt2-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt2-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0004.00
|
||||
|
||||
@ -16,25 +16,25 @@ interface eth-rt3-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt3-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0005.00
|
||||
|
||||
@ -16,13 +16,13 @@ interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
net 49.0000.0000.0000.0006.00
|
||||
|
||||
@ -16,7 +16,8 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,14 +11,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,19 +15,22 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,14 +49,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -15,19 +15,22 @@ interface lo
|
||||
interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,14 +49,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,25 +16,29 @@ interface eth-rt2-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt2-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,25 +16,29 @@ interface eth-rt3-1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt3-2
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt6
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -16,13 +16,15 @@ interface eth-rt4
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
interface eth-rt5
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-multiplier 3
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 10
|
||||
!
|
||||
router isis 1
|
||||
lsp-gen-interval 2
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 9,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -987,7 +987,7 @@ def test_isis_adjacencies_step12():
|
||||
'vtysh -c "conf t" -c "interface eth-rt5" -c "isis network point-to-point"'
|
||||
)
|
||||
tgen.net["rt4"].cmd(
|
||||
'vtysh -c "conf t" -c "interface eth-rt5" -c "isis hello-multiplier 3"'
|
||||
'vtysh -c "conf t" -c "interface eth-rt5" -c "isis hello-interval 1" -c "isis hello-multiplier 10"'
|
||||
)
|
||||
tgen.net["rt6"].cmd(
|
||||
'vtysh -c "conf t" -c "router isis 1" -c "segment-routing global-block 16000 23999"'
|
||||
|
||||
@ -7,6 +7,7 @@ log file isisd.log
|
||||
! debug isis spf-events
|
||||
! debug isis sr-events
|
||||
! debug isis lsp-gen
|
||||
! debug isis ti-lfa
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
@ -17,7 +18,7 @@ interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis priority 100
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
|
||||
@ -11,14 +11,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ hostname rt1
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
! debug zebra rib detail
|
||||
!
|
||||
interface lo
|
||||
ip address 1.1.1.1/32
|
||||
|
||||
@ -6,6 +6,7 @@ log file isisd.log
|
||||
! debug isis spf-events
|
||||
! debug isis sr-events
|
||||
! debug isis lsp-gen
|
||||
! debug isis ti-lfa
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
@ -16,7 +17,7 @@ interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt4-1
|
||||
@ -24,7 +25,7 @@ interface eth-rt4-1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt4-2
|
||||
@ -32,7 +33,7 @@ interface eth-rt4-2
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,14 +49,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 100,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ hostname rt2
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
! debug zebra rib detail
|
||||
!
|
||||
interface lo
|
||||
ip address 2.2.2.2/32
|
||||
|
||||
@ -6,6 +6,7 @@ log file isisd.log
|
||||
! debug isis spf-events
|
||||
! debug isis sr-events
|
||||
! debug isis lsp-gen
|
||||
! debug isis ti-lfa
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
@ -16,7 +17,7 @@ interface eth-sw1
|
||||
ip router isis 1
|
||||
ipv6 router isis 1
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt5-1
|
||||
@ -24,7 +25,7 @@ interface eth-rt5-1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt5-2
|
||||
@ -32,7 +33,7 @@ interface eth-rt5-2
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,14 +49,14 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0001",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 100,
|
||||
"state": "up"
|
||||
},
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 64,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ hostname rt3
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
! debug zebra rib detail
|
||||
!
|
||||
interface lo
|
||||
ip address 3.3.3.3/32
|
||||
|
||||
@ -6,6 +6,7 @@ log file isisd.log
|
||||
! debug isis spf-events
|
||||
! debug isis sr-events
|
||||
! debug isis lsp-gen
|
||||
! debug isis ti-lfa
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
@ -17,7 +18,7 @@ interface eth-rt2-1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt2-2
|
||||
@ -25,7 +26,7 @@ interface eth-rt2-2
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt5
|
||||
@ -33,7 +34,7 @@ interface eth-rt5
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt6
|
||||
@ -41,7 +42,7 @@ interface eth-rt6
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0002",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0005",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ hostname rt4
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
! debug zebra rib detail
|
||||
!
|
||||
interface lo
|
||||
ip address 4.4.4.4/32
|
||||
|
||||
@ -6,6 +6,7 @@ log file isisd.log
|
||||
! debug isis spf-events
|
||||
! debug isis sr-events
|
||||
! debug isis lsp-gen
|
||||
! debug isis ti-lfa
|
||||
!
|
||||
interface lo
|
||||
ip router isis 1
|
||||
@ -17,7 +18,7 @@ interface eth-rt3-1
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt3-2
|
||||
@ -25,7 +26,7 @@ interface eth-rt3-2
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt4
|
||||
@ -33,7 +34,7 @@ interface eth-rt4
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
interface eth-rt6
|
||||
@ -41,7 +42,7 @@ interface eth-rt6
|
||||
ipv6 router isis 1
|
||||
isis network point-to-point
|
||||
isis hello-interval 1
|
||||
isis hello-multiplier 3
|
||||
isis hello-multiplier 10
|
||||
isis fast-reroute ti-lfa
|
||||
!
|
||||
router isis 1
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -30,7 +30,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0003",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -49,7 +49,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0004",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
@ -68,7 +68,7 @@
|
||||
{
|
||||
"neighbor-sys-type": "level-1",
|
||||
"neighbor-sysid": "0000.0000.0006",
|
||||
"hold-timer": 3,
|
||||
"hold-timer": 10,
|
||||
"neighbor-priority": 0,
|
||||
"state": "up"
|
||||
}
|
||||
|
||||
@ -5,6 +5,7 @@ hostname rt5
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
! debug zebra rib detail
|
||||
!
|
||||
interface lo
|
||||
ip address 5.5.5.5/32
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user