1
+ ! Command: show running-config
2
+ ! device: L3 (cEOSLab, EOS-4.31.2F-35442176.4312F (engineering build))
3
+ !
4
+ no aaa root
5
+ !
6
+ username admin privilege 15 role network-admin secret sha512 $6$x6WXUa7ynFS86INv$w3j0TQpdOXCZjhn4VfoJHGergKsoF4nxxjzfcKYBd25JBHtpQ1WjwlSg5M3MsWRpeC1C8v5Kdhr9q7gFUHB1k.
7
+ !
8
+ transceiver qsfp default-mode 4x10G
9
+ !
10
+ service routing protocols model multi-agent
11
+ !
12
+ logging monitor debugging
13
+ !
14
+ hostname L3
15
+ ip host H1 172.16.0.7
16
+ ip host H2 172.16.0.8
17
+ ip host H3 172.16.1.9
18
+ ip host H4 172.16.1.10
19
+ ip host L1 10.0.0.1 10.1.0.1 10.1.0.5
20
+ ip host L2 10.0.0.2 10.1.0.9 10.1.0.13
21
+ ip host L4 10.0.0.4 10.1.0.25 10.1.0.29
22
+ ip host S1 10.0.0.5 10.1.0.2 10.1.0.10 10.1.0.18 10.1.0.26
23
+ ip host S2 10.0.0.6 10.1.0.6 10.1.0.14 10.1.0.22 10.1.0.30
24
+ !
25
+ spanning-tree mode mstp
26
+ !
27
+ system l1
28
+ unsupported speed action error
29
+ unsupported error-correction action error
30
+ !
31
+ vlan 1000
32
+ name orange
33
+ !
34
+ vrf instance management
35
+ !
36
+ management api http-commands
37
+ no shutdown
38
+ !
39
+ vrf management
40
+ no shutdown
41
+ !
42
+ management api gnmi
43
+ transport grpc default
44
+ vrf management
45
+ !
46
+ management api netconf
47
+ transport ssh default
48
+ vrf management
49
+ !
50
+ interface Ethernet1
51
+ description L3 -> S1
52
+ mac-address 52:dc:ca:fe:03:01
53
+ no switchport
54
+ ip address 10.1.0.17/30
55
+ ip ospf network point-to-point
56
+ ip ospf area 0.0.0.0
57
+ !
58
+ interface Ethernet2
59
+ description L3 -> S2
60
+ mac-address 52:dc:ca:fe:03:02
61
+ no switchport
62
+ ip address 10.1.0.21/30
63
+ ip ospf network point-to-point
64
+ ip ospf area 0.0.0.0
65
+ !
66
+ interface Ethernet3
67
+ mac-address 52:dc:ca:fe:03:03
68
+ switchport access vlan 1000
69
+ !
70
+ interface Loopback0
71
+ ip address 10.0.0.3/32
72
+ ip ospf area 0.0.0.0
73
+ !
74
+ interface Management0
75
+ vrf management
76
+ ip address 192.168.121.103/24
77
+ no lldp transmit
78
+ no lldp receive
79
+ !
80
+ interface Vlan1000
81
+ description VLAN orange (1000) -> [H1,L1,H2]
82
+ !
83
+ interface Vxlan1
84
+ vxlan source-interface Loopback0
85
+ vxlan udp-port 4789
86
+ vxlan vlan 1000 vni 101000
87
+ vxlan vlan 1000 flood vtep 10.0.0.1
88
+ !
89
+ ip routing
90
+ no ip routing vrf management
91
+ !
92
+ ip route vrf management 0.0.0.0/0 192.168.121.1
93
+ !
94
+ router ospf 1
95
+ router-id 10.0.0.3
96
+ max-lsa 12000
97
+ !
98
+ end
0 commit comments