Monday 25 November 2013

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. Can assign a VLAN interface IP address, the bridge group, the interface description and service quality strategy.

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. One is assigned to each VLAN interface IP address of 192.168.10.0/24 and 192.168.20.0/24. When up VLAN, VLAN 10 on PC required 20 PC, which uses a VLAN interface with a default gateway and Exchange routing datagrams through layer3, Layer2 and switches and switch data reported 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 the 10.1.1.1/24 the IP address of the 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.
I read

Laboratory demonstrates the use of Cisco Catalyst switches, NM -16ESW not be used in GNS3.

You should be familiar with the commands required to complete the objectives of this lab from previous labs in the Free CCNA Workbook.

Step 1. Create the VLAN number 10 and name it 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 you need to first go into the global configuration, and VLAN interface configuration mode using the command interface VLAN VLAN interfaces created # keep bearing in mind that 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#

By this point you should now be able to ping R1′s FastEthernet0/0 interface as shown below;

R1#ping 10.1.1.10
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.1.10, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/39/100 ms
R1#

Step 4. Verify the management VLAN configuration by using R1 to telnet the IP address of VLAN 10 on SW1.

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


0 comments:

Post a Comment