AutoInstall with Frame Relay Again

From: gladston@br.ibm.com
Date: Fri Sep 24 2004 - 15:47:44 GMT-3


Cisco has the command " frame-relay map ip 172.31.10.1 255.255.255.0 48 dlci"

Is it a specific IOS or typo?

==========================
quoted
interface serial 0
 ip address 172.31.20.20 255.255.255.0
 encapsulation frame-relay
!In the following command, 172.31.10.1 is the IP address of the new router's interface
!and 48 is the PVC identifier
 frame-relay map ip 172.31.10.1 255.255.255.0 48 dlci
 ip helper-address 172.31.20.5

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/ffun_c/ffcprt1/fcf002.htm#12143
===========================

r2#c
Enter configuration commands, one per line. End with CNTL/Z.
r2(config)#int ser 0
r2(config-if)#fr
r2(config-if)#fram
r2(config-if)#frame-relay ma
r2(config-if)#frame-relay map ip ?
  A.B.C.D Protocol specific address

r2(config-if)#frame-relay map ip 1.1.1.1 ?
  <16-1007> DLCI

r2(config-if)#frame-relay map ip 1.1.1.1 255.255.255.0 ?
% Unrecognized command
r2(config-if)#frame-relay map ip 1.1.1.1 255.255.255.0



This archive was generated by hypermail 2.1.4 : Fri Oct 01 2004 - 15:00:48 GMT-3