Difference between revisions of "SRX notes"
From cpwiki.net
(Pushed from Themanclub.) |
|||
Line 21: | Line 21: | ||
add proxy arp | add proxy arp | ||
set security nat proxy-arp interface reth0 address 192.168.1.1 | set security nat proxy-arp interface reth0 address 192.168.1.1 | ||
+ | |||
+ | start unix shell | ||
+ | > start shell user root | ||
[[category:juniper]] | [[category:juniper]] |
Revision as of 22:38, 8 March 2014
junos SRX notes
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
show security rules
...?
add proxy arp
set security nat proxy-arp interface reth0 address 192.168.1.1
start unix shell
> start shell user root