- Posts: 59
- Thank you received: 0
commands
13 years 4 months ago #37231
by Nevins
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
Replied by Nevins on topic Re: commands
[code:1]spanning-tree mode pvst [/code:1]
Per vlan spanning tree was enabled which mean per lan group (vlan) you have segmented in your network into more then one loop redundancy (spanning tree) groups.
[code:1]
no spanning-tree vlan 88 [/code:1]
states that loop protection is disabled on that vlan and no spanning-tree is taking place
[code:1]
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk native vlan 87[/code:1]
This code states that on Port-channel1 vlan 87 will act as the native vlan meaning if any frames are not tagged into a specific vlan it will default to vlan 87.
www.cisco.com/warp/public/473/spanning_tree1.swf
Explains spanning tree very well. Per vlan spanning-tree is only different in that it blocks sets blocking states per vlan not per trunk link. (trunking still must be enabled)
Edit: I could be a bit more descriptive but I have a job interview to go to at 3pm it's 12:00 noon. If you have any more questions after viewing the flash about spanning tree I would be glad to help explain.
Per vlan spanning tree was enabled which mean per lan group (vlan) you have segmented in your network into more then one loop redundancy (spanning tree) groups.
[code:1]
no spanning-tree vlan 88 [/code:1]
states that loop protection is disabled on that vlan and no spanning-tree is taking place
[code:1]
interface Port-channel1
switchport trunk encapsulation dot1q
switchport trunk native vlan 87[/code:1]
This code states that on Port-channel1 vlan 87 will act as the native vlan meaning if any frames are not tagged into a specific vlan it will default to vlan 87.
www.cisco.com/warp/public/473/spanning_tree1.swf
Explains spanning tree very well. Per vlan spanning-tree is only different in that it blocks sets blocking states per vlan not per trunk link. (trunking still must be enabled)
Edit: I could be a bit more descriptive but I have a job interview to go to at 3pm it's 12:00 noon. If you have any more questions after viewing the flash about spanning tree I would be glad to help explain.
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
- next_virus
- Offline
- Senior Member
Less
More
- Posts: 111
- Thank you received: 2
13 years 4 months ago #37232
by next_virus
Replied by next_virus on topic Re: commands
Best of lick for the interview and thanks for the flash link.
- next_virus
- Offline
- Senior Member
Less
More
- Posts: 111
- Thank you received: 2
13 years 4 months ago #37233
by next_virus
Replied by next_virus on topic Re: commands
Nevins,
The link you have send for STP was really execellent. I was trying to find some more links on different topics, but it didn't allowed me to access. Always getting an error "session expired".
is it possible for you to provide some more links on different topics (especially on switches).
Thanks[/u][/i]
The link you have send for STP was really execellent. I was trying to find some more links on different topics, but it didn't allowed me to access. Always getting an error "session expired".
is it possible for you to provide some more links on different topics (especially on switches).
Thanks[/u][/i]
13 years 4 months ago #37235
by Nevins
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
Replied by Nevins on topic Re: commands
www.firewall.cx/ftopict-7477-.html
I tried to make a repository there a while back and get more people to plug into it but it never really took off.
I tried to make a repository there a while back and get more people to plug into it but it never really took off.
Useful Threads
================================
www.firewall.cx/forum/2-basic-concepts/3...e-resource-page.html
Time to create page: 0.130 seconds