- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Re: Distribution Layer Necessary?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2010 01:02 PM
01-29-2010 01:02 PM
My question is will there be any performance degradation or complications in the configuration with that type of setup, assuming VRRP at the core and MSTP/Vlanning?
Attached a diagram of the proposed setup.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 05:41 AM
01-30-2010 05:41 AM
Solutionyou should provice enough links/ trunks from distribution to core. You should route at the distribution level, not core. If you route at the core, the whole traffic has to pass the distribution level. In this case, you can drop this level and attach the edge switches directly to the core.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 07:29 AM
01-30-2010 07:29 AM
Re: Distribution Layer Necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 07:31 AM
01-30-2010 07:31 AM
Re: Distribution Layer Necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 07:45 AM
01-30-2010 07:45 AM
Re: Distribution Layer Necessary?
in this case you should make sure, that the traffic is equal distributed over all uplinks to the core.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2010 10:04 AM
01-30-2010 10:04 AM
Re: Distribution Layer Necessary?
http://farm3.static.flickr.com/2709/4191026348_d4550742a6_o.jpg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2010 02:52 AM
01-31-2010 02:52 AM
Re: Distribution Layer Necessary?
nice setup. This should work.
Regards,
Patrick
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2010 02:02 PM
02-06-2010 02:02 PM
Re: Distribution Layer Necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2010 07:43 AM
02-08-2010 07:43 AM
Re: Distribution Layer Necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2010 07:46 AM
02-08-2010 07:46 AM
Re: Distribution Layer Necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2010 08:38 AM
02-08-2010 08:38 AM
Re: Distribution Layer Necessary?
hostname "CORE1"
module 1 type J86xxA
trunk 1-4 Trk1 Trunk
trunk 5-8 Trk2 Trunk
trunk 9-12 Trk3 Trunk
ip routing
vlan 1
name "DEFAULT_VLAN"
untagged 13-18,21-24
ip address 10.10.0.1 255.255.255.0
tagged Trk1-Trk3
no untagged 19-20
exit
vlan 10
name "Servers"
untagged 20
ip address 10.10.10.1 255.255.255.0
tagged Trk1-Trk3
exit
vlan 30
name "Printers"
ip address 10.10.30.2 255.255.255.0
tagged Trk1-Trk3
exit
vlan 100
name "DownstairsOB"
untagged 19
ip address 10.10.100.2 255.255.255.0
tagged Trk1-Trk3
exit
vlan 101
name "UpstairsOB"
ip address 10.10.101.2 255.255.255.0
tagged Trk1-Trk3
exit
vlan 200
name "Warehouse"
ip address 10.10.200.2 255.255.255.0
tagged Trk1-Trk3
exit
vlan 20
name "Reserved"
no ip address
exit
ip route 0.0.0.0 0.0.0.0 10.10.0.250
router rip
no auto-summary
exit
router vrrp
snmp-server community "public" unrestricted
spanning-tree
spanning-tree Trk1 priority 4
spanning-tree Trk2 priority 4
spanning-tree Trk3 priority 4
spanning-tree config-name "mstp"
spanning-tree config-revision 1
spanning-tree instance 1 vlan 1 10 20
spanning-tree instance 1 priority 0
spanning-tree instance 1 Trk1 priority 4
spanning-tree instance 1 Trk2 priority 4
spanning-tree instance 1 Trk3 priority 4
spanning-tree instance 2 vlan 30 100 101 200
spanning-tree instance 2 priority 1
spanning-tree instance 2 Trk1 priority 4
spanning-tree instance 2 Trk2 priority 4
spanning-tree instance 2 Trk3 priority 4
spanning-tree priority 0
vlan 1
vrrp vrid 1
owner
virtual-ip-address 10.10.0.1 255.255.255.0
priority 255
enable
exit
exit
vlan 10
ip rip 10.10.10.1
vrrp vrid 1
owner
virtual-ip-address 10.10.10.1 255.255.255.0
priority 255
enable
exit
exit
vlan 30
vrrp vrid 1
backup
virtual-ip-address 10.10.30.1 255.255.255.0
enable
exit
exit
vlan 100
vrrp vrid 1
backup
virtual-ip-address 10.10.100.1 255.255.255.0
enable
exit
exit
vlan 101
vrrp vrid 1
backup
virtual-ip-address 10.10.101.1 255.255.255.0
enable
exit
exit
vlan 200
vrrp vrid 1
backup
virtual-ip-address 10.10.200.1 255.255.255.0
enable
exit
exit
I noticed each spanning-tree instance assigns individual priorities to the trunks as well, does the priorities on the instance 1 trunks need to be adjusted at all so that the priorities are higher (less) than instance 0? Or does the overall higher priority of instance 1 really all that matters?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2010 08:42 AM
02-08-2010 08:42 AM