Interfaces:
show interfaces
show interfaces 1/43
interfaces 1/43 admin up
interfaces 1/43 admin down
Build VLAN, assign IP Address, subnet mask, Access Port:
vlan 4092 enable
vlan 4092 stp disable
ip interface mgmt address 192.168.125.54 vlan 4092
vlan 4092 ip 192.168.125.0 255.255.255.0
vlan 4092 port default 1/24
Create VLAN
vlan 100 enable
Assign Trunk Port to VLAN
vlan 100 802.1q 1/1
vlan 100 802.1q 1/2
vlan 100 802.1q 1/3
Assign Access Port to VLAN
vlan 4092 port default 1/24
vlan 106 enable
vlan 106 802.1q 1/1
vlan 106 802.1q 1/2
vlan 106 802.1q 1/3
vlan 113 enable
vlan 113 802.1q 1/1
vlan 113 802.1q 1/2
vlan 113 802.1q 1/3
Only accept tagged frames
vlan 802.1q 1/1 frame type tagged
vlan 802.1q 1/2 frame type tagged
vlan 802.1q 1/3 frame type tagged
Spanning Tree Config
bridge mode flat
bridge protocol mstp
bridge cist protocol mstp
Intel VRF Only:
bridge cist priority 4096
CLRE VRF and CLRE Internet Only:
bridge cist 1/1 path cost 400000
Routes:
show ip route
ip static-route 139.188.198.36/32 gateway 11.2.6.22 metric 1
ip static-route 0.0.0.0/0 gateway 192.168.125.254
no ip static-route 202.168.6.26/32 gateway 125.255.49.41
SNMP Read Write Access:
replace your_password and your_community with your value
user snmpuser password your_password read-write all no auth
aaa authentication snmp "local"
snmp security no security
snmp community map "your_community" user "snmpuser" on
Save Config:
write memory
copy working certified
Boot from inconsistent working: (Return to saved uncertified working config)
reload working no rollback-timeout
Boot Sequence:
If Working = Certified, boot from working (all changes consistent)
Else boot from Certified
Operational files and saving.
Running: Current operational (Reboot now will lose config)
Working: Saved (After save to working only, reboot will use certified)
Certified: Copied from Working (After copy, reboot will use working config)