show frame-relay encapsulation type?
mguy
Member Posts: 167 ■■■□□□□□□□
in CCNA & CCENT
What's the fastest way to get a listing of the frame-relay encapsulation types of all active interfaces?
Comments
-
networker050184 Mod Posts: 11,962 ModHmm don't have a router in front of me but probably show frame map.An expert is a man who has made all the mistakes which can be made.
-
mguy Member Posts: 167 ■■■□□□□□□□I don't think so?
I changed the encap type with IETF using: encapsulation frame-relay ietf
Serial0/0 (up): ip 10.4.4.4 dlci 401(0x191,0x6410), static,
CISCO, status defined, active
This doesn't reflect it.. -
oli356 Member Posts: 364I'm only just coming to terms with frame-relay. But I just opened up PT and did
encapsulation frame-relay
frame-relay map ip 10.4.4.4 401 broadcast
Router(config-if)#do show frame-relay map
Serial0/0 (administratively down): ip 10.4.4.4 dlci 401, static, broadcast, CISCO
I then did:
encapsulation frame-relay ietf
and it changed:
Router(config-if)#do show frame-relay map
Serial0/0 (administratively down): ip 10.4.4.4 dlci 401, static, broadcast, IETF
Mine works.. hmmLab:
Combination of GNS3 and Cisco equipment if required. -
YFZblu Member Posts: 1,462 ■■■■■■■■□□Worked for me, I'm using Packet Tracer 5.3.3.0019
R1#show frame map
Serial0/0 (up): ip 10.1.1.2 dlci 100, static, broadcast, CISCO, status defined, active
Serial0/0 (up): ip 10.1.1.3 dlci 150, static, broadcast, CISCO, status defined, active
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int s0/0
R1(config-if)#encap frame ietf
R1(config-if)#end
R1#
%SYS-5-CONFIG_I: Configured from console by console
R1#show frame map
Serial0/0 (up): ip 10.1.1.2 dlci 100, static, broadcast, IETF, status defined, active
Serial0/0 (up): ip 10.1.1.3 dlci 150, static, broadcast, IETF, status defined, active
R1# -
networker050184 Mod Posts: 11,962 ModGet GNS3 and use that. Sims are too buggy to be learning on IMO.An expert is a man who has made all the mistakes which can be made.