Monday, October 17, 2016

Enable https management interface in Aerohive SR2208P, SR2224P, SR2324P and SR2348P

1) SSH in to the switch,

username : admin
password  is under device management settings

















2) (AH-Switch) (Config)#crypto certificate generate


3) (AH-Switch) #ip http secure-server


4) (AH-Switch) #show ip http

HTTP Mode (Unsecure)........................... Disabled
Java Mode.................................................. Enabled
HTTP Port........................................................... 80
Maximum Allowable HTTP Sessions................... 3
HTTP Session Hard Timeout...................... 24 hours
HTTP Session Soft Timeout...................... 5 minutes

HTTP Mode (Secure)............................. Enabled
Secure Port..................................................... 443
Secure Protocol Level(s)................... TLS1 SSL3
Maximum Allowable HTTPS Sessions............. 4
HTTPS session hard timeout................. 24 hours
HTTPS session soft timeout................ 5 minutes
Certificate Present........................................ True
Certificate Generation In Progress............. False



5) Access the web interface using the management IP address



Monday, October 10, 2016

Aerohive SR2224P port routing configuration example

With this configuration one physical port need to be allocated per subnet





---  in configure ----



ip routing         %enable routing globally 


interface 1/0/1
routing
ip address 192.168.1.1 255.255.255.0
exit
                  

interface 1/0/2
routing
ip address 192.168.2.1 255.255.255.0
exit





Sunday, October 9, 2016

Aerohive 2324P , 2348P SFP not working, how to fix ?

If you run in to the issue that in SR2348P and SR2324 SFPs doesn’t link up (LED not turning on when the SFP and cables are connected from one switch to another),

probably its a speed mismatch issue , SFP doesn’t work in auto mode. Set the speed according to the SFP module you are using, 

(AH-Switch)# show port all 

1/0/49           Enable    Auto                  Down   Enable  Enable long
1/0/50           Enable    Auto                  Down   Enable  Enable long
1/0/51           Enable    Auto                  Down   Enable  Enable long
1/0/52           Enable    10G Full   10G Full   Up     Enable  Enable long



Check the SFP ports to see whether they are set to auto or a specific speed. Set the speed in the switch port in both sides of the switch ,

(AH-Switch) (Interface 1/0/49)#speed 10G full-duplex
(AH-Switch) (Interface 1/0/50)#speed 10G full-duplex
(AH-Switch) (Interface 1/0/51)#speed 10G full-duplex

(AH-Switch) (Interface 1/0/52)#speed 10G full-duplex