You are on page 1of 4

DLS1#sh run

DLS1#sh running-config
Building configuration...

Current configuration : 5308 bytes


!
! Last configuration change at 01:51:27 UTC Mon Mar 4 2019
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname DLS1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$K36o$iPQ9eqBg5IWct1QnLPt6p.
!
no aaa new-model
!
!
!
!
!
!
ip dhcp excluded-address 10.1.99.1 10.1.99.2
ip dhcp excluded-address 10.1.99.100 10.1.99.104
ip dhcp excluded-address 10.1.120.1 10.1.120.2
ip dhcp excluded-address 10.1.120.100 10.1.120.104
!
ip dhcp pool VLAN99_DHCPv4
network 10.1.99.0 255.255.255.0
default-router 10.1.99.1
dns-server 10.1.99.100
!
ip dhcp pool VLAN120_DHCPv4
network 10.1.120.0 255.255.255.0
default-router 10.1.120.1
dns-server 10.1.99.100
!
!
ip cef
ipv6 unicast-routing
ipv6 dhcp pool MANAGEMENT_IPV6_DHCP
dns-server 2001:DB8:3115:99::100
domain-name ccnp.lab
!
ipv6 dhcp pool VLAN120-IPV6-POOL
address prefix 2001:DB8:3115:120::/64
dns-server 2001:DB8:3115:99::100
domain-name switch.ccnp
!
ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback1
ip address 172.16.1.1 255.255.255.0
!
interface Port-channel1
switchport trunk allowed vlan 1-109,111-4094
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Port-channel2
no switchport
ip address 172.16.12.1 255.255.255.252
ipv6 address FE80::D1 link-local
ipv6 address 2001:DB8:3115:12::D1/64
ipv6 dhcp server VLAN120-IPV6-POOL
!
interface GigabitEthernet0/0
switchport trunk allowed vlan 1-109,111-4094
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
channel-group 1 mode desirable
!
interface GigabitEthernet0/1
switchport trunk allowed vlan 1-109,111-4094
switchport trunk encapsulation dot1q
switchport mode trunk
media-type rj45
negotiation auto
channel-group 1 mode desirable
!
interface GigabitEthernet0/2
media-type rj45
negotiation auto
!
interface GigabitEthernet0/3
media-type rj45
negotiation auto
!
interface GigabitEthernet1/0
no switchport
no ip address
negotiation auto
channel-group 2 mode desirable
!
interface GigabitEthernet1/1
no switchport
no ip address
negotiation auto
channel-group 2 mode desirable
!
interface GigabitEthernet1/2
media-type rj45
negotiation auto
!
interface GigabitEthernet1/3
media-type rj45
negotiation auto
!
interface GigabitEthernet2/0
media-type rj45
negotiation auto
!
interface GigabitEthernet2/1
media-type rj45
negotiation auto
!
interface GigabitEthernet2/2
media-type rj45
negotiation auto
!
interface GigabitEthernet2/3
media-type rj45
negotiation auto
!
interface GigabitEthernet3/0
media-type rj45
negotiation auto
!
interface GigabitEthernet3/1
media-type rj45
negotiation auto
!
interface GigabitEthernet3/2
media-type rj45
negotiation auto
!
interface GigabitEthernet3/3
media-type rj45
negotiation auto
!
interface Vlan99
ip address 10.1.99.1 255.255.255.0
ipv6 address FE80::D1 link-local
ipv6 address 2001:DB8:3115:99::D1/64
ipv6 nd other-config-flag
ipv6 dhcp server MANAGEMENT_IPV6_DHCP
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 Port-channel2 172.16.12.2
ip route 10.1.100.0 255.255.255.0 Vlan99
!
!
ipv6 route ::/0 2001:DB8:3115:12::D2
!
!
!
control-plane
!
banner exec ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************^C
banner incoming ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************^C
banner login ^C
**************************************************************************
* IOSv is strictly limited to use for evaluation, demonstration and IOS *
* education. IOSv is provided as-is and is not supported by Cisco's *
* Technical Advisory Center. Any use or disclosure, in whole or in part, *
* of the IOSv Software or Documentation to any third party for any *
* purposes is expressly prohibited except as otherwise authorized by *
* Cisco in writing. *
**************************************************************************^C
!
line con 0
line aux 0
line vty 0 4
password cisco
login
!
!
end

You might also like