这是从 GroupStudy 上看到的一篇, 想问看看有没有人 try 过...
Kuo...
引言回复:
I'm trying to match my home lab to IPexpert standard topology (I just brought their v3.1 workbook). Anyway my home lab can do everything but the atm link between R6 and R9. But I think, that I can use dxi to simulate the atm link. (see below) Does anyone else use dxi for atm practice? Any known problems with this approach?
代码:
Router A ! interface Serial1 ip address 192.168.1.1 255.255.255.0 encapsulation atm-dxi no keepalive clockrate 56000 dxi pvc 1 1 snap dxi map ip 192.168.1.2 1 1 broadcast
!
代码:
Router C interface Serial1 ip address 192.168.1.2 255.255.255.0 encapsulation atm-dxi no keepalive dxi pvc 1 1 snap dxi map ip 192.168.1.1 1 1 broadcast !
代码:
C#show dxi map Serial1 (up): ip 192.168.1.1 DFA 17(0x11,0x410), static, broadcast, vpi = 1, vci = 1, encapsulation: SNAP C#show dxi ? map atm-dxi map table pvc show atm-dxi pvc statistics C#show dxi pvc PVC Statistics for interface Serial1 (ATM DXI) DFA = 17, VPI = 1, VCI = 1, PVC STATUS = STATIC, INTERFACE = Serial1 input pkts 10 output pkts 10 in bytes 1100 out bytes 1100 dropped pkts 0 C# C#ping 192.168.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 36/36/40 ms