0% found this document useful (0 votes)
3 views

Core-1_Switch-Configuration

The document contains the running configuration of the Core-1_Switch, detailing its settings including hostname, DHCP pools, VLAN configurations, and interface settings. It specifies IP addresses, subnet masks, and routing information for various networks. Additionally, it outlines security features like SSH encryption algorithms and control-plane settings.

Uploaded by

bhajamshr
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Core-1_Switch-Configuration

The document contains the running configuration of the Core-1_Switch, detailing its settings including hostname, DHCP pools, VLAN configurations, and interface settings. It specifies IP addresses, subnet masks, and routing information for various networks. Additionally, it outlines security features like SSH encryption algorithms and control-plane settings.

Uploaded by

bhajamshr
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

Core-1_Switch#show runn

Building configuration...

Current configuration : 2794 bytes


!
! Last configuration change at 12:06:51 EET Tue Oct 1 2024
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname Core-1_Switch
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone EET 2 0
!
!
!
!
!
!
!
ip dhcp pool Voice
network 192.168.10.0 255.255.255.0
default-router 192.168.10.3
dns-server 8.8.8.8
!
ip dhcp pool 1stFloor
network 192.168.20.0 255.255.255.0
default-router 192.168.20.3
dns-server 8.8.8.8
!
ip dhcp pool 2ndFloor
network 192.168.30.0 255.255.255.0
default-router 192.168.30.3
dns-server 8.8.8.8
!
ip dhcp pool wifi
network 192.168.40.0 255.255.255.0
default-router 192.168.40.3
dns-server 8.8.8.8
!
ip dhcp pool server
network 192.168.50.0 255.255.255.0
default-router 192.168.50.3
dns-server 8.8.8.8
!
!
ip cef
no ipv6 cef

spanning-tree mode pvst


spanning-tree extend system-id
!
!
!
!
!
!
!
!
!
!
!
bridge irb
!

interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/0
no switchport
ip address 172.16.20.1 255.255.255.0
!
interface Ethernet0/1
no switchport
ip address 172.16.21.1 255.255.255.0
!
interface Ethernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
!
interface Ethernet1/0
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet1/1
!
interface Ethernet1/2
!
interface Ethernet1/3
!
interface Ethernet2/0
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet2/1
!
interface Ethernet2/2
!
interface Ethernet2/3
!
interface Ethernet3/0
!
interface Ethernet3/1
!

interface Ethernet3/2
!
interface Ethernet3/3
!
interface Vlan10
description voice vlan
ip address 192.168.10.1 255.255.255.0
standby 10 ip 192.168.10.3
standby 10 priority 105
standby 10 preempt
!
interface Vlan20
description data 1stfloor
ip address 192.168.20.1 255.255.255.0
standby 20 ip 192.168.20.3
standby 20 priority 105
standby 20 preempt
!
interface Vlan30
description data 2ndFloor
ip address 192.168.30.1 255.255.255.0
standby 30 ip 192.168.30.3
!
interface Vlan40
description data 2ndFloor
ip address 192.168.40.1 255.255.255.0
standby 40 ip 192.168.40.3
!
interface Vlan50
description data Server
ip address 192.168.50.1 255.255.255.0
standby version 2
standby 50 ip 192.168.50.3
!
ip forward-protocol nd
!
ip http server
!
ip route 0.0.0.0 0.0.0.0 172.16.20.16 10
ip route 0.0.0.0 0.0.0.0 172.16.21.16 20
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
!
!
bridge 1 protocol vlan-bridge
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
!
end

Core-1_Switch#

You might also like