uplink configs

This commit is contained in:
Vladimir Vitkov 2022-08-09 16:50:59 +03:00
parent 1d898abb61
commit 47d9e42e62
2 changed files with 152 additions and 0 deletions

View File

@ -0,0 +1,83 @@
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname uplink-gkc
!
boot-start-marker
boot-end-marker
!
enable password @_PW_@
!
!
!
no aaa new-model
system mtu routing 1600
authentication mac-move permit
ip subnet-zero
!
!
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
interface FastEthernet0/1
description debug
switchport access vlan 999
switchport mode access
spanning-tree portfast
!
interface range FastEthernet0/2-24
shutdown
spanning-tree portfast
!
interface GigabitEthernet0/1
description switchboard
switchport access vlan 999
switchport mode access
no cdp enable
spanning-tree portfast trunk
!
interface GigabitEthernet0/2
description hall
switchport access vlan 999
switchport mode access
no cdp enable
spanning-tree portfast trunk
!
interface Vlan1
no ip address
!
interface Vlan999
ip address 172.31.42.101 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.21.0.1 254
no ip http server
!
!
ip sla enable reaction-alerts
!
snmp-server community @_PW_@ RO
snmp-server location techpark-gkc
!
!
line con 0
line vty 0 4
password @_PW_@
login
line vty 5 15
password @_PW_@
login
!
end

View File

@ -0,0 +1,69 @@
!TL-SG3210
#
vlan 999
#
vlan 999
name "uplink"
#
#
#
#
hostname "uplink-sw"
location "techpark-swichboard"
#
mac address-table aging-time 300
#
logging buffer 6
no logging file flash
#
enable password @_PW_@
#
system-time ntp UTC+02:00 133.100.9.2 139.78.100.163 12
system-time dst predefined Europe
#
#
#
#
#
#
#
#
snmp-server
snmp-server engineID local 80002e5703c4e984a95eeb
snmp-server community "@_PW_@" read-only "viewDefault"
#
ip ssh server
ip ssh version v2
no ip ssh version v1
#
interface gigabitEthernet 1/0/1
switchport access vlan 999
description "debug"
#
interface range gigabitEthernet 1/0/2-8
shutdown
#
interface gigabitEthernet 1/0/9
switchport access vlan 999
description "ipacct"
speed 1000
duplex full
#
interface gigabitEthernet 1/0/10
switchport access vlan 999
description "gkc"
speed 1000
duplex full
#
ip management-vlan 999
interface vlan 999
ip address 172.31.42.102 255.255.255.0
#
#
line vty 0 15
password @_PW_@
login
#
no ipv6 enable
#
end