ステップ 1 | switch# configure terminal
|
グローバル コンフィギュレーション モードを開始します。
|
ステップ 2 | switch(config) # snmp-server community
com-name
rw
|
SNMPv1 または SNMPv2c 用に Simple Network Management Protocol(SNMP)のコミュニティを作成します。
|
ステップ 3 | switch(config) # snmp-server community
com-name
rw
|
SNMPv1 または SNMPv2c 用に Simple Network Management Protocol(SNMP)のコミュニティを作成します。
|
ステップ 4 | switch(config) # class-map type qos match-all
class-map-name
|
クラス マップのコンポーネント タイプ qos を指定し、クラスマップ タイプ qos コンフィギュレーション モードを開始します。
|
ステップ 5 | switch(config-cmap-qos) # description
text
|
クラスマップの記述を追加します。
|
ステップ 6 | switch(config-cmap-qos) # match cos
cos-list
|
タイプ qos クラス マップのサービス クラス(CoS)値を使用してトラフィックのクラスを定義します。
|
ステップ 7 | switch(config-cmap-qos) # exit
|
クラスマップ タイプ qos コンフィギュレーション モードを終了します。
|
ステップ 8 | switch(config) # policy-map type qos
qos-policy-map-name
|
タイプ qos ポリシー マップを指定し、ポリシーマップ qos コンフィギュレーション モードを開始します。
|
ステップ 9 | switch(config-pmap-qos) # description
text
|
ポリシーマップの記述を設定します。
|
ステップ 10 | switch(config-pmap-qos) # class
class-map-name
|
クラスマップのサービス ポリシーを設定します。
|
ステップ 11 | switch(config-pmap-c-qos) # set qos-group
qos-group-value
|
次に、タイプ qos ポリシー マップのトラフィックのクラスに QoS グループ ID を割り当てます。
|
ステップ 12 | switch(config-pmap-c-qos) # exit
|
ポリシーマップ タイプ qos クラス コンフィギュレーション モードを終了します。
|
ステップ 13 | switch(config-pmap-qos) # exit
|
ポリシーマップ qos コンフィギュレーション モードを終了します。
|
ステップ 14 | switch(config) # interface
type
number
|
インターフェイス コンフィギュレーション モードを開始します。
|
ステップ 15 | switch(config-if) # service-policy type qos input
policy-map-name
|
サービス ポリシー マップを前述のインターフェイスに着信するパケットに適用します。
|
ステップ 16 | switch(config-if) # exit
|
インターフェイス コンフィギュレーション モードを終了します。
|
ステップ 17 | switch(config) # copy running-config startup-config
| (任意)
リブートおよびリスタート時に実行コンフィギュレーションをスタートアップ コンフィギュレーションにコピーして、変更を継続的に保存します。
|