キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 
cancel
1713
閲覧回数
5
いいね!
0
コメント
Taishi Kadota
Cisco Employee
Cisco Employee

 

概要

cXR (32 bit)  と eXR (64 bit) では Default の stopbit の値に変更があります。

cXR では Default の stopbit は '2' で動作していますが、eXR では Default の stopbit は '1' で動作しています。

cXR (32 bit)

RP/0/RSP0/CPU0:cXR#show line console location 0/RSP0/CPU0
Mon Feb  4 02:44:32.323 UTC
   Tty             Speed     Overruns             Acc I/O
   con0/RSP0/CPU0    9600          0/0                 -/-
Line "con0_RSP0_CPU0", Location "0/RSP0/CPU0", Type "Console"
Length: 0 lines, Width: 300 columns
Baud rate (TX/RX) is 9600, "No" Parity, 2 stopbits, 8 databits
Template: console
Capabilities: Timestamp Disabled
Allowed transports are none.

cXR では 以下にて stopbit の値を変更できます。

RP/0/RSP0/CPU0:cXR(config)#line console
RP/0/RSP0/CPU0:cXR(config-line)#stopbits 1
RP/0/RSP0/CPU0:cXR(config-line)#commit

RP/0/RSP0/CPU0:cXR(config-line)#do show run line console
Mon Feb  4 02:50:03.963 UTC
line console
 timestamp
 exec-timeout 0 0
 stopbits 1
!

eXR で同様に stopbit を変更しようとすると以下のような error となり stopbit の値を変更することはできません。

これは、eXR は仕様上、tty infra について、 Hardware に直接作用することが出来いないためであり期待された動作

となります。

eXR ( 64 bit )

RP/0/RSP0/CPU0:eXR(config)#line console
RP/0/RSP0/CPU0:eXR(config-line)#stopbits 2
RP/0/RSP0/CPU0:eXR(config-line)#commit
Thu Jan 10 11:20:12.617 JST
% Failed to commit one or more configuration items during a pseudo-atomic operation. All changes made have been reverted. Please issue 'show configuration failed [inheritance]' from this session to view the errors

RP/0/RSP0/CPU0:eXR(config-line)#show configuration failed
Thu Jan 10 11:20:15.203 JST !! SEMANTIC ERRORS: This configuration was rejected by !! the system due to semantic errors. The individual !! errors with each failed configuration command can be !! found below.
line console
  stopbits 2
!!% 'CfgMgr' detected the 'fatal' condition 'This configuration has not been verified and can not be accepted by the system.'
!
end

また、eXR において、Console 情報を show コマンドにて確認した場合、Default の stopbit が '2' と表示

されておりますが、これは表示上の問題となり、正しくは '1' にて動作していますのでご注意ください。

RP/0/RSP0/CPU0:eXR#show line console location 0/RSP0/CPU0

Thu Jan 10 11:37:02.832 JST
    Tty             Speed     Overruns             Acc I/O
    con0/RSP0/CPU0    9600          0/0                 -/-
Line "con0_RSP0_CPU0", Location "0/RSP0/CPU0", Type "Console"
Length: 24 lines, Width: 80 columns
Baud rate (TX/RX) is 9600, "No" Parity, 2 stopbits, 8 databits
Template: console
Capabilities: Timestamp Disabled
Allowed transports are none.。
!

Getting Started

検索バーにキーワード、フレーズ、または質問を入力し、お探しのものを見つけましょう

シスコ コミュニティをいち早く使いこなしていただけるよう役立つリンクをまとめました。みなさんのジャーニーがより良いものとなるようお手伝いします