24 lines
442 B
INI
24 lines
442 B
INI
|
|
hostname was-sw01
|
||
|
|
|
||
|
|
interface Ethernet1
|
||
|
|
no switchport
|
||
|
|
ip address 64.92.84.81/24
|
||
|
|
|
||
|
|
interface Ethernet2
|
||
|
|
no switchport
|
||
|
|
ip address 172.16.1.188/31
|
||
|
|
|
||
|
|
ip route 186.233.184.235/32 172.16.1.189
|
||
|
|
|
||
|
|
ip access-list SHRED-RELAY-ACL
|
||
|
|
10 permit udp any any eq 20000
|
||
|
|
|
||
|
|
traffic-policy SHRED-RELAY
|
||
|
|
match SHRED-RELAY-ACL
|
||
|
|
set nexthop 172.16.1.189
|
||
|
|
|
||
|
|
system-rule overriding-action redirect
|
||
|
|
|
||
|
|
interface Ethernet1
|
||
|
|
traffic-policy input SHRED-RELAY
|