GRE with key is not supported on SRX.
[edit]
root@SRX# set interfaces gr-0/0/0 unit 0 tunnel ? ---> Below given are supported options
Possible completions:
allow-fragmentation Do not set DF bit on packets
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
destination Tunnel destination
do-not-fragment Set DF bit on packets
flow-label Flow label field of IP6-header (0..1048575)
no-path-mtu-discovery Don't enable path MTU discovery for tunnels
path-mtu-discovery Enable path MTU discovery for tunnels
> routing-instance Routing instance to which tunnel ends belong
source Tunnel source
traffic-class TOS/Traffic class field of IP-header (0..255)
ttl Time to live (0..255)
[edit]
root@SRX# set interfaces gr-0/0/0 unit 0 tunnel key 123456 ----> Key is hidden command
[edit]
root@SRX# show interfaces gr-0/0/0
unit 0 {
tunnel {
source 1.1.1.1;
destination 1.1.1.2;
##
## Warning: statement ignored: unsupported platform (srx650) ----> Throws error as unsupported
##
key 123456;
}
family inet;
}
[edit]
root@SRX#