How to view Juniper SRX default applications

#show configuration groups junos-defaults applications

#
# File Transfer Protocol
#
application junos-ftp {
application-protocol ftp;
protocol tcp;
destination-port 21;
}
#
# Trivial File Transfer Protocol
#
application junos-tftp {
application-protocol tftp;
protocol udp;
destination-port 69;
}
#
# Real Time Streaming Protocol
# 
application junos-rtsp {
application-protocol rtsp;
protocol tcp;
destination-port 554;
}
#
# Network Basic Input Output System- networking protocol used on
# Windows networks session service port
Read more

Configure Aruba Controller Redundancy (VRRP)

The underlying mechanism for the Aruba redundancy solution is the Virtual Router Redundancy Protocol (VRRP)
-If VRRP preemption is disabled (the default setting) and all controllers share the same priority, the first controller that comes up becomes the master.
OR
-If VRRP preemption is enabled and all controllers share the same priority, the controller with the highest IP address becomes the master.

Read more

Rib-groups example

Rib-groups simple example.

We created two routing instances: test1 and test2, each instances has one interface in it:
    test1 - vlan.641:     172.16.10.1/24
    test2 - vlan.642:       172.16.20.1/24

# show routing-instances
test1 {
    instance-type virtual-router;
    interface vlan.641;

}
test2 {
    instance-type virtual-router;
    interface vlan.642;
}


Routing table looks like this:

Read more

RIB Group Confusion

This article is take from http://www.subnetzero.info/2014/04/10/rib-group-confusion/

Continuing on the subject of confusing Junos features, I’d like to talk about RIB groups. When I started here at Juniper, I remember being utterly baffled by this feature and its use. RIB groups are confusing both because the official documentation is confusing, and because many people, trying to be helpful, say things that are entirely wrong. I do think there would have been an easier way to design this feature, but RIB groups are what we have, so that’s what I’ll talk about.

Read more

Aruba controller upgrade procedure

WIFI controller Upgrade Procedure:
1. take image backup:  (ny-wifi-master2) # backup flash
2. take logs backup:   (ny-wifi-master2) # tar logs tech-support
3. copy backup flash to ftp: (ny-wifi-master2) #copy flash: flashbackup.tar.gz ftp: [server_ip] rrm *********
4. download image from ftp:

(ny-wifi-master2) #copy ftp: [server_ip] rrm ArubaOS_MMC_6.3.1.6_43301 system: partition 1
Password:*********
Copying file:....................................................
File copied successfully.
Saving file to flash:
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
The system will boot from partition 1 during the next reboot.
(ny-wifi-master2) # reload
Do you really want to restart the system(y/n): y
System will now restart!
Shutdown processing started
Syncing data....done.
Sending SIGKILL to all processes.
Please stand by while rebooting the system.
1:<7>ide-disk 0.0: shutdown
1:<0>Restarting system.
1:.
1:<2>Performing hard reset...

 

To check what software is installed, run:

#show image version
----------------------------------
Partition           : 0:0 (/dev/hda1)
Software Version    : ArubaOS 6.1.3.6 (Digitally Signed - Production Build)
Build number        : 36470
Label               : 36470
Built on            : Tue Dec 11 12:51:05 PST 2012
----------------------------------
Partition           : 0:1 (/dev/hda2) **Default boot**
Software Version    : ArubaOS 6.3.1.3 (Digitally Signed - Production Build)
Build number        : 42233
Label               : 42233
Built on            : Tue Feb 11 11:58:33 PST 2014