User Tools

Site Tools


cisco:begining_mainual

This is an old revision of the document!


Cisco manual

( https://www.samuraj-cz.com/clanek/cisco-ios-1-uvod-prikaz-show/ ):

sh ? ( pringt every show commands ) sh run show running config show int des show interface description sh ip int br show ip interfaces brief sh log show logging To changing coniguration: conf t ( configure terminal, to return Ctr + z ) Example change some interface: int Gi2/0/14 ( some interface from show int des ) Before change print configuration interface : Mainswitch#sh run int Gi2/0/14 Building configuration…

Current configuration : 318 bytes ! interface GigabitEthernet2/0/14 description BC10 Huawei MM2 switchport access vlan 247 switchport mode access no logging event link-status no snmp trap link-status storm-control broadcast level pps 200 150 storm-control multicast level pps 100 80 spanning-tree portfast spanning-tree bpduguard disable end

After that for example change VLAN :

conf t ( enter configuration mode ) int Gi2/0/14 ( enter configuratio interface ) switchport access vlan 240 ( change VLAN access ) To change VLAN access to trunk no switchport access vlan 247 ( delete access mode conf ) no switchport mode access ( delete access mode conf ) switchport mode trunk

write ( save configuration )

cisco/begining_mainual.1625060339.txt.gz · Last modified: 2021/06/30 15:38 by admin