LAN境界ルーターのテンプレート


############################
# For NVR500 Rev.11.00.13
############################
#
# < グローバル IPv4 >
# グローバルIPv4 CIDR = [IPv4 CIDR]
# インターネット境界ルーター = [Internet-router(IPv4)]
# IPv4 Network ID = [Network ID(IPv4)]
# LAN境界ルーター = [LAN-Router(IPv4)]
#
# < ローカルIPv4 >
# LAN側ルーター = [LAN-Loacl(IPv4)]
#
# < IPv6 >
# GUA Prefix = [GUA Prefix]
# ULA Prefix = [ULA Prefix]
# DMZ サブネットID = [DMZ-Subnet]
#
# < その他 >
# syslog server = [Syslog]
# DNS1 = [DNS-1]
# DNS2 = [DNS-2]
# Domain Name = [Domain]
# ルーターパスワード = [RT-Password]
#
############################
# default 設定の削除
no ip lan1 address
no dhcp service server
no dhcp server rfc2131 compliant except remain-silent
no dhcp scope 1
############################
login password

[RT-Password]
[RT-Password]
administrator password

[RT-Password]
[RT-Password]
console columns 200
console lines infinity
ip route default gateway [Internet-router(IPv4)]
ip filter source-route on
ip filter directed-broadcast on
ipv6 route default gateway fe80::1%2
ipv6 prefix 1 [GUA Prefix]::/64
ipv6 prefix 2 [ULA Prefix]::/64
ip lan1 address [LAN-Loacl(IPv4)]/24
ip lan1 rip send on version 2
ip lan1 rip receive on version 2
ip lan1 tcp mss limit auto
ipv6 lan1 address fe80::1/10
ipv6 lan1 address [ULA Prefix]::1/64
ipv6 lan1 address [GUA Prefix]::1/64
ipv6 lan1 rtadv send 1 2 o_flag=on
ipv6 lan1 rip send on
ipv6 lan1 rip receive on
ipv6 lan1 mld router version=1,2
ip lan2 address [LAN-Router(IPv4)][IPv4 CIDR]
ip lan2 rip send off
ip lan2 rip receive off
ipv6 lan2 address fe80::2/10
ipv6 lan2 address [GUA Prefix]:[DMZ-Subnet]::2/64
ipv6 lan2 rip send off
ipv6 lan2 rip receive off
ipv6 lan2 mld host version=1,2
rip use on
ipv6 rip use on
syslog host [Syslog]
syslog notice on
syslog info on
dns server [DNS-1] [DNS-2]
dns domain [Domain]
schedule at 1 */* *:01 * ntpdate ntp.nict.jp syslog
httpd service off
httpd host none
operation http revision-up permit on

 

Copyright © MURA All rights reserved.