1
+ ! Command: show running-config
2
+ ! device: pe1 (vEOS-lab, EOS-4.28.2F)
3
+ !
4
+ ! boot system flash:/vEOS-lab.swi
5
+ !
6
+ no aaa root
7
+ !
8
+ username vagrant privilege 15 secret sha512 $6$3kgdKcJLJ3j/0N51$a0YshIzKL3xtdwP6XXXRlY9B8yHFK/tLdg0I95YUIaW7oHqLsgK9TxMg8/0bL6VDkImuWT.g7WRKTxi8nNPtA1
9
+ username vagrant ssh-key ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ == vagrant insecure public key
10
+ !
11
+ transceiver qsfp default-mode 4x10G
12
+ !
13
+ service routing protocols model multi-agent
14
+ !
15
+ hostname pe1
16
+ ip host h1 172.16.0.5
17
+ ip host h2 172.16.1.6
18
+ ip host h3 172.16.0.7
19
+ ip host h4 172.16.1.8
20
+ ip host p 10.0.0.4 10.1.0.1 10.1.0.5 10.1.0.9
21
+ ip host pe2 10.0.0.2 10.1.0.6
22
+ ip host pe3 10.0.0.3 10.1.0.10
23
+ !
24
+ spanning-tree mode mstp
25
+ !
26
+ vlan 1000
27
+ name red
28
+ !
29
+ vrf instance management
30
+ !
31
+ vrf instance tenant
32
+ rd 65000:1
33
+ !
34
+ management api http-commands
35
+ no shutdown
36
+ !
37
+ vrf management
38
+ no shutdown
39
+ !
40
+ management api netconf
41
+ transport ssh default
42
+ !
43
+ management api restconf
44
+ transport https default
45
+ ssl profile default
46
+ port 6040
47
+ !
48
+ management security
49
+ ssl profile default
50
+ certificate default key default
51
+ !
52
+ aaa authorization exec default local
53
+ !
54
+ interface Ethernet1
55
+ description pe1 -> p
56
+ mac-address 52:dc:ca:fe:01:01
57
+ no switchport
58
+ ip address 10.1.0.2/30
59
+ mpls ldp interface
60
+ ip ospf network point-to-point
61
+ ip ospf area 0.0.0.0
62
+ !
63
+ interface Ethernet2
64
+ mac-address 52:dc:ca:fe:01:02
65
+ switchport access vlan 1000
66
+ !
67
+ interface Loopback0
68
+ ip address 10.0.0.1/32
69
+ mpls ldp interface
70
+ ip ospf area 0.0.0.0
71
+ !
72
+ interface Management1
73
+ vrf management
74
+ ip address dhcp
75
+ no lldp transmit
76
+ no lldp receive
77
+ !
78
+ ip routing
79
+ no ip routing vrf management
80
+ no ip routing vrf tenant
81
+ !
82
+ mpls ip
83
+ !
84
+ mpls ldp
85
+ router-id 10.0.0.1
86
+ transport-address interface Loopback0
87
+ interface disabled default
88
+ no shutdown
89
+ !
90
+ route-map next-hop-self-ipv4 permit 10
91
+ match route-type external
92
+ set ip next-hop peer-address
93
+ !
94
+ route-map next-hop-self-ipv4 permit 20
95
+ !
96
+ route-map next-hop-self-ipv6 permit 10
97
+ match route-type external
98
+ set ipv6 next-hop peer-address
99
+ !
100
+ route-map next-hop-self-ipv6 permit 20
101
+ !
102
+ router bgp 65000
103
+ router-id 10.0.0.1
104
+ no bgp default ipv4-unicast
105
+ bgp advertise-inactive
106
+ neighbor 10.0.0.2 remote-as 65000
107
+ neighbor 10.0.0.2 update-source Loopback0
108
+ neighbor 10.0.0.2 description pe2
109
+ neighbor 10.0.0.2 send-community standard extended
110
+ neighbor 10.0.0.3 remote-as 65000
111
+ neighbor 10.0.0.3 update-source Loopback0
112
+ neighbor 10.0.0.3 description pe3
113
+ neighbor 10.0.0.3 send-community standard extended
114
+ !
115
+ vlan-aware-bundle tenant
116
+ rd 65000:1
117
+ route-target import 65000:1
118
+ route-target export 65000:1
119
+ redistribute learned
120
+ vlan 1000-1001
121
+ !
122
+ address-family evpn
123
+ neighbor default encapsulation mpls next-hop-self source-interface Loopback0
124
+ neighbor 10.0.0.2 activate
125
+ neighbor 10.0.0.3 activate
126
+ !
127
+ address-family ipv4
128
+ neighbor 10.0.0.2 activate
129
+ neighbor 10.0.0.2 route-map next-hop-self-ipv4 out
130
+ neighbor 10.0.0.3 activate
131
+ neighbor 10.0.0.3 route-map next-hop-self-ipv4 out
132
+ network 10.0.0.1/32
133
+ !
134
+ vrf tenant
135
+ rd 65000:1
136
+ router-id 10.0.0.1
137
+ redistribute connected
138
+ !
139
+ router ospf 1
140
+ router-id 10.0.0.1
141
+ max-lsa 12000
142
+ !
143
+ management ssh
144
+ vrf management
145
+ no shutdown
146
+ !
147
+ end
0 commit comments