-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cisco-IOS-XR-VSS-Configuration-Example.config
128 lines (128 loc) · 2.82 KB
/
Cisco-IOS-XR-VSS-Configuration-Example.config
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
123
124
125
126
127
128
! 4PEG Configuration Template
! http://4peg.com/FXN7wV8JZqLP
!-------------------------------------------------------------------
! Cisco IOS-XR VSS Configuration Example
!-------------------------------------------------------------------
! ** Switch 1 **
!
enable
switch 1 priority 15
!
configuration terminal
stackwise-virtual
domain [[domain-id-(1-255)]]
end
!
interface [[sw1-vss-interface-1]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw1-vss-interface-2]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw1-vss-interface-3]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw1-vss-dad-interface-1]]
stackwise-virtual dual-active-detection
description stackwise dual-active-detection (DAD) link
!
end
!
write memory
reload
!
! ** Switch 2 **
!
enable
switch 1 renumber 2
yes
switch 1 priority 14
!
configuration terminal
stackwise-virtual
domain [[domain-id-(1-255)]]
end
!
interface [[sw2-vss-interface-1]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw2-vss-interface-2]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw2-vss-interface-3]]
stackwise-virtual link [[vss-link-id]]
description stackwise virtual link (SVL)
!
interface [[sw2-vss-dad-interface-1]]
stackwise-virtual dual-active-detection
description stackwise dual-active-detection (DAD) link
!
end
!
write memory
reload
!
! ** validate configuration **
!
show stackwise-virtual link
show stackwise-virtual switch [[number <1-2>]]
show stackwise-virtual bandwidth
show stackwise-virtual neighbors
show stackwise-virtual dual-active-detection
show stackwise-virtual dual-active-detection pagp
show redundancy
!
! ** additional commands for troubleshooting **
redundancy force-switchover
redundancy reload peer
!
!
! ** Optional ePAgP Dual-Active-Detection **
! ** to provide bundled links for Dual-Active-Detection **
! ** Switch 1 **
interface interface [[sw1-vss-dad-interface-1]]
channel-group [[sw1-epagp-dad-interface]] mode desirable
exit
!
interface port-channel [[sw1-epagp-dad-interface]]
shutdown
exit
!
stackwise-virtual
dual-active detection pagp
dual-active detection pagp trust channel-group [[sw1-epagp-dad-interface]]
exit
!
interface port-channel [[sw1-epagp-dad-interface]]
no shutdown
end
!
write memory
reload
!
! ** Switch 2 **
interface interface [[sw2-vss-dad-interface-1]]
channel-group [[sw2-epagp-dad-interface]] mode desirable
exit
!
interface port-channel [[sw2-epagp-dad-interface]]
shutdown
exit
!
stackwise-virtual
dual-active detection pagp
dual-active detection pagp trust channel-group [[sw2-epagp-dad-interface]]
exit
!
interface port-channel [[sw2-epagp-dad-interface]]
no shutdown
end
!
write memory
reload
!