Exam 200-105 | Question id=1942 | Infrastructure Maintenance |
Dubai#sh frame-relay map
Serial1/0 (up): ip 172.30.0.2 dlci 825 (0x7B,0x1CB0), dynamic, broadcast,, status defined, active
Serial1/0 (up): ip 172.30.0.3 dlci 230 (0xEA,0x38A0), dynamic, broadcast,, status defined, active
Serial1/0 (up): ip 172.30.0.4 dlci 694 (0x159,0x5490), dynamic, broadcast,, status defined, active
Serial1/0 (up): ip 172.30.0.5 dlci 387 (0x1C8,0x7080), dynamic, broadcast,, status defined, active
Dubai#sh run
<output omitted>
!
interface FastEthernet0/0
no ip address
shutdown
!
interface Serial1/0
ip address 172.30.0.1 255.255.255.240
encapsulation frame-relay
no fair-queue
!
interface Serial1/1
ip address 192.168.0.1 255.255.255.252
!
interface Serial1/2
ip address 192.168.0.5 255.255.255.252
encapsulation ppp
!
interface Seriall/3
ip address 192.168.0.9 255.255.255.252
encapsulation ppp
ppp authentication chap
!
router rip
version 2
network 172.30.0.0
network 192.168.0.0
no auto-summary
!
A static map to the S-AMER location is required.
Which command should be used to create this map?
A. |
frame-relay map ip 172.30.0.3 825 broadcast | |
B. |
frame-relay map ip 172.30.0.3 230 broadcast | |
C. |
frame-relay map ip 172.30.0.3 694 broadcast | |
D. |
frame-relay map ip 172.30.0.3 387 broadcast |
frame-relay map ip 172.30.0.3 230 broadcast 172.30.0.3 is S-AMER router ip address and its configure on 230 dlci value. Check show frame-relay map output in the diagram.