27 lines
535 B
INI
27 lines
535 B
INI
hostname was-sw01
|
|
|
|
ip routing
|
|
|
|
interface Loopback101
|
|
ip address 137.239.194.65/32
|
|
|
|
interface Ethernet1
|
|
no switchport
|
|
ip address 64.92.84.81/24
|
|
traffic-policy input VALIDATOR-RELAY
|
|
|
|
interface Ethernet2
|
|
no switchport
|
|
ip address 172.16.1.188/31
|
|
|
|
ip access-list VALIDATOR-RELAY-ACL
|
|
10 permit udp any any eq 8001
|
|
20 permit udp any any range 9000 9025
|
|
30 permit tcp any any eq 8001
|
|
|
|
traffic-policy VALIDATOR-RELAY
|
|
match VALIDATOR-RELAY-ACL
|
|
set nexthop 172.16.1.189
|
|
|
|
system-rule overriding-action redirect
|