HP MSM765zl and 775zl – Initial Setup and Routing

KB ID 0000917 

Problem

The MSM 765zl and 775zl, unlike the rest of the HP MSM controller series, do not have any physical Ethernet ports on them.

msm765zl

So before you can get to its web management interface, you need to be able to give it an IP address, and then the controller needs to be able to find a route back to where you are, assuming you are not on a flat unrouted/single VLAN. Obviously if you are directly connected to the same network segment then you can set the devices ‘default route’ from the web management console.

Solution

1. Connect to the chassis that the controller is in, either via telnet or console cable. As I outlined in an earlier article you need to find the controllers slot letter and index number with a services command. (If you are sat in front of the switch the slot letter should already be known!)

msm765zl slot and index

2. Now, connect to the MSM directly and give the controller its LAN and WAN IP addresses.

Note: HP call them LAN and WAN interfaces, (I know it’s confusing), the WAN interface does not have to connect to the WAN it only points in that direction. I’m assuming it’s a throw back from when these devices were developed by Colubris.

CORE-SW# services F 2 CORE-SW(msm765-aplication-F)> enable CORE-SW(msm765-aplication-F)# config CORE-SW(msm765-aplication-F)(config)# interface ip wan CORE-SW(msm765-aplication-F)(config-if-ip)# ip address 192.168.1.1/24 CORE-SW(msm765-aplication-F)(config-if-ip)# ip address mode static CORE-SW(msm765-aplication-F)(config-if-ip)# end CORE-SW(msm765-aplication-F)(config)# interface ip lan CORE-SW(msm765-aplication-F)(config-if-ip)# ip address 10.254.0.100/16 CORE-SW(msm765-aplication-F)(config-if-ip)# ip address mode static CORE-SW(msm765-aplication-F)(config-if-ip)# end

3. Now if you are on the same network (or VLAN) as the controller, you should be able to connect to the web management console. If not you will need to do two further steps

a) Connect the TWO virtual ports of the MSM to the correct VLANs on the switch.

b) Add a route back to the network you are on, either by setting a default route (if there is only one) or a static route.

Connect The Two MSM Virtual Ports

At this point the MSM blade can be treated like any other blade with Ethernet ports on it. Above we found out the blade was in slot F, so the ports with show up on the chassis switch as F1 and F2.

Port number 1: Is the WAN/Internet port
Port number 2: Is the LAN port

At the very least the WAN port should be in a different VLAN like so;

CORE-SW> enable Password xxxxxxxx CORE-SW# configure terminal CORE-SW(config)# vlan 210 name WifiLink CORE-SW(config)# vlan 210 CORE-SW(vlan-210)# untagged F1 CORE-SW(vlan-210)# exit CORE-SW(config)#

If all your LAN traffic is on VLAN 1 (which is the default), then the MSM LAN port will already be untagged in VLAN 1. If not you will also need to present the MSM LAN port to the LAN VLAN.

CORE-SW# configure terminal CORE-SW(config)# vlan 10 name LANTraffic CORE-SW(config)# vlan 10 CORE-SW(vlan-10)# untagged F2 CORE-SW(vlan-10)# exit CORE-SW(config)#

Adding Default and Static Routes to the MSM controller.

The controller needs a default route, or it will not be able to send traffic out of the local LAN. In a simple flat network that should be all that you need. But if you have multiple network segments (or VLANs), then it will also need a static route adding for each of these. This is important for both access to the web management console, and because your wireless access points need to be able to speak to the controller! If your wireless access points are on a different network you may need to follow the article below to let them know where the controller is.

Register HP Wireless Access Points With an HP MSM Controller on a Different Subnet

CORE-SW# services F 2 CORE-SW(msm765-aplication-F)> enable CORE-SW(msm765-aplication-F)# config CORE-SW(msm765-aplication-F)(config)# ip route gateway 0.0.0.0/0 192.168.1.254 1

If you need to add additional routes the syntax is the same as above.

CORE-SW(msm765-aplication-F)(config)# ip route gateway 10.100.0.0/16 10.254.0.254 1 CORE-SW(msm765-aplication-F)(config)# ip route gateway 10.200.0.0/16 10.254.0.254 1

Now you should be able to connect to the web management console and configure your wireless networks, this process is identical to configuring the physical controllers, like the MSM 720 see the link below.

Manually Configuring HP Wireless (MSM 720 controller) for Public and Private Wireless Networks

Related Articles, References, Credits, or External Links

NA

 

Author: Migrated

Share This Post On