物理イーサネット インターフェイスの設定
基本的なイーサネット インターフェイス設定を作成するには、次の手順を実行します。
手順
ステップ 1 |
show version 例:
(任意)現在のソフトウェア バージョンを表示します。また、ルータがライン カードを認識していることを確認する場合にも使用できます。 |
||
ステップ 2 |
show interfaces [HundredGigE | ] interface-path-id 例:
(任意)設定済みのインターフェイスを表示し、各インターフェイス ポートのステータスを確認します。 |
||
ステップ 3 |
configure 例:
グローバル コンフィギュレーション モードを開始します。 |
||
ステップ 4 |
interface [HundredGigE | TenGigE ] interface-path-id 例:
インターフェイス コンフィギュレーション モードを開始し、イーサネット インターフェイス名と rack/slot/module/port 表記を指定します。このステップで使用できるインターフェイスの種類は次のとおりです。
|
||
ステップ 5 |
ipv4 address ip-address mask 例:
IP アドレスとサブネット マスクをインターフェイスに割り当てます。
|
||
ステップ 6 |
mtu bytes 例:
(任意)インターフェイスの MTU 値を設定します。
|
||
ステップ 7 |
no shutdown 例:
shutdown 設定を削除します。こうすることでインターフェイスが強制的に管理上のダウン状態になります。 |
||
ステップ 8 |
end または commit 例:
または
設定変更を保存します。
|
||
ステップ 9 |
show interfaces [HundredGigE | TenGigE ] interface-path-id 例:
(任意)ルータ上のインターフェイスに関する統計情報を表示します。 |
例
次に、100 ギガビット イーサネットのライン カードのインターフェイスを設定する例を示します。
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# interface HundredGigE 0/7/0/0
RP/0/RP0/CPU0:router(config-if)# ipv4 address 172.18.189.38 255.255.255.224
RP/0/RP0/CPU0:router(config-if)# mtu 1448
RP/0/RP0/CPU0:router(config-if)# no shutdown
RP/0/RP0/CPU0:router(config-if)# end
Uncommitted changes found, commit them? [yes]: yes
RP/0/RP0/CPU0:router# show interface HundredGigE 0/7/0/0
HundredGigE0/7/0/0 is up, line protocol is up
Interface state transitions: 1
Hardware is HundredGigE, address is 6219.8864.e330 (bia 6219.8864.e330)
Internet address is 3.24.1.1/24
MTU 9216 bytes, BW 100000000 Kbit (Max: 100000000 Kbit)
reliability 255/255, txload 3/255, rxload 3/255
Encapsulation ARPA,
Full-duplex, 100000Mb/s, link type is force-up
output flow control is off, input flow control is off
Carrier delay (up) is 10 msec
loopback not set,
Last link flapped 10:05:07
ARP type ARPA, ARP timeout 04:00:00
Last input 00:08:56, output 00:00:00
Last clearing of "show interface" counters never
5 minute input rate 1258567000 bits/sec, 1484160 packets/sec
5 minute output rate 1258584000 bits/sec, 1484160 packets/sec
228290765840 packets input, 27293508436038 bytes, 0 total input drops
0 drops for unrecognized upper-level protocol
Received 15 broadcast packets, 45 multicast packets
0 runts, 0 giants, 0 throttles, 0 parity
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
212467849449 packets output, 25733664696650 bytes, 0 total output drops
Output 23 broadcast packets, 15732 multicast packets
39 output errors, 0 underruns, 0 applique, 0 resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
RP/0/RP0/CPU0:router# show running-config interface HundredGigE 0/0/1/0
interface HundredGigE0/7/0/0
mtu 9216
service-policy input linerate
service-policy output elinerate
ipv4 address 3.24.1.1 255.255.255.0
ipv6 address 3:24:1::1/64
flow ipv4 monitor perfv4 sampler fsm ingress
!