! ! Century Systems NXR-530 Series ver 21.11.13 (build 10/16:18 09 03 2023) ! hostname nxr530 telnet-server enable telnet-server ip forbidden-access-wan telnet-server ipv6 forbidden-access-wan http-server enable http-server ip forbidden-access-wan http-server ipv6 forbidden-access-wan no rest http enable no rest https enable ! ! ! ! ! ipv6 forwarding fast-forwarding enable ! ! ! ! ! ipsec priority-ignore enable ! l2tp udp source-port 40001 ! ! ipsec local policy 1 address ip ! ! ipsec isakmp policy 1 description IPSecTunnel1 authentication pre-share IPsecKEY1 keepalive 10 3 periodic hash sha1 encryption aes128 group 2 lifetime 28800 isakmp-mode main remote address ip 192.0.2.1 local policy 1 ! ipsec isakmp policy 2 description IPSecTunnel2 authentication pre-share IPsecKEY2 keepalive 10 3 periodic hash sha1 encryption aes128 group 2 lifetime 28800 isakmp-mode main remote address ip 192.0.2.2 local policy 1 ! ! ipsec tunnel policy 1 description IPSecTunnel1 set transform esp-aes128 esp-sha1-hmac set pfs group2 set key-exchange isakmp 1 match address IPsec_ACL ! ipsec tunnel policy 2 description IPSecTunnel2 set transform esp-aes128 esp-sha1-hmac set pfs group2 set key-exchange isakmp 2 match address IPsec_ACL ! ! interface tunnel 1 mtu 1436 ip address 169.254.56.210/30 ip tcp adjust-mss 1379 tunnel mode ipsec ipv4 no tunnel path-mtu-discovery tunnel protection ipsec policy 1 ! interface tunnel 2 mtu 1436 ip address 169.254.253.142/30 ip tcp adjust-mss 1379 tunnel mode ipsec ipv4 no tunnel path-mtu-discovery tunnel protection ipsec policy 2 ! interface ethernet 0 ip address 192.168.10.1/24 ! interface ethernet 1 ip address 203.0.113.1/30 ip tcp adjust-mss auto ip access-group in eth1_IN ip masquerade ip spi-filter ipsec policy 1 ! interface ethernet 2 no ip address ! router bgp 65000 network 192.168.10.0/24 neighbor 169.254.56.209 remote-as 64512 neighbor 169.254.56.209 update-source tunnel 1 neighbor 169.254.56.209 timers 10 30 neighbor 169.254.253.141 remote-as 64512 neighbor 169.254.253.141 update-source tunnel 2 neighbor 169.254.253.141 timers 10 30 ! dns service enable address 203.0.113.253 address 203.0.113.254 ! ! syslog local enable exit-syslog ! ! ! system led ext 0 signal-level mobile 0 ! ! ! ! ! ! ! ip route 10.0.0.0/16 null 254 ip route 0.0.0.0/0 203.0.113.2 ! ! ! ip access-list eth1_IN permit 192.0.2.1 203.0.113.1 udp 500 500 ip access-list eth1_IN permit 192.0.2.1 203.0.113.1 50 ip access-list eth1_IN permit 192.0.2.2 203.0.113.1 udp 500 500 ip access-list eth1_IN permit 192.0.2.2 203.0.113.1 50 ! ipsec access-list IPsec_ACL ip any any ! ! ! end