- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: MSR BGP Setup
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
12-06-2017 10:14 AM
12-06-2017 10:14 AM
MSR BGP Setup
Hi,
I'm new to Comware and have an MSR2004 I'm trying to setup with BGP. I could use a review of my config. I have two subnets to advertise and would like to split them into port based type-acces vlans 10 (ports 3-14) and vlan 20 (ports 15-26). vlan 10 is where my firewall lives. vlan 20 is my legacy phone system which we will eventually be consolidating into vlan1 but I still need it available for now.
IPs assigned by ISP were changed to internal addresses...
ISP:
IP: 192.168.1.1/30
AS: 1000
MSR:
IP: 192.168.1.2/30 on Gi 0/1
AS: 2000
vlan10 - 172.16.1.16/28 (hosts 17-30)
vlan20 - 10.1.1.0/28 (hosts 1-14)
-----------------------------
#I first setup my vlans with an IP on the vlan to serve as a gw for the access ports...
#
vlan 10
description Primary IP Block
interface vlan 10
ip address 172.16.1.30 28
#
port-group manual Primary
Group-member Gi 0/3 to gi 0/14
port link-type access
port access Vlan 10
#
vlan 20
description Secondary IP Block
interface vlan 20
ip address 10.1.1.1 28
#
port-group manual Secondary
Group-member Gi 0/15 to gi 0/26
port link-type access
port access Vlan 20
#BGP section:
bgp 2000
router-id 192.168.1.2
peer 192.168.1.1 as-number 1000
address-family ipv4 unicast
peer 192.168.1.1 enable
network 172.16.1.16 255.255.255.240
network 10.1.1.0 255.255.255.240
ip route-static 0.0.0.0 0 192.168.1.1 description ISP gw
-----------------------------
I appreciate any feedback!
Thank you,
-eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-2017 12:37 PM
12-06-2017 12:37 PM
Re: MSR BGP Setup
With Luck that should be enough..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-06-2017 02:04 PM
12-06-2017 02:04 PM
Re: MSR BGP Setup
My luck is sketchy at best, but I appreciate the second set of eyes. Thank you!
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP