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

Core

The document shows the running configuration of a network switch with the hostname SW-Core-HQ. It configures IP addresses, interfaces, routing, and other network settings. VLANs 10, 20 and 30 are configured with IP addresses and helpers.

Uploaded by

Ahmed Maher
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)
41 views3 pages

Core

The document shows the running configuration of a network switch with the hostname SW-Core-HQ. It configures IP addresses, interfaces, routing, and other network settings. VLANs 10, 20 and 30 are configured with IP addresses and helpers.

Uploaded by

Ahmed Maher
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

SW-Core-HQ#show running-config

Building configuration...

version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname SW-Core-HQ
!
boot-start-marker
boot-end-marker
!
!
!
username admin secret 5 $1$fGrk$952P//zBaJR/bgN46UvkP.
no aaa new-model
!
!
!
!
!
!
!
!
ip domain-name Click.com
ip cef
no ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0
negotiation auto
!
interface GigabitEthernet0/1
no switchport
ip address 40.40.1.2 255.255.255.0
negotiation auto
!
interface GigabitEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
!
interface GigabitEthernet0/3
switchport trunk encapsulation dot1q
switchport mode trunk
negotiation auto
!
interface GigabitEthernet1/0
no switchport
ip address 172.16.1.1 255.255.255.0
negotiation auto
!
interface GigabitEthernet1/1
negotiation auto
!
interface GigabitEthernet1/2
negotiation auto
!
interface GigabitEthernet1/3
negotiation auto
!
interface Vlan10
ip address 10.10.1.1 255.255.255.0
!
interface Vlan20
ip address 20.20.1.1 255.255.255.0
ip helper-address 172.16.1.2
!
interface Vlan30
ip address 30.30.1.1 255.255.255.0
ip helper-address 172.16.1.2
!
ip forward-protocol nd
!
ip http server
!
ip route 0.0.0.0 0.0.0.0 40.40.1.1
ip route 0.0.0.0 0.0.0.0 172.16.1.2
ip ssh version 2
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
!
!
!
!

!
line con 0
exec-timeout 0 0
privilege level 15
password 7 094F471A1A0A
logging synchronous
login
line aux 0
line vty 0 4
exec-timeout 0 0
login local
transport input ssh
!
!
end

You might also like