-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathr1-config
174 lines (174 loc) · 2.87 KB
/
r1-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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
"",
"!",
"version 12.4",
"service timestamps debug datetime msec",
"service timestamps log datetime msec",
"no service password-encryption",
"!",
"hostname PE1",
"!",
"boot-start-marker",
"boot-end-marker",
"!",
"logging message-counter syslog",
"enable password cisco123",
"!",
"no aaa new-model",
"!",
"dot11 syslog",
"ip source-route",
"!",
"!",
"ip cef",
"!",
"!",
"no ipv6 cef",
"!",
"multilink bundle-name authenticated",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"voice-card 0",
"!",
"!",
"!",
"!",
"!",
"archive",
" log config",
" hidekeys",
"! ",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"interface Loopback100",
" ip address 1.1.1.1 255.255.255.255",
"!",
"interface FastEthernet0/0",
" ip address 10.0.0.1 255.0.0.0",
" duplex full",
" speed 100",
" mpls ip",
"!",
"interface FastEthernet0/1",
" ip address 172.16.14.1 255.255.255.252",
" duplex full",
" speed 100",
" mpls ip",
"!",
"interface Serial0/0/0",
" no ip address",
" shutdown",
" no fair-queue",
" clock rate 2000000",
"!",
"interface Serial0/0/1",
" no ip address",
" shutdown",
" clock rate 2000000",
"!",
"interface FastEthernet0/1/0",
" ip address 172.16.11.1 255.255.255.252",
" shutdown",
" duplex full",
" speed 100",
"!",
"interface BRI0/2/0",
" no ip address",
" encapsulation hdlc",
" shutdown",
"!",
"interface FastEthernet0/3/0",
" ip address 172.16.11.5 255.255.255.252",
" duplex full",
" speed 100",
"!",
"router ospf 1234",
" log-adjacency-changes",
" network 1.1.1.1 0.0.0.0 area 0",
" network 172.16.0.0 0.0.255.255 area 0",
"!",
"router bgp 12345",
" no synchronization",
" bgp log-neighbor-changes",
" network 172.16.11.0 mask 255.255.255.252",
" network 172.16.11.4 mask 255.255.255.252",
" neighbor 2.2.2.2 remote-as 12345",
" neighbor 2.2.2.2 update-source Loopback100",
" neighbor 2.2.2.2 next-hop-self",
" neighbor 3.3.3.3 remote-as 12345",
" neighbor 3.3.3.3 update-source Loopback100",
" neighbor 3.3.3.3 next-hop-self",
" neighbor 172.16.11.2 remote-as 65001",
" neighbor 172.16.11.6 remote-as 65001",
" no auto-summary",
"!",
"ip forward-protocol nd",
"ip route 2.2.2.2 255.255.255.255 FastEthernet0/1 172.16.14.2 10",
"ip route 2.2.2.2 255.255.255.255 FastEthernet0/0 172.16.15.2 20",
"ip route 3.3.3.3 255.255.255.255 FastEthernet0/0 172.16.15.2 10",
"ip route 3.3.3.3 255.255.255.255 FastEthernet0/1 172.16.14.2 20",
"no ip http server",
"no ip http secure-server",
"!",
"!",
"!",
"ip sla responder",
"!",
"!",
"!",
"!",
"!",
"!",
"!",
"control-plane",
"!",
"!",
"!",
"ccm-manager fax protocol cisco",
"!",
"mgcp fax t38 ecm",
"mgcp behavior g729-variants static-pt",
"!",
"!",
"!",
"!",
"!",
"!",
"line con 0",
" exec-timeout 0 0",
" logging synchronous",
"line aux 0",
"line vty 0 4",
" logging synchronous",
" login",
"!",
"scheduler allocate 20000 1000",
"event manager directory user policy \"flash:/eem/\"",
"event manager policy Config_tftp_UL.tcl",
"!",
"end"