2020-02-06 07:52 PM
下記のコンフィグを同様に流し込むも、ISR4321ではBRIポートを使用して通信が出来ません。
【前提情報】
■1812-J C181X-ADVIPSERVICESK9-M 12.4(6)T2
■ISR4321 IOS XE 16.09.03 X86_64_LINUX_IOSD-UNIVERSALK9-M
■4321にはNIM-4BRI-S/T BRI Module(NIM-4BRI-S/T)を使用
■疑似交換機を使用し、拠点側にはグローバル番号"11"、対向側には21を割り当て
■下記のコンフィグと同一のコンフィグで1812-Jはルーター間で疎通が成功する
■ISR4321 2機を使用した下記構成ではPingが成功しない
■Ping実行時、下記debugコマンドは有効化済みですがAttemptingさえも現れない
<構成>
[拠点側ルーター(ISR4321)]BRI0/1/0-----[疑似交換機]-----BRI0/1/0[対向側ルーター(ISR4321)]
諸兄の知恵をお貸し願えませんでしょうか。
【拠点側ルーター(ISR4321) コンフィグ】
hostname Router_A |
username Router_B privilege 15 password 0 cisco |
isdn switch-type ntt |
int bri0/1/0:0 |
ip address 192.168.0.254 255.255.255.0 |
encapsulation ppp |
dialer idle-timeout 300 |
dialer map ip 192.168.0.253 name Router_B 21 |
dialer-group 1 |
ppp authentication chap |
dialer load-threshold 128 either |
ppp multilink |
no shut |
exit |
dialer-list 1 protocol ip permit |
【対向側ルーター(ISR4321) コンフィグ】
hostname Router_B |
username Router_A privilege 15 password 0 cisco |
isdn switch-type ntt |
int bri0/1/0:0 |
ip address 192.168.0.253 255.255.255.0 |
encapsulation ppp |
dialer idle-timeout 300 |
dialer map ip 192.168.0.254 name Router_A 11 |
dialer-group 1 |
ppp authentication chap |
dialer load-threshold 128 either |
ppp multilink |
no shut |
exit |
dialer-list 1 protocol ip permit |
【補足ログ】
Router_A#show controllers bri
BRI unit 0, BRI0/1/0:0:layer 1 operating in LT-T mode.
Layer 1 is DEACTIVATED. (ISDN L1 State F3)
BRI unit 1, BRI0/1/1:0:layer 1 operating in LT-T mode.
Layer 1 is DEACTIVATED. (ISDN L1 State F3)
BRI unit 2, BRI0/1/2:0:layer 1 operating in LT-T mode.
Layer 1 is DEACTIVATED. (ISDN L1 State F3)
BRI unit 3, BRI0/1/3:0:layer 1 operating in LT-T mode.
Layer 1 is DEACTIVATED. (ISDN L1 State F3)
ip routing
debug dialer
debug dialer packet
debug isdn q931
debug isdn q921
debug ppp negotiation
debug ppp authentication
Router_A#show ip int brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES unset administratively down down
GigabitEthernet0/0/1 unassigned YES unset administratively down down
GigabitEthernet0 unassigned YES unset administratively down down
BRI0/1/0:0 192.168.0.254 YES manual up up
BRI0/1/0:1 unassigned YES unset down down
Router_A#show isdn status
Global ISDN Switchtype = ntt
ISDN BRI0/1/0:0 interface
dsl 0, interface ISDN Switchtype = ntt
Layer 1 Status:
DEACTIVATED
Layer 2 Status:
Layer 2 NOT Activated
Layer 3 Status:
0 Active Layer 3 Call(s)
Active dsl 0 CCBs = 0
The Free Channel Mask: 0x80000003
BRI0/1/0:2 unassigned YES unset down down
BRI0/1/1:0 unassigned YES unset administratively down down
BRI0/1/1:1 unassigned YES unset administratively down down
BRI0/1/1:2 unassigned YES unset administratively down down
BRI0/1/2:0 unassigned YES unset administratively down down
BRI0/1/2:1 unassigned YES unset administratively down down
BRI0/1/2:2 unassigned YES unset administratively down down
BRI0/1/3:0 unassigned YES unset administratively down down
BRI0/1/3:1 unassigned YES unset administratively down down
BRI0/1/3:2 unassigned YES unset administratively down down
Router_A#show running-config
Building configuration...
Current configuration : 4240 bytes
!
! Last configuration change at 10:35:56 UTC Thu Feb 6 2020
!
version 16.9
service timestamps debug datetime msec
service timestamps log datetime msec
platform qfp utilization monitor load 80
no platform punt-keepalive disable-kernel-core
!
hostname Router_A
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
Router_A#ter len 0
Router_A#show run
Router_A#show running-config
Building configuration...
Current configuration : 4240 bytes
!
! Last configuration change at 10:35:56 UTC Thu Feb 6 2020
!
version 16.9
service timestamps debug datetime msec
service timestamps log datetime msec
platform qfp utilization monitor load 80
no platform punt-keepalive disable-kernel-core
!
hostname Router_A
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
no aaa new-model
!
!
!
!
login on-success log
!
!
!
!
!
!
!
subscriber templating
multilink bundle-name authenticated
!
isdn switch-type ntt
!
!
crypto pki trustpoint TP-self-signed-
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-
revocation-check none
rsakeypair TP-self-signed-
!
!
crypto pki certificate chain TP-self-signed-
certificate self-signed 01
省略
quit
!
license udi pid ISR4321/K9 sn
no license smart enable
diagnostic bootup level minimal
!
spanning-tree extend system-id
!
!
!
username Router_B privilege 15 password 0 cisco
!
redundancy
mode none
!
!
!
!
!
!
!
!
interface GigabitEthernet0/0/0
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
interface BRI0/1/0:0
ip address 192.168.0.254 255.255.255.0
encapsulation ppp
dialer idle-timeout 300
dialer map ip 192.168.0.253 name Router_B 21
dialer load-threshold 128 either
dialer-group 1
isdn switch-type ntt
isdn tei-negotiation first-call
isdn point-to-point-setup
isdn static-tei 0
ppp authentication chap
ppp multilink
!
interface BRI0/1/1:0
no ip address
encapsulation hdlc
shutdown
isdn switch-type ntt
isdn point-to-point-setup
!
interface BRI0/1/2:0
no ip address
encapsulation hdlc
shutdown
isdn switch-type ntt
isdn point-to-point-setup
!
interface BRI0/1/3:0
no ip address
encapsulation hdlc
shutdown
isdn switch-type ntt
isdn point-to-point-setup
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip tftp source-interface GigabitEthernet0
!
!
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
line con 0
transport input none
stopbits 1
line aux 0
stopbits 1
line vty 0 4
login
!
!
!
!
!
!
end
Router_A#
宜しくお願い致します。
2020-02-10 09:19 AM
こんにちは
旧機器からの IOS-XE 機器へのマイグレーション時に良くある問題として、以下の記事があります。レガシーDDRは非推奨となりますので、ダイヤラプロファイルの設定を試してみてはいかがでしょうか。
エキスパートの回答、ステップバイステップガイド、最新のトピックなどお気に入りのアイデアを見つけたら、あとで参照できるように保存しましょう。
コミュニティは初めてですか?これらのヒントを活用してスタートしましょう。 コミュニティの活用方法 新メンバーガイド
下記より関連するコンテンツにアクセスできます