例:集約されたイーサネット上の静的な基礎となる VLAN Demux インターフェイス上の静的 PPPoE 加入者インターフェイスの設定
この例では、集約されたイーサネット・バンドル上で静的PPPoE加入者インターフェイスを設定して、加入者リンクの冗長性を提供する方法を示しています。
要件
集合型イーサネット上の VLAN デモマックス インターフェイス上の PPPoE には、以下のハードウェアとソフトウェアが必要です。
MXシリーズ5Gユニバーサルルーティングプラットフォーム
MPC
Junos OS リリース 11.2 以降
この機能を設定する前に、デバイス初期化以外の特別な設定は必要ありません。
概要
集合型イーサネット・バンドルは、イーサネット・リンクで接続されたルーターとネットワーク・デバイス間のリンク冗長性を可能にします。この例では、中間静的VLANデモマックスインターフェイスを使用して、集約されたイーサネットインターフェイス上で静的PPPoE加入者のリンク冗長性を設定する方法を説明します。サンプルタスクには、PPPoE ae0
加入者インターフェイスの基礎となる静的VLANデモマックスインターフェイスの設定、 demux0.100
PPPoEファミリーの特性を含むPPPoE加入者インターフェイスの設定など、 pp0.100
2メンバーの集約型イーサネットバンドルの設定が含まれます。
この例では、考えられるすべての設定の選択肢を表示するわけではありません。
構成
手順
CLI クイックコンフィギュレーション
集約されたイーサネット上の静的なVLAN demuxインターフェイス上で静的PPPoE加入者のリンク冗長性を迅速に設定するには、以下のコマンドをコピーしてテキストファイルに貼り付け、改行を削除してから、コマンドをコピーしてCLIに貼り付けます。
[edit] set chassis aggregated-devices ethernet device-count 1 set interfaces ge-5/0/3 gigether-options 802.3ad ae0 set interfaces ge-5/0/3 gigether-options 802.3ad primary set interfaces ge-5/1/2 gigether-options 802.3ad ae0 set interfaces ge-5/1/2 gigether-options 802.3ad backup set interfaces ae0 flexible-vlan-tagging set interfaces ae0 aggregated-ether-options link-protection edit interfaces demux0 unit 100 set vlan-id 100 set demux-options underlying-interface ae0 set family pppoe access-concentrator pppoe-server-1 set family pppoe duplicate-protection set family pppoe max-sessions 16000 top edit interfaces pp0 unit 100 set pppoe-options underlying-interface demux0.100 set pppoe-options server set family inet unnumbered-address lo0.0 top
手順
次の例では、設定階層内のさまざまなレベルに移動する必要があります。その方法の詳細については、 設定モードでのCLIエディターの使用を参照してください。
静的な PPPoE 加入者に、集約されたイーサネット上の静的 VLAN デモクス インターフェイス上でリンク冗長性を設定するには:
ルーター上の集合型イーサネット デバイスの数を定義します。
[edit chassis] user@host# set aggregated-devices ethernet device-count 1
静的VLAN demux加入者インターフェイスの基盤となるインターフェイスとして機能するように、2リンク集約型イーサネット論理インターフェイスを設定します。この例では、LAGバンドルは、1対1のアクティブ/バックアップリンク冗長性に設定されています。MPCレベルでリンク冗長性をサポートするために、LAGバンドルは2つの異なるMPCのポートに接続します。
[edit interfaces] user@host# set ge-5/0/3 gigether-options 802.3ad ae0 user@host# set ge-5/0/3 gigether-options 802.3ad primary user@host# set ge-5/1/2 gigether-options 802.3ad ae0 user@host# set ge-5/1/2 gigether-options 802.3ad backup
集合型イーサネット論理インターフェイスでリンク保護を有効にし、シングルおよびデュアル(スタック)VLANタグのサポートを設定します。
[edit interfaces] user@host# set ae0 aggregated-ether-options link-protection user@host# set ae0 flexible-vlan-tagging
集合型イーサネット論理インターフェイス上でVLANデモクインターフェイスを設定します。
[edit interfaces] user@host# set demux0 unit 100 vlan-id 100 user@host# set demux0 unit 100 demux-options underlying-interface ae0
VLAN demuxインターフェイスでPPPoEファミリー属性を設定します。
[edit interfaces] user@host# set demxu0 unit 100 family pppoe access-concentrator pppoe-server-1 user@host# set demux0 unit 100 family pppoe duplicate-protection user@host# set demux0 unit 100 family pppoe max-sessions 16000
PPPoE 論理インターフェイスが作成される基盤となるインターフェイスとして VLAN demux インターフェイスを設定します。
[edit interfaces] user@host# set pp0 unit 100 pppoe-options underlying-interface demux0.100 user@host# set pp0 unit 100 pppoe-options server user@host# set pp0 unit 100 family inet unnumbered-address lo0.0
結果
設定モードから、 コマンドを入力して、集約されたデバイス設定を show chassis
確認します。コマンドを入力して、インターフェイスの設定を show interfaces
確認します。出力に意図した設定が表示されない場合は、この例の設定手順を繰り返して修正します。
[edit] user@host# show chassis aggregated-devices { ethernet { device-count 1; } }
[edit] user@host# show interfaces ge-5/0/3 { gigether-options { 802.3ad { ae0; primary; } } } ge-5/1/2 { gigether-options { 802.3ad { ae0; backup; } } } ae0 { flexible-vlan-tagging; aggregated-ether-options { link-protection; } } demux0 { unit 100 { vlan-id 100; demux-options { underlying-interface ae0; } family pppoe { access-concentrator pppoe-server-1; duplicate-protection; max-sessions 16000; } } } pp0 { unit 100 { pppoe-options { underlying-interface demux0.100; server; } family inet { unnumbered-address lo0.0; } } }
デバイスの設定が完了したら、設定モードから を入力します commit
。
検証
設定が正常に機能していることを確認するには、次のタスクを実行します。
集合型イーサネット・インターフェースの構成の検証
目的
インターフェイス値が設定と一致し、リンクがアップしており、トラフィックが流れているか確認します。
アクション
動作モードから、 コマンドを show interfaces redundancy
入力します。
user@host> show interfaces redundancy Interface State Last change Primary Secondary Current status ae0 On primary ge-5/0/3 ge-5/1/2 both up
動作モードから、 コマンドを show interfaces ae0
入力します。
user@host> show interfaces ae0 Physical interface: ae0, Enabled, Physical link is Up Interface index: 128, SNMP ifIndex: 606 Link-level type: Ethernet, MTU: 1522, Speed: 1Gbps, BPDU Error: None, MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled, Flow control: Disabled, Minimum links needed: 1, Minimum bandwidth needed: 0 Device flags : Present Running Interface flags: SNMP-Traps Internal: 0x4000 Current address: 00:00:5e:00:53:d0, Hardware address: 00:00:5e:00:53:d0 Last flapped : 2011-03-11 13:24:18 PST (2d 03:34 ago) Input rate : 1984 bps (2 pps) Output rate : 0 bps (0 pps) Logical interface ae0.32767 (Index 69) (SNMP ifIndex 709) Flags: SNMP-Traps 0x4004000 VLAN-Tag [ 0x0000.0 ] Encapsulation: ENET2 Statistics Packets pps Bytes bps Bundle: Input : 371259 2 46036116 1984 Output: 0 0 0 0 Protocol multiservice, MTU: Unlimited Flags: Is-Primary
意味
出力は show interfaces redundancy
、冗長リンク設定と、両方のリンクインターフェイスが立ち上がっていることを示しています。出力は show interfaces ae0
、集約されたイーサネットインターフェイスがアップしており、論理インターフェイスでトラフィックが受信されていることを示しています。
demux0インターフェイス設定の検証
目的
VLAN demuxインターフェイスに、設定されたPPPoEファミリー属性と、集約されたイーサネット・バンドル内のメンバー・リンクが表示されていることを確認します。
アクション
動作モードから、 コマンドを show interfaces demux0
入力します。
user@host> show interfaces demux0.100 Logical interface demux0.100 (Index 76) (SNMP ifIndex 61160) Flags: SNMP-Traps 0x4000 VLAN-Tag [ 0x8100.100 ] Encapsulation: ENET2 Demux: Underlying interface: ae0 (Index 199) Link: ge-5/0/3 ge-5/1/2 Input packets : 2 Output packets: 18575 Protocol pppoe Dynamic Profile: none, Service Name Table: None, Max Sessions: 16000, Duplicate Protection: On, AC Name: pppoe-server-1
または、 を入力 show pppoe underlying-interfaces detail
して、設定されたすべての基本インターフェイスの状態とPPPoEファミリー設定を表示できます。
意味
出力は、基になるインターフェイスの名前、集約されたバンドルのメンバー・リンク、およびPPPoEファミリー構成を示しています。出力は、トラフィックが論理インターフェイスに存在する場合のパケット数を示しています。
pp0 インターフェイス設定の検証
目的
インターフェイス値が設定と一致していることを確認します。
アクション
動作モードから、 コマンドを show interfaces pp0
入力します。
user@host> show interfaces pp0.100 Logical interface pp0.100 (Index 71) (SNMP ifIndex 710) Flags: Point-To-Point SNMP-Traps 0x4000 Encapsulation: PPPoE PPPoE: State: SessionUp, Session ID: 1, Session AC name: pppoe-server-1, Remote MAC address: 00:00:5e:00:53:34, Underlying interface: demux0.100 (Index 70) Link: ge-5/0/3.32767 ge-5/1/2.32767 Input packets : 18572 Output packets: 18572 Keepalive settings: Interval 10 seconds, Up-count 1, Down-count 3 Keepalive: Input: 0 (never), Output: 18566 (00:00:02 ago) LCP state: Opened NCP state: inet: Opened, inet6: Not-configured, iso: Not-configured, mpls: Not-configured CHAP state: Closed PAP state: Success Protocol inet, MTU: 1500 Flags: Sendbcast-pkt-to-re Addresses, Flags: Is-Primary Local: 45.63.24.1
意味
この出力は、基盤となる VLAN demux インターフェイスで作成された PPPoE 論理インターフェイスに関する情報を示しています。出力には、PPPoEファミリーと集合型イーサネット冗長リンク情報が含まれており、PPPoEインターフェイスの入出力トラフィックが表示されます。