hit counter script

Vlan Configuration Example - Cisco NM-8B-U - HW ROUTERS L-M User Manual

16- and 36-port ethernet switch module for cisco 2600 series, cisco 3600 series, and cisco 3700 series
Table of Contents

Advertisement

Configuration Examples for the 16- and 36-Port Ethernet Switch Module
Interface Speed Example
The following example shows the interface speed being set to 100 Mbps on the Fast Ethernet interface
5/4:
Router(config)# interface fastethernet 5/4
Router(config-if)# speed 100
Setting the Interface Duplex Mode Example
The following example shows the interface duplex mode being set to full on Fast Ethernet interface 5/4:
Router(config)# interface fastethernet 5/4
Router(config-if)# duplex full
Adding a Description for an Interface Example
The following example shows how to add a description on Fast Ethernet interface 5/5:
Router(config)# interface fastethernet 5/5
Router(config-if)# description Channel-group to "Marketing"
Configuring an Ethernet Interface as a Layer 2 Trunk Example
The following example shows how to configure the Fast Ethernet interface 5/8 as an 802.1Q trunk. This
example assumes that the neighbor interface is configured to support 802.1Q trunking:
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface fastethernet 5/8
Router(config-if)# shutdown
Router(config-if)# switchport trunk encapsulation dot1q
Router(config-if)# switchport mode trunk
Router(config-if)# no shutdown
Router(config-if)# end
Router# exit

VLAN Configuration Example

The following example shows how to configure the VLAN:
Router# vlan database
Router(vlan)# vlan 3
VLAN 3 added:
Name: VLAN0003
Router(vlan)# exit
APPLY completed.
Exiting....
Cisco IOS Release 12.2(2)XT, 12.2(8)T, and 12.2(15)ZJ
132
16- and 36-Port Ethernet Switch Module for Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series

Advertisement

Table of Contents
loading

Table of Contents