-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_good.conf
43 lines (28 loc) · 855 Bytes
/
new_good.conf
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
transceiver qsfp default-mode 4x10G
hostname pyeos-unittest-changed
spanning-tree mode mstp
aaa authorization exec default local
no aaa root
username admin privilege 15 role network-admin secret 5 $1$RT/92Zg9$J8wD1qPAdQBcOhv4fefyt.
username vagrant privilege 15 role network-admin secret 5 $1$Lw2STh4k$bPEDVVTY2e7lf.vNlnNEO0
interface Ethernet1
description Interface to napalm host1
no switchport
ip address 192.168.56.102/24
interface Ethernet2
description test port
no switchport
ip address 192.168.57.102/24
interface Management1
ip address 10.0.2.15/24
no ip routing
router bgp 65000
vrf test
neighbor 1.1.1.2 remote-as 1
neighbor 1.1.1.2 maximum-routes 12000
vrf test2
neighbor 2.2.2.3 remote-as 2
neighbor 2.2.2.3 maximum-routes 12000
management api http-commands
no shutdown
end