0% found this document useful (0 votes)
8 views3 pages

Core-1_Switch#show running-config_ospf

The document contains the running configuration of the Core-1_Switch, detailing its current settings, including DHCP pools for various networks and VLAN configurations. It specifies IP addresses, OSPF settings, and trunk interfaces for network management. The configuration also includes SSH encryption settings and system timestamps.

Uploaded by

bhajamshr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views3 pages

Core-1_Switch#show running-config_ospf

The document contains the running configuration of the Core-1_Switch, detailing its current settings, including DHCP pools for various networks and VLAN configurations. It specifies IP addresses, OSPF settings, and trunk interfaces for network management. The configuration also includes SSH encryption settings and system timestamps.

Uploaded by

bhajamshr
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Core-1_Switch#show running-config

Building configuration...

Current configuration : 3022 bytes


!
! Last configuration change at 15:49:07 EET Mon Oct 7 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
ip ospf 1 area 0
!
interface Ethernet0/1
no switchport
ip address 172.16.21.1 255.255.255.0
ip ospf 1 area 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
ip ospf 1 area 0
!
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
!
router ospf 1
router-id 1.1.1.1
network 172.16.20.0 0.0.0.255 area 0
network 172.16.21.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
ip http server
!
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr

You might also like