インターフェイスの設定
ここでは、ギガビット インターフェイスを設定する方法について説明し、ルータ インターフェイスの設定例も示します。
ギガビット イーサネット インターフェイスの設定
手順の概要
- enable
- configure terminal
- interface GigabitEthernet slot/subslot/port
- ip address ip-address mask [secondary] dhcp pool
- negotiation auto
- end
手順の詳細
コマンドまたはアクション | 目的 | |
---|---|---|
ステップ 1 |
enable 例:
|
特権 EXEC モードを有効にします。 パスワードを入力します(要求された場合)。 |
ステップ 2 |
configure terminal 例:
|
グローバル コンフィギュレーション モードを開始します。 |
ステップ 3 |
interface GigabitEthernet slot/subslot/port 例:
|
GigabitEthernet インターフェイスを設定します。
|
ステップ 4 |
ip address ip-address mask [secondary] dhcp pool 例:
|
GigabitEthernet に IP アドレスを割り当てます。
|
ステップ 5 |
negotiation auto 例:
|
ネゴシエーション モードを選択します。
|
ステップ 6 |
end 例:
|
現在のコンフィギュレーション セッションを終了して、特権 EXEC モードに戻ります。 |
インターフェイスの設定:例
次に、interface gigabitEthernet コマンドを使用してインターフェイスを追加し、IP アドレスを設定する例を示します。0/0/0 はスロット/サブスロット/ポートを示します。ポートには 0 ~ 3 の番号が付いています。
Router# show running-config interface gigabitEthernet 0/0/0
Building configuration...
Current configuration : 71 bytes
!
interface gigabitEthernet0/0/0
no ip address
negotiation auto
end
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)# interface gigabitEthernet 0/0/0
すべてのインターフェイスのリストの表示:例
この例では、show platform software interface summary コマンドおよび show interfaces summary コマンドを使用して、すべてのインターフェイスを表示します。
Router# show platform software interface summary
Interface IHQ IQD OHQ OQD RXBS RXPS TXBS TXPS TRTL
-----------------------------------------------------------------------------
* GigabitEthernet0/0/0 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/1 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/2 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/3 0 0 0 0 0 0 0 0 0
* GigabitEthernet0 0 0 0 0 0 0 0 0 0
Router# show interfaces summary
*: interface is up
IHQ: pkts in input hold queue IQD: pkts dropped from input queue
OHQ: pkts in output hold queue OQD: pkts dropped from output queue
RXBS: rx rate (bits/sec) RXPS: rx rate (pkts/sec)
TXBS: tx rate (bits/sec) TXPS: tx rate (pkts/sec)
TRTL: throttle count
Interface IHQ IQD OHQ OQD RXBS RXPS TXBS TXPS TRTL
------------------------------------------------------------------------------------------
* GigabitEthernet0/0/0 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/1 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/2 0 0 0 0 0 0 0 0 0
* GigabitEthernet0/0/3 0 0 0 0 0 0 0 0 0
* GigabitEthernet 0 0 0 0 0 0 0 0 0
インターフェイスに関する情報の表示:例
次に、show ip interface brief コマンドを使用して、インターフェイスの IP 情報とステータスの要約(仮想インターフェイスバンドル情報を含む)を表示する例を示します。
Router# show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 10.0.0.1 YES manual down down
GigabitEthernet0/0/1 unassigned YES NVRAM administratively down down
GigabitEthernet0/0/2 10.10.10.1 YES NVRAM up up
GigabitEthernet0/0/3 10.8.8.1 YES NVRAM up up
GigabitEthernet0 172.18.42.33 YES NVRAM up up