mirror of
https://gitlab.com/netravnen/NetworkLabNotes.git
synced 2024-10-30 17:59:38 +00:00
56 lines
1.1 KiB
INI
56 lines
1.1 KiB
INI
interface range f0/1-24
|
|
shutdown
|
|
no ip address
|
|
no ipv6 address
|
|
no cdp enable
|
|
no lldp transmit
|
|
lldp recieve
|
|
!
|
|
description Unused port
|
|
switchport trunk encapsulation dot1q
|
|
switchport mode access
|
|
switchport access vlan 900
|
|
switchport port-security maximum 2
|
|
switchport port-security violation restrict
|
|
ip access-group blockHSRPVRRPGLBP in
|
|
priority-queue out
|
|
storm-control broadcast level pps 100k
|
|
storm-control multicast level pps 100k
|
|
storm-control action shutdown
|
|
spanning-tree portfast
|
|
spanning-tree bpdufilter enable
|
|
!
|
|
!
|
|
!
|
|
interface range g0/1-2
|
|
shutdown
|
|
no ip adress
|
|
no ipv6 address
|
|
cdp enable
|
|
lldp transmit
|
|
lldp recieve
|
|
!
|
|
switchport mode trunk
|
|
switchport port-security maximum 50
|
|
switchport port-security violation restrict
|
|
ip access-group blockHSRPVRRPGLBP in
|
|
priority-queue out
|
|
mls qos trust dscp
|
|
storm-control broadcast level pps 100k
|
|
storm-control multicast level pps 100k
|
|
storm-control action shutdown
|
|
spanning-tree portfast trunk
|
|
!
|
|
!
|
|
!
|
|
interface Loopback0
|
|
shutdown
|
|
ip address 192.0.2.1 255.255.255.255
|
|
ipv6 address 2001:db8:c000:2::1/128
|
|
!
|
|
interface Vlan1
|
|
shutdown
|
|
no ip address
|
|
no ipv6 address
|
|
!
|