- Community Home
- >
- Networking
- >
- Legacy
- >
- Switching and Routing
- >
- HPE MSR3012 AC Router (JG409B)
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
09-09-2020 01:52 PM
09-09-2020 01:52 PM
Hello,
I need to know, can i choose which port will act as WAN port and which port as LAN port, or these are pre configured and cannot be changed ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 03:44 PM
09-09-2020 03:44 PM
Re: HPE MSR3012 AC Router (JG409B)
Hi @mli !
MSR3012 AC doesn't have WAN and LAN ports, instead it's got GE0, GE1 and GE2 interfaces, each of these you can use as you wish - WAN, LAN, whatever - all depends on the configuration you apply. In addition to those interfaces you can install 2 SIC and/or 1 HMIM modules that will expand number of available interfaces.
More details can be found in the specs of the router - https://h20195.www2.hpe.com/v2/getdocument.aspx?docname=c04123140
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2020 11:15 AM - edited 09-10-2020 11:16 AM
09-10-2020 11:15 AM - edited 09-10-2020 11:16 AM
Re: HPE MSR3012 AC Router (JG409B)
Hello,
Thank you very much for your reply
I need your assistance for some further clarification about MSR Ethernet SIC modules.
In the MSR2003 I have included module JG739A and I checked later that this is layer 2 module.
Is it possible that JG739A to be used with all 4 ports being ‘routable’ (having IP address and performing termination of IP secs) ? and can I use those module ports as wan ports?
Or is there some other module with rj45 ports to be used as wan for msr2003?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 01:24 AM - edited 09-11-2020 01:26 AM
09-11-2020 01:24 AM - edited 09-11-2020 01:26 AM
SolutionJG739A is a switch module and its ports can work only in bridged mode, so no, you can't use those ports as routed ports. However, I don't see anything wrong in the following configuration - make each of JG739A's ports as access port in its own VLAN, then configure whatever you want on Vlan-interface - IP address, packet-filter with QoS policy or ACL, NAT etc etc.
Practically both configurations below are identical:
Configuration #1:
interface GE0/0
ip address 10.0.10.1 24
Configuration #2:
vlan 101
name Access VLAN of GE1/0/1
#
interface GE1/0/1
port link-mode bridge
port link-type access
port access vlan 101
#
interface Vlan-interface101
ip address 10.0.10.1 24
I hope you got my point - if GE1/0/1 is the only member of VLAN 101, there will be no switching - all broadcast and local multicast traffic will terminate on that port. And Vlan-interface101 will take care of unicast traffic being the only "host" in that VLAN, so there will practically no difference between both configurations. Just keep each port in a separate VLAN dedicated to this and only this port.
As for the Layer 3 SIC modules available, I see only JG738A as an option - it's got one combo interface with RJ-45 and SFP physical ports.
BTW, since your router has HMIM slot as well, there are other options for obtaining copper routed interfaces: HMIM-2GEE/HMIM-4GEE/HMIM-8GEE modules. If you need Layer 3 Ethernet with SFP ports, consider HMIM-2GEF/HMIM-4GEF/HMIM-8GEF modules instead.
I am sure this guide will help you a lot to get comfortable with many modules options available for MSR routers - https://internal.support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=c04418333
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2020 02:00 AM
09-11-2020 02:00 AM
Re: HPE MSR3012 AC Router (JG409B)
Thank you for your support