The customer wants to know if he can test these cards: 1GBIS4W using 2 routers.
1. Asking for the software version
2. Investigate if the router supports this type of cards
3. Searching for a way to test those cards using 2 routers
I suggested for the customer to use the following configuration:
When two devices establish a back-to-back connection, one device must work in in CO mode and the other device must work in CPE mode. By default, a G.SHDSL interface works in CPE
mode.
# Configure the G.SHDSL interface using ATM to work in CO mode.
<Huawei> system-view
[Huawei] set workmode slot 1 shdsl atm
Warning: Changing the working mode will reset the
board in slot 1. Continue? [y/
n]:y
INFO: Resetting board[1] succeeded.
[Huawei] interface atm 1/0/1
[Huawei-Atm1/0/1] shutdown
[Huawei-Atm1/0/1] quit
[Huawei] interface atm 1/0/2
[Huawei-Atm1/0/2] shutdown
[Huawei-Atm1/0/2] quit
[Huawei] interface atm 1/0/3
[Huawei-Atm1/0/3] shutdown
[Huawei-Atm1/0/3] quit
[Huawei] interface atm 1/0/0
[Huawei-Atm1/0/0] shutdown
[Huawei-Atm1/0/0] shdsl
mode co
After one device is set in CO mode and another in CPE mode, the client should use the following configuration to use the ping for testing those cards:
Router A:
#
interface Atm1/0/0
ip address 1.1.1.2 255.255.255.0
pvc 1/35
map ip default
#
interface Atm1/0/1
#
interface Atm1/0/2
#
interface Atm1/0/3
#
Router B:
#
interface Atm2/0/0
ip address 1.1.1.1 255.255.255.0
pvc 1/35
map ip default
shdsl mode co
#
interface Atm2/0/1
#
interface Atm2/0/2
#
interface Atm2/0/3
#
Ping router B from router A
[liyajun_sender]ping 1.1.1.1
PING 1.1.1.1: 56 data bytes, press
CTRL_C to break
Reply from 1.1.1.1: bytes=56 Sequence=1 ttl=255 time=1ms
Reply from 1.1.1.1: bytes=56 Sequence=2 ttl=255 time=2ms
Reply from 1.1.1.1: bytes=56 Sequence=3 ttl=255 time=2ms
Reply from 1.1.1.1: bytes=56 Sequence=4 ttl=255 time=1ms
Reply from 1.1.1.1: bytes=56 Sequence=5 ttl=255 time=1ms
--- 1.1.1.1 ping statistics---
5 packet(s) transmitted
5 packet(s) received
0.00% packet loss
round-trip min/avg/max = 1/1/2ms
NO
END
Author : a84069511
Document ID: EKB1000529960
Fault Type :