vxlan labs
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
7:0/0 513:0/0
|
||||
7:0/1 513:0/1
|
||||
7:0/2 513:0/2
|
||||
7:0/3 513:0/3
|
||||
@@ -1,65 +0,0 @@
|
||||
hostname sw1
|
||||
!
|
||||
no aaa new-model
|
||||
!
|
||||
ip domain name lab
|
||||
!
|
||||
ip cef
|
||||
!
|
||||
ipv6 unicast-routing
|
||||
!
|
||||
no ip domain lookup
|
||||
!
|
||||
username admin privilege 15 secret admin
|
||||
!
|
||||
vrf definition clab-mgmt
|
||||
description clab-mgmt
|
||||
address-family ipv4
|
||||
!
|
||||
address-family ipv6
|
||||
!
|
||||
!
|
||||
interface Ethernet0/0
|
||||
description clab-mgmt
|
||||
no switchport
|
||||
vrf forwarding clab-mgmt
|
||||
ip address 172.20.20.2 255.255.255.0
|
||||
ipv6 address 3FFF:172:20:20::2/64
|
||||
!
|
||||
interface Ethernet0/1
|
||||
switchport trunk encapsulation dot1q
|
||||
switchport trunk allowed vlan 20,30
|
||||
switchport mode trunk
|
||||
!
|
||||
interface Ethernet0/2
|
||||
switchport access vlan 20
|
||||
switchport mode access
|
||||
!
|
||||
interface Ethernet0/3
|
||||
switchport access vlan 20
|
||||
switchport mode access
|
||||
!
|
||||
interface Ethernet1/0
|
||||
!
|
||||
interface Ethernet1/1
|
||||
switchport access vlan 30
|
||||
switchport mode access
|
||||
!
|
||||
interface Ethernet1/2
|
||||
!
|
||||
interface Ethernet1/3
|
||||
!
|
||||
ip forward-protocol nd
|
||||
!
|
||||
ip route vrf clab-mgmt 0.0.0.0 0.0.0.0 Ethernet0/0 172.20.20.1
|
||||
ipv6 route vrf clab-mgmt ::/0 Ethernet0/0 3fff:172:20:20::1
|
||||
!
|
||||
ip ssh version 2
|
||||
crypto key generate rsa modulus 2048
|
||||
!
|
||||
line vty 0 4
|
||||
login local
|
||||
transport input ssh
|
||||
!
|
||||
|
||||
end
|
||||
@@ -1,11 +0,0 @@
|
||||
[default]
|
||||
base_port = 49000
|
||||
netmap = /iol/NETMAP
|
||||
[513:0/0]
|
||||
eth_dev = eth0
|
||||
[513:0/1]
|
||||
eth_dev = eth1
|
||||
[513:0/2]
|
||||
eth_dev = eth2
|
||||
[513:0/3]
|
||||
eth_dev = eth3
|
||||
Binary file not shown.
Reference in New Issue
Block a user