!
!
!
Router> enable
Enter password: super ←パスワードを入力します。(実際は表示されない)
Router# configure terminal
Router(config)#
!
!
! 各インタフェースに関する設定します。
!
Router(config)# interface lan 1
Router(config-if lan 1)# ipv6 address address-pool POOL1 prefix-length 64
Router(config-if lan 1)# exit
Router(config)#
!
!
!
! EWANインタフェース設定モードに移行します。
!
Router(config)# interface ewan 1
Router(config-if ewan 1)# ipv6 enable
Router(config-if ewan 1)# ipv6 nd receive-ra
Router(config-if ewan 1)# ipv6 dhcp client PROFILE-A
Router(config-if ewan 1)# exit
Router(config)#
!
!
! DHCPv6の設定をします。
!
Router(config)# address-pool ipv6 POOL1
Router(config-address-pool-ipv6)# address-pool enable
Router(config-address-pool-ipv6)# exit
Router(config)#
!
Router(config)# ipv6 dhcp client-profile PROFILE-A
Router(config-ipv6-dhcp-client-prof)# option-request prefix-delegation delegates address-pool POOL1 prefix-length 64
Router(config-ipv6-dhcp-client-prof)# exit
Router(config)#
!
!
! デフォルトルートを設定をします。
!
Router(config)# ipv6 route ::0/0 ewan 1
!
!
! 特権ユーザモードに戻ります。
!
Router(config)# end
!
!
! 設定を保存します。
!
Router# save SIDE-A.cfg
% saving working-config
% finished saving
Router#
!
!
! 設定を有効にするために再起動します。
!
Router# reset
Are you OK to cold start?(y/n) y
|