hostname xxxxxx ! ! interface g1/0/24 description *****Connected to xxxxx**** switchport mode trunk no shut exit ! ! interface vlan x description ****MGMT VLAN***** ip address 192.168.x.x 255.255.255.0 no shutdown no ip redirects no ip unreachables no ip proxy-arp no ip route-cache exit ! !!!!!!!!!!!!!!!!!!!Access Ports Config!!!!!!!!!!!!!!!!!!!!!!!!!!!! interface GigabitEthernet1/0/X switchport mode access switchport access vlan no cdp enable spanning-tree portfast spanning-tree bpduguard enable no shutdown ! ip default-gateway 192.168.222.254 ! clock timezone xxxx ! ! ntp server 192.168.x.x ! spanning-tree mode rapid-pvst ! ! ! line vty 0 4 password xxxx login exit ! line vty 5 15 no login transport input none ! line con 0 password xxxxx login ! exit ! !!!!!!!!!!!!!!!!!!!!!!Testing Commands!!!!!!!!!!!!!!!!!!!!!!!!!!! show interface trunk -------------------------check 802.1q show spanning-tree summary -----------------check rapid-pvst show ntp status ----------------check clock is sync show clock -----------------correct time show vlan brief