Skip to content

Instantly share code, notes, and snippets.

@petitstrawberry
Created May 8, 2024 04:58
Show Gist options
  • Save petitstrawberry/ca1cb2a7e7750ba65f1f166df2dba462 to your computer and use it in GitHub Desktop.
Save petitstrawberry/ca1cb2a7e7750ba65f1f166df2dba462 to your computer and use it in GitHub Desktop.
sks8300-8x
!
no service password-encryption
!
hostname sks8300-8x
sysLocation Default
sysContact +00-xxx-xxxxxxxx
!
multi config access
!
username admin privilege 15 password 0 XXXXXXXXXX
!
authentication line console login local
!
!
!
!
!
ssh-server enable
!
web language english
web-auth timeout 60
!
!
ip dhcp pool VLAN1-DHCP
network-address 192.168.0.0 255.255.255.0
max-lease-time infinite
default-router 192.168.0.1
dns-server 192.168.0.108
domain-name default
!
!
!
!
!
!
!
!
dns-server 10.0.0.1
!
ip dns server queue timeout 1
!
vlan 1;10;20;30;40;50;1000
!
bgp rfc1771-path-select
bgp rfc1771-strict
bgp aggregate-nexthop-check
!
Interface Ethernet1/0/1
media-type dac-50cm
switchport mode trunk
switchport trunk allowed vlan 10;20
!
Interface Ethernet1/0/2
!
Interface Ethernet1/0/3
!
Interface Ethernet1/0/4
!
Interface Ethernet1/0/5
media-type dac-50cm
switchport mode trunk
switchport trunk allowed vlan 1000
!
Interface Ethernet1/0/6
media-type dac-50cm
switchport mode trunk
switchport trunk allowed vlan 10;20
!
Interface Ethernet1/0/7
media-type dac-50cm
switchport mode trunk
switchport trunk allowed vlan 10;20
!
Interface Ethernet1/0/8
media-type dac-50cm
switchport mode trunk
switchport trunk allowed vlan 10;20
!
interface Vlan1
description 1
ip address 192.168.0.1 255.255.255.0
!
interface Vlan1000
ip address 10.0.0.2 255.255.255.240
!
router ospf
network 10.0.0.0/28 area 0
network 192.168.0.0/24 area 0
!
ntp enable
ntp server 133.243.238.243
!
no login
!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment