Difference between revisions of "SRX notes"
From cpwiki.net
				
								
				
				
																
				
				
								
				
| Line 27: | Line 27: | ||
start unix shell  | start unix shell  | ||
  > start shell user root    |   > start shell user root    | ||
| + | |||
| + | example new rule (in progress)  | ||
| + | |||
| + | match > permit > insert  | ||
[[category:juniper]]  | [[category:juniper]]  | ||
Revision as of 18:24, 26 August 2020
junos SRX notes
show rule / policy
# show security policies from-zone trust to-zone untrust policy <policy_name>
search address book for pre-defined objects
# show security zones security-zone untrust address-book | match "192.168.1.1"
monitoring traffic example
monitor traffic matching "host 10.0.0.1" no-resolve interface reth0
show cluster status
 root@SRXfw> show chassis cluster status 
 Cluster ID: 1 
 Node                  Priority          Status    Preempt  Manual failover
 Redundancy group: 0 , Failover count: 0
     node0                   200         primary        no       no  
     node1                   100         secondary      no       no  
 Redundancy group: 1 , Failover count: 3
     node0                   200         secondary      no       no  
     node1                   100         primary        no       no
add proxy arp
set security nat proxy-arp interface reth0 address 192.168.1.1
start unix shell
> start shell user root
example new rule (in progress)
match > permit > insert