0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

DS-Lite Config (Cisco 891FJ-K9) ひかり電話あり

Last updated at Posted at 2022-02-19

自分用メモ。

version 15.9
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone year
service timestamps log datetime msec localtime show-timezone year
service password-encryption
service sequence-numbers
!
hostname c891
!
boot-start-marker
boot-end-marker
!
aqm-register-fnf
!
logging buffered 512000
no logging console
enable secret 9 [パスワード]
!
no aaa new-model
clock timezone JST 9 0
clock calendar-valid
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
ip dhcp excluded-address 10.0.0.0 10.0.0.100
!
ip dhcp pool DHCP
 network 10.0.0.0 255.255.255.0
 default-router 10.0.0.1 
 dns-server 8.8.8.8 
!
!
!
no ip bootp server
ip domain list flets-east.jp
ip domain list iptvf.jp
ip domain name [ドメイン名]
ip cef
ipv6 unicast-routing
ipv6 cef
ipv6 dhcp pool STATELESS
 import dns-server
 import domain-name
!
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
license udi pid C891FJ-K9 sn XXXXXX
!
!
username [ユーザー名] privilege 15 secret 9 [パスワード]
!
redundancy
!
!
!
!
!
! 
!
!
!
!
!
!
!
!
!
!
interface Tunnel0
 description DS-Lite Tunnel
 ip address 192.0.0.2 255.255.255.252
 tunnel source GigabitEthernet8
 tunnel mode ipv6
 tunnel destination [AFTR]
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
 isdn termination multidrop
!
interface FastEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface GigabitEthernet0
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet1
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet2
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet3
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet4
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet5
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet6
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet7
 switchport access vlan 10
 switchport mode access
 no ip address
 no cdp enable
!
interface GigabitEthernet8
 no ip address
 duplex auto
 speed auto
 media-type rj45
 ipv6 address autoconfig default
 ipv6 enable
 ipv6 dhcp client pd PREFIX
!
interface Vlan1
 no ip address
 shutdown
!
interface Vlan10
 ip address 10.0.0.1 255.255.255.0
 ipv6 address PREFIX ::1/64
 ipv6 enable
 ipv6 nd other-config-flag
 ipv6 dhcp server STATELESS
!
interface Async3
 no ip address
 encapsulation slip
!
no ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip route 0.0.0.0 0.0.0.0 192.0.0.1
ip ssh version 2
ip ssh server algorithm mac hmac-sha1 hmac-sha1-96
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr aes128-cbc 3des-cbc aes192-cbc aes256-cbc
!
ipv6 ioam timestamp
!
!
control-plane
!
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
line con 0
 password 7 [パスワード]
 login
 no modem enable
line aux 0
 password 7 [パスワード]
 login
line 3
 modem InOut
 speed 115200
 flowcontrol hardware
line vty 0 4
 exec-timeout 30 0
 password 7 [パスワード]
 login local
 transport input ssh
!
scheduler allocate 20000 1000
ntp server ntp.nict.jp
!
!
!
!
!
!
!
end
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?