-
Notifications
You must be signed in to change notification settings - Fork 0
/
xrd-7-startup.cfg
123 lines (121 loc) · 2.63 KB
/
xrd-7-startup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
!! Copyright 2020-2022 Cisco Systems Inc.
!!
!! Licensed under the Apache License, Version 2.0 (the "License");
!! you may not use this file except in compliance with the License.
!! You may obtain a copy of the License at
!!
!! http://www.apache.org/licenses/LICENSE-2.0
!!
!! Unless required by applicable law or agreed to in writing, software
!! distributed under the License is distributed on an "AS IS" BASIS,
!! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
!! See the License for the specific language governing permissions and
!! limitations under the License.
hostname xrd-7
logging console debugging
logging monitor debugging
ssh server vrf default
username cisco
group root-lr
group cisco-support
password C1sco12345
!
pce
address ipv4 100.100.100.107
api
user cisco
password encrypted 14141B180F0B
!
!
logging
pcep pcerr-received
no-path
!
!
interface Loopback0
no shut
ipv4 address 100.100.100.107 255.255.255.255
!
interface GigabitEthernet0/0/0/0
no shut
ipv4 address 100.103.107.107 255.255.255.0
!
interface GigabitEthernet0/0/0/1
no shut
ipv4 address 100.104.107.107 255.255.255.0
!
router isis 1
is-type level-2-only
net 49.0100.0100.0100.0107.00
distribute link-state
log adjacency changes
affinity-map red bit-position 128
affinity-map blue bit-position 129
flex-algo 128
metric-type delay
advertise-definition
affinity exclude-any red
affinity include-all blue
!
flex-algo 129
advertise-definition
affinity exclude-any blue
affinity include-any red
!
address-family ipv4 unicast
metric-style wide
microloop avoidance segment-routing
advertise passive-only
advertise link attributes
mpls traffic-eng level-2-only
mpls traffic-eng router-id Loopback0
segment-routing mpls
!
interface Loopback0
passive
address-family ipv4 unicast
prefix-sid index 107
prefix-sid algorithm 128 index 207
prefix-sid algorithm 129 index 307
!
!
interface GigabitEthernet0/0/0/0
circuit-type level-2-only
point-to-point
address-family ipv4 unicast
metric 1000
fast-reroute per-prefix
fast-reroute per-prefix ti-lfa
!
!
interface GigabitEthernet0/0/0/1
circuit-type level-2-only
point-to-point
address-family ipv4 unicast
metric 1000
fast-reroute per-prefix
fast-reroute per-prefix ti-lfa
!
!
!
router bgp 100
bgp router-id 100.100.100.107
address-family link-state link-state
!
neighbor-group PEs
remote-as 100
update-source Loopback0
address-family link-state link-state
!
!
neighbor 100.100.100.101
use neighbor-group PEs
!
neighbor 100.100.100.102
use neighbor-group PEs
!
!
segment-routing
global-block 16000 18000
!
end