!
! Century Systems NXR-530 Series ver 21.11.4 (build 1/14:46 24 08 2021)
!    DIP-SW : 1:off 2:off 3:off 4:off
!
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
!
!
!
!
ppp account username [ISP_A接続用ユーザID] password [ISP_A接続用パスワード]
ppp account username [ISP_B接続用ユーザID] password [ISP_B接続用パスワード]
!
!
l2tp udp source-port 40001
!
!
!
!
!
interface ppp 0
 ip address negotiated
 ip tcp adjust-mss auto
 ip masquerade
 ip spi-filter
 ppp username [ISP_A接続用ユーザID]
 ppp ipcp enable
!
interface ppp 1
 ip address negotiated
 ip tcp adjust-mss auto
 ip masquerade
 ip spi-filter
 ppp username [ISP_B接続用ユーザID]
 ppp ipcp enable
!
interface ethernet 0
 ip address 192.168.10.1/24
 ip policy route-map pbr
!
interface ethernet 1
 no ip address
 pppoe-client ppp 0
!
interface ethernet 2
 no ip address
 pppoe-client ppp 1
!
dns
 service enable
 priority ppp 0 1
 priority ppp 1 10
!
!
syslog
 local enable
 exit-syslog
!
!
!
system led ext 0 signal-level mobile 0
!
!
!
!
!
!
!
ip route 0.0.0.0/0 ppp 0
ip route 0.0.0.0/0 ppp 1 10
!
!
!
!
ip policy access-list ppp0_pbr_out 192.168.10.0/25 any
ip policy access-list ppp1_pbr_out 192.168.10.128/25 any
!
route-map pbr permit 1
 match ip address ppp0_pbr_out
 set interface ppp 0
!
route-map pbr permit 2
 match ip address ppp1_pbr_out
 set interface ppp 1
!
!
end