Monthly Archives: March 2013

Access Router shortcuts

[Special telnet escape help]
^^B sends telnet BREAK
^^C sends telnet IP
^^H sends telnet EC
^^O sends telnet AO
^^T sends telnet AYT
^^U sends telnet EL

VTP Advertisements

Summary Advertisements
Subset Advertisements

Request Advertisements – When a request advertisement is sent to a VTP server in the same VTP domain, the VTP server responds by sending a summary advertisement and then a subset advertisement.
VTP Client:
In addition, the VLAN configuration information that a VTP client switch receives from a VTP server switch is stored in a VLAN database, not in NVRAM.
VTP Transparent:
In transparent mode, VLAN configurations are saved in NVRAM (but not advertised to other switches), so the configuration is available after a switch reload.

Configuration Revision

Each time a VLAN is added or removed, the configuration revision number is incremented.

A VTP domain name change does not increment the revision number. Instead, it resets the revision number to zero.

The configuration revision number determines whether the configuration information received from another VTP-enabled switch is more recent than the version stored on the switch.

Trunk and VLANs

A trunk is a point-to-point link between two network devices that carries more than one VLAN. A VLAN trunk allows you to extend the VLANs across an entire network.
A VLAN trunk does not belong to a specific VLAN, rather it is a conduit for VLANs between switches and routers.

Data VLAN = data VLAN is sometimes referred to as a user VLAN.

Default VLAN
The default VLAN for Cisco switches is VLAN 1. VLAN 1 has all the features of any VLAN, except that you cannot rename it and you can not delete it.
It is a security best practice to change the default VLAN to a VLAN other than VLAN 1; this entails configuring all the ports on the switch to be associated with a default VLAN other than VLAN 1.

Native VLAN=A native VLAN is assigned to an 802.1Q trunk port.

An 802.1Q trunk port supports traffic coming from many VLANs (tagged traffic) as well as traffic that does not come from a VLAN (untagged traffic).

Management VLAN=A management VLAN is any VLAN you configure to access the management capabilities of a switch.
VLAN 1 would serve as the management VLAN if you did not proactively define a unique VLAN to serve as the management VLAN. You assign the management VLAN an IP address and subnet mask.

Voice VLANs
Tagging refers to the addition of bytes to a field in the data frame which is used by the switch to identify which VLAN the data frame should be sent to.
Static VLAN
Dynamic VLAN

Voice VLAN – Before you configure a voice VLAN on the port, you need to first configure a VLAN for voice and a VLAN for data.
1-1005, and an extended range, 1006-4094
inter-switch link (ISL),
two types of trunk ports, IEEE 802.1Q and ISL, today only 802.1Q is used.

Trunking Modes
On (default)
Dynamic auto If both ports on the switches are set to auto, they do not negotiate to be in a trunking state. They negotiate to be in the access (non-trunk) mode state.
Dynamic desirable