Following is an example Cisco VLAN configuration.
Create and name two VLANs in Cisco switch
Switch_A#vlan database
Switch_A(vlan)#vlan 2 name VLAN2
Switch_A(vlan)#vlan 3 name VLAN3
Assign ports to VLAN 2
Switch_A#configure terminal
Switch_A(config)#interface fastethernet 0/2
Switch_A(config-if)#switchport mode access
Switch_A(config-if)#switchport access vlan 2
PC System & Networking blog and website, with information on computer networking systems, CMS, Cisco networking related configuration, freeware, news, resources and opinion.
Monday, July 9, 2007
Thursday, July 5, 2007
Telnet sessions
- Suspend the current Telnet session: Ctrl-Shift-6 x
- enter
- show sessions: Reveals all sessions are in used.
- To Resume the previouly suspended telnet session:
- Type the number of the session shown on show sessions
Cisco CDP Configuration
These are some of the Cisco IOS commands use in managing CDP on Cisco router & switch
- show cdp interface
- show cdp neighbors
- show cdp neighbors detail
- debug cdp packets
- undebug all
- show cdp traffic
- clear cdp counters
Using Cisco IOS show commands
Following are some of the Cisco IOS show command on Cisco router / switch
- show ?
- show version
- show clock
- show hosts
- show users
- show history
- show arp
- show flash
- show running-config
- show starup-config
- show interface
- show protocol
Sunday, July 1, 2007
Router Operation
Some notes on Cisco IOS router configuration.
Using TFTP for Cisco IOS Backup & Updates
Router#copy tftp flash
Using TFTP for Configuration File Backups & UPdates
Router#copy running-config tftp
Router#copy startup-config tftp
Router#copy tftp startup-config
Using TFTP for Cisco IOS Backup & Updates
Router#copy tftp flash
Using TFTP for Configuration File Backups & UPdates
Router#copy running-config tftp
Router#copy startup-config tftp
Router#copy tftp startup-config
Cisco Networking Basics
Private Addressing
Access to Cisco Router
- 10.0.0.0 - 10.255.255.255
- 172.16.0.0 - 172.31.255.255
- 192.168.0.0 - 192.168.255.255
Access to Cisco Router
- Console Port (Protocol: EIA/TIA-232)
- Auxiliary Port (Protocol: EIA/TIA-232)
- Telnet / Secure Shell (SSH)
- HTTP / HTTPS Server
- SNMP
Subscribe to:
Posts (Atom)