[index] AWCプラグイン(AT-VST-APL版) リファレンスマニュアル 3.14.0
awplus> enable ↓ awplus#
awplus# configure terminal ↓ Enter configuration commands, one per line. End with CNTL/Z. awplus(config)#※以後、プロンプトおよびコマンドの応答は省略します。
hostname TQ6702_GEN2-R-1
username awcadmin privilege 15 password naisho!
bridge 1 bridge 2 bridge 3
Note併せて、VLAN ID 10、20、100のVLANタグ付きパケットを通過させるための802.1Q Ethernetサブインターフェースを作成します。AT-TQRシリーズをAWCプラグインの管理下に登録するときは、AMF Plusネットワークとの接続にeth1のみを使用してください。eth2を経由してAMF Plusネットワークに接続しようとした場合、AWCプラグインの管理下に登録することはできません。
interface eth1 ip address 192.168.1.200/24 encapsulation dot1q 10 encapsulation dot1q 20 encapsulation dot1q 1003つの802.1Q Ethernetサブインターフェースeth1.10、eth1.20、eth1.100が作成されます。
interface eth1.10 bridge-group 1 interface eth1.20 bridge-group 2 interface eth1.100 bridge-group 3
ip route 0.0.0.0/0 192.168.1.1
atmf network-name AMF001
interface eth1 atmf-linkAMF Plusマスターと正しくAMFリンクを疎通すると、AMF Plusネットワーク参加のログが表示されます。
end
awplus# copy running-config startup-config ↓ Building configuration... [OK]また、write fileコマンド、write memoryコマンドでも同じことができます。
awplus# write memory ↓ Building configuration... [OK]
! hostname TQ6702_GEN2-R-1 ! username awcadmin privilege 15 password naisho! ! bridge 1 bridge 2 bridge 3 ! interface eth1 encapsulation dot1q 10 encapsulation dot1q 20 encapsulation dot1q 100 ip address 192.168.1.200/24 atmf-link ! interface eth1.10 bridge-group 1 ! interface eth1.20 bridge-group 2 ! interface eth1.100 bridge-group 3 ! ip route 0.0.0.0/0 192.168.1.1 ! atmf network-name AMF001 ! end