remove real experiences, rename clab to original name
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
10:0/0 513:0/0
|
||||
10:0/1 513:0/1
|
||||
10:0/2 513:0/2
|
||||
10:0/3 513:0/3
|
||||
10:1/1 513:1/1
|
||||
@@ -0,0 +1,57 @@
|
||||
hostname sw2
|
||||
!
|
||||
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
|
||||
|
||||
no switchport
|
||||
|
||||
vrf forwarding clab-mgmt
|
||||
description clab-mgmt
|
||||
ip address 172.20.20.8 255.255.255.0
|
||||
ipv6 address 3fff:172:20:20::8/64
|
||||
no shutdown
|
||||
!
|
||||
interface Ethernet0/1
|
||||
no shutdown
|
||||
!
|
||||
interface Ethernet0/2
|
||||
no shutdown
|
||||
!
|
||||
interface Ethernet0/3
|
||||
no shutdown
|
||||
!
|
||||
interface Ethernet1/1
|
||||
no shutdown
|
||||
!
|
||||
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
|
||||
@@ -0,0 +1,13 @@
|
||||
[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
|
||||
[513:1/1]
|
||||
eth_dev = eth5
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user