-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrtr1_vagrant.config
91 lines (91 loc) · 1.55 KB
/
rtr1_vagrant.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
!! IOS XR Configuration version = 6.5.2.28I
!! Last configuration change at Wed Apr 24 19:02:54 2019 by ZTP
!
hostname rtr1
username vagrant
group root-lr
group cisco-support
secret 5 $1$5bzh$TkN67SJ7114Y5uJw9U5fY1
!
tpa
vrf default
address-family ipv4
default-route mgmt
update-source dataports MgmtEth0/RP0/CPU0/0
!
!
!
call-home
service active
contact smart-licensing
profile CiscoTAC-1
active
destination transport-method http
!
!
interface Loopback0
ipv4 address 172.16.1.1 255.255.255.255
!
interface MgmtEth0/RP0/CPU0/0
ipv4 address dhcp
!
interface GigabitEthernet0/0/0/0
ipv4 address 10.1.1.20 255.255.255.0
ipv6 enable
!
interface GigabitEthernet0/0/0/1
ipv4 address 10.2.1.10 255.255.255.0
ipv6 enable
!
interface GigabitEthernet0/0/0/2
ipv4 address 10.3.1.10 255.255.255.0
ipv6 enable
!
interface GigabitEthernet0/0/0/3
ipv4 address 10.7.1.10 255.255.255.0
ipv6 enable
!
router static
address-family ipv4 unicast
0.0.0.0/0 10.0.2.2
!
!
router bgp 65000
bgp router-id 172.16.1.1
address-family ipv4 unicast
!
neighbor-group IBGP
remote-as 65000
update-source Loopback0
address-family ipv4 unicast
!
!
neighbor 172.16.4.1
remote-as 65000
use neighbor-group IBGP
update-source Loopback0
address-family ipv4 unicast
!
!
!
mpls static
interface GigabitEthernet0/0/0/0
interface GigabitEthernet0/0/0/1
interface GigabitEthernet0/0/0/2
interface GigabitEthernet0/0/0/3
!
grpc
port 57777
no-tls
service-layer
!
!
netconf-yang agent
ssh
!
lldp
!
ssh server v2
ssh server vrf default
ssh server netconf vrf default
end