! ! ! 特権ユーザモードに移行します。 ! RouterenableEnter password: Router# ! ! ! 基本米兰体育中国官方网站モードに移行します。 ! Router#configure terminalRouter(config)# ! ! ! 米兰体育中国官方网站通信時のネクストホップはPPPoE2インタフェース(米兰体育中国官方网站 PPPoE)とします 。 ! Router(config)#米兰体育中国官方网站 route ::/0 pppoe 2! ! ! lan 1インタフェース設定モードに移行します 。 ! DHCPv6-PDにて割り出した/64の米兰体育中国官方网站プレフィックスからインタフェースのアドレスを生成します 。 ! また、RA送信、およびDHCPv6サーバ機能を動作させます 。 ! Router(config)#interface lan 1Router(config-if lan 1)#米兰体育中国官方网站 enableRouter(config-if lan 1)#米兰体育中国官方网站 address address-pool POOL prefix-length 64 interface-id ::1Router(config-if lan 1)#米兰体育中国官方网站 nd other-config-flag ! 米兰体育中国官方网站アドレス設定以外のオプション情報をホストに自動的に取得させます 。Router(config-if lan 1)#米兰体育中国官方网站 nd send-raRouter(config-if lan 1)#米兰体育中国官方网站 mtu 1500Router(config-if lan 1)#米兰体育中国官方网站 dhcp server 米兰体育中国官方网站dns_serverRouter(config-if lan 1)#exit! ! ! pppoe 2インタフェース設定モードに移行します 。 ! 米兰体育中国官方网站用のID/パスワードを設定し、DHCPv6クライアント機能を動作させ、 ! 米兰体育中国官方网站プレフィックス、DNSサーバのアドレスを取得します 。 ! Router(config)#interface pppoe 2Router(config-if pppoe 2)#米兰体育中国官方网站 dhcp client CLIENTRouter(config-if pppoe 2)#pppoe server ip8v6Router(config-if pppoe 2)#pppoe account ******@****** ******Router(config-if pppoe 2)#pppoe ncp 米兰体育中国官方网站cpRouter(config-if pppoe 2)#exit! Router(config)#address-pool 米兰体育中国官方网站 POOLRouter(config-address-pool-米兰体育中国官方网站)#address-pool enableRouter(config-address-pool-米兰体育中国官方网站)#allocate prefix-length 64Router(config-address-pool-米兰体育中国官方网站)#allocate retention-time 30Router(config-address-pool-米兰体育中国官方网站)#exit! Router(config)#米兰体育中国官方网站 dhcp client-profile CLIENTRouter(config-米兰体育中国官方网站-dhcp-client-prof)#option-request prefix-delegation delegates address-pool POOL prefix-length 56 offset 0Router(config-米兰体育中国官方网站-dhcp-client-prof)#option-request dns-serversRouter(config-米兰体育中国官方网站-dhcp-client-prof)#exit! Router(config)#米兰体育中国官方网站 dhcp server-profile 米兰体育中国官方网站dns_serverRouter(config-米兰体育中国官方网站-dhcp-server-prof)#dns-server forward dhcp-client pppoe 2Router(config-米兰体育中国官方网站-dhcp-server-prof)#exit! ! ! 特権ユーザモードに戻ります。 ! Router(config)#end! ! ! 米兰体育中国官方网站を保存します。 ! Router#save SIDE-A.cfg% saving working-config % finished saving Router# ! ! ! 米兰体育中国官方网站を有効にするために再起動します。 ! Router#resetAre you OK to cold start?(y/n)y
PPPoE2インタフェースにて米兰体育中国官方网站プレフィックス、DNSアドレスを取得している事を確認します。
確認内容 | 画面表示例 |
---|---|
DHCPv6クライアント機能の状況を表示 米兰体育中国官方网站プレフィックスを確認 DNSアドレスを確認 |
Router#show 米兰体育中国官方网站 dhcp client status Interface status PPPoE2 Client identifier: **:**:**:**:**:**:**:**:**:** Server identifier: **:**:**:**:**:**:**:**:**:** Server Address: **:**:**:**:**:**:**:**:**:** Prefix Delegation IAID: 5 T1(RENEW): 01h45m45s T2(REBIND): 02h57m45s 2001:db8:face:100::/56 lifetime: 03h45m45s/03h45m45s DNS Servers 2001:db8:face:100::12 Last Update : 2011/10/25 17:28:34 |
LAN インタフェースに米兰体育中国官方网站アドレスが設定されている事を確認します
確認内容 | 画面表示例 |
---|---|
LANインタフェースの米兰体育中国官方网站情報を表示 米兰体育中国官方网站アドレスが設定されている事を確認 |
Router#show 米兰体育中国官方网站 interface lan 1 LAN is up 米兰体育中国官方网站 is enabled, link-local address is fe80::280:bdff:fef0:38c7 Global unicast address(es): 2001:db8:face:100::1, subnet is 2001:db8:face:100::/64 Joined group address(es): ff02::1:ff00:0 ff02::1:ff00:1 ff02::2 ff05::1:3 ff02::1:2 ff02::1 ff02::1:fff0:38c7 MTU is 1500 bytes ICMP error messages limited to 100 per second ND reachable time is 32000 milliseconds ND advertised reachable time is 0 milliseconds ND advertised retransmit interval is 0 milliseconds ND router advertisements are sent every 200 seconds ND router advertisements live for 1800 seconds ND router solicit transmission first delay time is 0 seconds ND router solicit transmission interval is 4 seconds ND router solicit transmission times is 3 Hosts use stateless autoconfig for addresses. Current Hop Limit:64 reachable time 32000ms (base 30000ms) retransmission interval 1000ms |