Comware

 View Only
last person joined: yesterday 

Initial configuration of MSR958 (JH300A)

This thread has been viewed 4 times
  • 1.  Initial configuration of MSR958 (JH300A)

    Posted Mar 13, 2023 10:54 AM

    Hello community,

    I bought recently MSR958 (JH300A) which I have to configure it to join the ISP network.

    The ISP sent an example configuration, but for a Cisco router:

    ! The WAN interface, SFP on GE1 on the HPE
    interface GigabitEthernet0/0/0
     ip address X.X.X.X 255.255.255.254
     ipv6 address Y:Y:Y:Y/127
     ipv6 nd ra suppress
       ipv6 verify unicast source reachable-via any
     no ip unreachables
     media-type sfp
     negotiation auto
     no cdp enable
     no shutdown
    !
    ! LAN Interface GE0 if possible or GE2-GE9 on the HPE
    interface GigabitEthernet0/0/1
     ip address Z.Z.Z.Z 255.255.255.248
     ipv6 address Z1:Z1:Z1:Z1/64 
     ipv6 verify unicast source reachable-via any
     no ip unreachables
     media-type sfp
     negotiation auto
     no cdp enable
     no shutdown
    !
    ip route 0.0.0.0 0.0.0.0 X.X.X.X
    ipv6 route ::/0 GigabitEthernet0/0/0  Y:Y:Y:Y

    Can anyone assist with configuring those two interfaces (GE1/SFP module and GE0):

    GE1/SFP to my ISP (public IPv4 and IPv6 addresses - X.X.X.X and Y.Y.Y.Y)

    GE0 my PfSense server (public IPv4 and IPv6 addresses Z.Z.Z.Z and Z1.Z1.Z1.Z1)

    I presume that MSR958 ports from GE2 to GE9 are in bridge mode and can't be assigned public IP address or set in route mode, so that's why GE0 is used on the LAN side. Is that possible ?

    I suppose I would also need a basic local user configuration for accessing the MSR958 via telnet and HTTPS.

    I appreciate any assistance.