Home  
  Microsoft  
  Cisco  
  CompTIA  
  CWNP  
  InfoSecurity  
  Forums  
  Blogs  
  Topsites  
  Watch free videos online  
     
  Subnet Calculator  
  Online Degrees  
  Exam Vouchers  
  Free Magazines  
     

  Watch free videos online  
   

 

Register Practice Exams TechNotes Members List Search Today's Posts Mark Forums Read
Go Back   TechExams.net IT Certification Forums > Cisco > CCNP
Reply
 
Thread Tools
Member
Registered Member
 
Join Date: Sep 2006
Location: London, UK
Posts: 37

Certifications: A+, N+, 5 x MCP, CCNA, BCMSN, working on BSCI
Dilan77 is on a distinguished road
Old 10-21-2006, 10:39 AM   #1 (permalink)
Default Trunking question

Hi

I am doing a lab exercise in preparation for the BCMSN.

There is a 2950 access switch connected to two 3550 distribution
switches.

On the 2950, fa0/1 and fa0/2 are connected to 3550A and fa0/3 and fa0/4
are connected to 3550B.

At the moment, ports fa0/1 - 4 on the 2950 are in VLAN99.

The instructions are to -

i) Assign fa0/1 - 4 back to VLAN1.
ii) Turn on trunking on the ports connecting the 2950 and 3550's and
use 802.1Q trunking.

My response was;

i)

2950#conf t
2950(config)# interface range fa0/1 - 4
2950(config-if-range)# switchport access vlan 1
2950(config-if-range)# switchport mode trunk
2950(config-if-range)# switchport trunk encap dot1q

and then

3550A#conf t
3550A(config)# interface range fa0/1 - 2
3550A(config-if-range)# switchport mode trunk
3550A(config-if-range)# switchport trunk encap dot1q

and also

3550B#conf t
3550B(config)# interface range fa0/1 - 2
3550B(config-if-range)# switchport mode trunk
3550B(config-if-range)# switchport trunk encap dot1q

The lab, however, states that it should be;

2950#conf t
2950(config)# interface range fa0/1 - 4
2950(config-if-range)# switchport access vlan 1
2950(config-if-range)# switchport mode trunk
2950(config-if-range)# switchport nonegotiate

and then on both switches;

3550#conf t
3550(config)# interface range fa0/1 - 2
3550(config-if-range)# switchport mode trunk
3550(config-if-range)# switchport nonegotiate
3550(config-if-range)# switchport trunk encap dot1q

Which is correct, or is this just two ways of doing the same thing?

Thx

Dilan77 is offline   Reply With Quote

Login/register to remove this advertisement.
Resident Underachiever
Registered Member
 
EdTheLad's Avatar
 
Join Date: May 2005
Location: Globe trotter, nfa
Posts: 1,537

Certifications: CCNP/CCIP/IE Written
EdTheLad is just really niceEdTheLad is just really niceEdTheLad is just really niceEdTheLad is just really nice
Old 10-21-2006, 10:48 AM   #2 (permalink)
Default Re: Trunking question

Your config is the same apart from you left the dynamic trunking protocol enabled.Since you have manually set the ports as trunk you should have disabled the dtp, it is not manditory but best practise.

EdTheLad is offline   Reply With Quote
Member
Registered Member
 
Join Date: Sep 2006
Location: London, UK
Posts: 37

Certifications: A+, N+, 5 x MCP, CCNA, BCMSN, working on BSCI
Dilan77 is on a distinguished road
Old 10-21-2006, 10:45 PM   #3 (permalink)

Thanks...

Just one other question, also related to the same sim (one of the switches in my home lab is currently down, hence the reason for using Boson CCNP).

Completely different scenario.

One 2950 switch connected to a 3550 switch, there is alink each on fa0/1 and fa0/2 connecting to the corresponding fa0/1 and fa0/2 port on the other switch.

The sh interface fa0/1 switchport command gives this display for all 4 ports (but using fa0/1 as an example)

Name: Fa0/1
Switchport: Enabled
Administrative mode: trunk
Operational mode: trunk
Administrative Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (1)
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001

Protected: false

Voice vlan: none (Inactive)
Appliance trust: none

Here is the relevant entry in the running config (applicable for all ports)

interface FastEthernet0/1
switchport mode trunk
switchport access vlan 1
switchport trunk encapsulation dot1q

There is a device on the 2950 connected to fa0/5 which is on vlan 11.

Both the 2950 and 3550 have an interface on vlan 11.

Unless the ports connecting the two switches are set in vlan 11, the device cannot ping the vlan 11 interface on the 3550..the config for all four ports has to be

interface FastEthernet0/1
switchport mode trunk
switchport access vlan 11
switchport trunk encapsulation dot1q

corresponding result from sh inter fa0/1 switchport;

Name: Fa0/1
Switchport: Enabled
Administrative mode: trunk
Operational mode: trunk
Administrative Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 11 (11)
Trunking Native Mode VLAN: 1 (default)
Trunking VLANs Enabled: ALL
Pruning VLANs Enabled: 2-1001

Protected: false

Voice vlan: none (Inactive)
Appliance trust: none

I was under the impression that if a port was set to trunking, it was irrelevant what access mode vlan it was in? So why do the ports have to be set to vlan 11 to allow the pings?

Dilan77 is offline   Reply With Quote
Senior Member
Registered Member
 
Join Date: Feb 2006
Location: Canada
Posts: 656

Certifications: BSCI,BCMSN,CCNA
Humper is on a distinguished road
Old 10-22-2006, 12:21 AM   #4 (permalink)

Good question, I would like to know the answer of this as well. I believe it may have something to do with the management vlan?



__________________
Now working full time!

Humper is offline   Reply With Quote
Resident Underachiever
Registered Member
 
EdTheLad's Avatar
 
Join Date: May 2005
Location: Globe trotter, nfa
Posts: 1,537

Certifications: CCNP/CCIP/IE Written
EdTheLad is just really niceEdTheLad is just really niceEdTheLad is just really niceEdTheLad is just really nice
Old 10-22-2006, 02:02 AM   #5 (permalink)

The reason is due to your simulator , in trunking mode it will work, the sim has an output that says trunk but its working in access mode.The access mode vlan 11 wil only be used when the switch port is modified from trunk to access mode.

EdTheLad is offline   Reply With Quote
Senior Member
Registered Member
 
Join Date: Feb 2006
Location: Canada
Posts: 656

Certifications: BSCI,BCMSN,CCNA
Humper is on a distinguished road
Old 10-22-2006, 03:28 AM   #6 (permalink)

omg thank god, I kept thinking that there was nothing wrong with what was trying to be done, but never figured the simulator was trash.



__________________
Now working full time!

Humper is offline   Reply With Quote
Cisco Moderator
 
mikej412's Avatar
 
Join Date: May 2005
Location: Chicago
Posts: 8,569

Certifications: CCNP CCIP CCSP CCVP CCDP CCDA CCNA CS-CIPSS CS-CIPTDS CS-CIPTOS CS-CIPCSS CS-CFWS CS-CVPNS CS-CISecS ISSP 4013 4011
mikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to beholdmikej412 is a splendid one to behold
Old 10-22-2006, 04:24 AM   #7 (permalink)

Quote:
Originally Posted by ModemHumper
but never figured the simulator was trash.
What? You missed all my old posts?

Back in the Boson 5.x days -- one common solution to problems was to save your config, close out, and then run NetSim and load the config. You'd also have to manually reconfigure the hosts, since those would always get lost.

The other fix was just to keep trying -- after 3 or times where it didn't work, when it should -- if you kept trying, it would then magically work.

The flip side -- at times pings would work that shouldn't. Those usually took the save/restart option to "fix."

Dilan77 -- I'd be curious to know, is this the latest/greatest patched updated bug-fixed CCNP version?



__________________
Cisco Certifications -- Collect the Entire Set!

mikej412 is offline   Reply With Quote
Member
Registered Member
 
Join Date: Sep 2006
Location: London, UK
Posts: 37

Certifications: A+, N+, 5 x MCP, CCNA, BCMSN, working on BSCI
Dilan77 is on a distinguished road
Old 10-22-2006, 11:31 AM   #8 (permalink)

Thanks Ed...

Yup...this is the latest & greatest fully patched Boson for CCNP v6

I do have home lab, however I can't get access to use 3550 switches and the ones on ebay are too expensive, so bought the simulator to practice commands on those.

I've only been using it for the BCMSN so far and have to say the quality is *extremely* poor. Almost every lab has a serious error, the Spanning Tree lab does not work at all (e.g. either no output for show spanning-tree commands, or very bizarre ones) and the lab instructions have a lot to be desired...for instance on this lab, it actually states to "assign both ports that connect the 2950 to the 3550 as trunking ports in VLAN 11". Another lab involves giving two switches identical IP addresses. Interfaces are down when they shouldn't be, pings randomly work or don't, VTP doesn't work properly and so on. I've logged a support case each time, but hear the standard response of "we have duplicated the issue and will be releasing an update shortly" which has gone on for months.

Basically, it is a pile of pooh.

Can't wait to get my replacement 2950!

Dilan77 is offline   Reply With Quote
Bookmarks
Go Back TechExams.net IT Certification Forums > Cisco > CCNP
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT. The time now is 06:57 AM.

 
 
Featured Sponsors

TrainSignal - “Hands On” computer training for IT professionals. Network+ Training, MCSE, Cisco & more! Visit Train Signal’s free training site to get loads of Free Computer Training, videos, articles and practice exams.

Preplogic - Sign up now to get Unlimited Access to PrepLogic's entire video training library. Enjoy open access to Microsoft Server 2008, CCNA, CISSP®, PMP and many more. Get Unlimited Access

 

Powered by vBulletin® Version 3.8
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
TechExams.net © 2002 - 2010