Friday 29 November 2013

How to Configuring a Management VLAN Interface

Switch in the world, called switched virtual interface for the VLAN logical interface. Exchanger you will see when you are configuring a VLAN interface these interfaces. You have the ability, like a FastEthernet interfaces to configure these interfaces. You can assign a VLAN interface IP address, the bridge group, interface descriptions, and even quality of service policies.

Have a VLAN interface to the 2nd tier equipment's ability to communicate with other devices on the 3rd floor. Multilayer switching uses the VLAN interface on multi-layer routing in an Exchange. Basically, the switch is a-rod on his router, which in Lab 4 20 discussions. Multilayer switched networks, switches, such as Cisco and Cisco 3,550 3,560 uses the VLAN interface as the default gateway for the host PC and other machines of the network to communicate with other IP networks.

For example, Cisco, with 3,550 VLAN,VLAN 10 and VLAN 20. Are assigned to each VLAN interface IP address of 192.168.10.0/24 and 192.168.20.0/24. When VLAN 10 on PC needs upward VLAN 20 PC, it will use the default gateway of the VLAN interface and switches to route data through the layer3 and converter and switch data reported in the Layer2 in the new VLAN.

Second layer only exchanger at any given time only a single active VLAN interface. Management VLAN interface this interface call. 2900XL,2950 layer two Cisco switches including Cisco and 2960.

In this lab, you will familiarize yourself with the VLAN interface configuration mode.

Lab Prerequisites:

  • Than load if you use GNS3 CCNA free Binder GNS3 topology than starting system R1 and SW1.
  • Building R1 and SW1 configuration console sessions respecting the hostname of the device (s).
  • For verification purposes you will need to be configured on R1 VTY line password and assign IP address 10.1.1.1/24 host to the R1 ′ s FastEthernet0/0 interface.
Lab Objectives:

  • Creating and naming the VLAN number 10 management.
  • Create VLAN 10 interface and assign IP addresses to 10.1.1.10/24
  • SW1 FastEthernet0/1 interface is assigned to VLAN 10.
  • By using R1 to Telnet IP address in VLAN 10 on SW1 to verify the management VLAN configuration.
Lab Instruction:

Free CCNA complete this lab you should be familiar with the previous labs in Binder commands required.

Step 1. Creating and naming the VLAN number 10 management.

SW1 con0 is now available
Press RETURN to get started.
SW1>enable
SW1>configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
SW1(config)#vlan 10
SW1(config-vlan)#name Management
SW1(config-vlan)#end
SW1#

Step 2. Create the VLAN 10 interface and assign it an IP address of 10.1.1.10/24.

To accomplish this goal requires first of all by entering global configuration, and then use the command interface VLAN interface configuration mode to create a VLAN interface # keep in mind create a VLAN number is proportional to the number of the VLAN interface. Vlan10 interface VLAN 10, interface Vlan20 will be used for VLAN 20.

SW1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
SW1(config)#interface vlan10
SW1(config-if)#ip address 10.1.1.10 255.255.255.0
SW1(config-if)#no shut
SW1(config-if)#

Step 3. Assign the FastEthernet0/1 interface on SW1 to VLAN 10.

SW1(config-if)#interface FastEthernet0/1
SW1(config-if)#switchport access vlan 10
SW1(config-if)#no shut
SW1(config-if)#end
SW1#

Step 4. By using R1 to Telnet IP address in VLAN 10 on SW1 to verify the management VLAN configuration.

R1#telnet 10.1.1.10
Trying 10.1.1.10 ... Open
User Access Verification
Password: 
SW1>

0 comments:

Post a Comment