Thursday, November 12, 2009

Beginner's Lab #1 - CISCO Switch





Objective of this Lab, is to make PC A be able to ping PC B and vice versa

1. Set IP and Subnet in each PC, according to the image above
2. On switch:
> ena
# configure terminal
(config)# interface FastEthernet 1/1
(config-if)# switchport mode access     //activating access mode for certain port
(config-if)# switchport access vlan 2    //from 1 to 2000
(config-if)# no shutdown                       //activating certain port

(config-if)# interface FastEthernet 1/24
(config-if)# switchport mode access
(config-if)# switchport access vlan 2
(config-if)# no shutdown
(config-if)# (*press ctrl-z)
# write                                                   //save your configuration
you should be able to ping from PC A to PC B and vice versa, then :)

No comments:

Post a Comment

Hi, for all of those who already put comments on my blog post, thanks.. really appreciate it. And for those who have not, just put your comments here :)