Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Juniper switchport configuration

$
0
0

When dealing with just port description is not a big deal, since they are missing  description.

 

But I have found out these are not the data / voice port issues only. I have noticed all my Aerohive access points are bouncing back once a while. For example Aerohive Access point  connected on port ge-0/0/7 shows once per day or few times per day:

 

Jan 23 15:14:21 itroom mib2d[1245]: SNMP_TRAP_LINK_DOWN: ifIndex 516, ifAdminStatus up(1), ifOperStatus down(2), ifName ge-0/0/7
Jan 23 15:14:38 itroom mib2d[1245]: SNMP_TRAP_LINK_DOWN: ifIndex 516, ifAdminStatus up(1), ifOperStatus down(2), ifName ge-0/0/7

 

15:14:21  and 15:14:38 is that mean the port was down 17 seconds? No wonder I recive alerts that CAPWAP connection was lost in Aerohive but their Tech suggested I ignore these alerts. I went throught all idfs and see all access ports goes down once a while, sometimes other ports (data or voice data). Since Aerohive is set to use vlan 1 as native untagged vlan and managemnt vlan. My trunk configuration for aerohive access port is :  

 

unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ 3 5 10 24-25 40  ];
}
native-vlan-id 70;
}
}

 

My concern is that native vlan 70 casues issue but when I remove it the access point cannot connect to aerohive controller at all which is in vlan 70 

 

If I add 

 

vlan {
members [ 3 5 10 24-25 40 70 ]; the access point loses CAPWAP connection with controller. 


Viewing all articles
Browse latest Browse all 10307

Trending Articles