From: Alex Dean (Alex.Dean@xxxxxxxxxxxxx)
Date: Thu Aug 19 1999 - 21:21:37 GMT-3
Hi
I thought I should probably try DE-Lists for Frame Relay - it seems very simple
but when trying to assign it to an interface which is not a sub-interface, it
will not let me complete the command. The ? gives me the previous options the
same as:
frame-relay ?
would except with no de-group no.
Everything else works fine on this router. It is a 2600 running IOS 12.0.
See below:
R2(config)#frame-relay de-list 1 prot decnet
R2(config)#int s0/0
R2(config-if)#frame-relay de-group 1 ?
interface-dlci Define a DLCI on an interface/subinterface
intf-type Configure a FR DTE/DCE/NNI interface
inverse-arp Enable/disable inverse ARP on a DLCI
ip Frame Relay Internet Protocol config commands
lapf set LAPF parameter
lmi-n391dte set full status polling counter
lmi-n392dce LMI error threshold
lmi-n392dte LMI error threshold
lmi-n393dce set LMI monitored event count
lmi-n393dte set LMI monitored event count
lmi-t392dce set DCE polling verification timer
lmi-type Use CISCO-ANSI-CCITT type LMI
local-dlci Set source DLCI when LMI is not supported
map Map a protocol address to a DLCI address
multicast-dlci Set DLCI of a multicast group
payload-compression Use payload compression
qos-autosense enable QOS autosense
route frame relay route for pvc switching
svc Enable frame relay SVCs
R2(config-if)#frame-relay de-group 1 201
^
% Invalid input detected at '^' marker.
R2(config-if)#^Z
R2#sh frame map
Serial0/0 (up): decnet 1.1 dlci 201(0xC9,0x3090), dynamic,
broadcast,, status defined, active
Serial0/0 (up): decnet 1.3 dlci 203(0xCB,0x30B0), dynamic,
broadcast,, status defined, active
Serial0/0 (up): ip 192.168.0.1 dlci 201(0xC9,0x3090), dynamic,
broadcast,, status defined, active
Serial0/0 (up): ip 192.168.0.3 dlci 203(0xCB,0x30B0), dynamic,
broadcast,, status defined, active
R2#sh int s0/0
Serial0/0 is up, line protocol is up
Hardware is PowerQUICC Serial
Internet address is 192.168.0.2/29
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation FRAME-RELAY, loopback not set
Keepalive set (10 sec)
LMI enq sent 7651, LMI stat recvd 7652, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 1023 LMI type is CISCO frame relay DTE
FR SVC disabled, LAPF state down
Broadcast queue 0/64, broadcasts sent/dropped 16297/0, interface broadcasts 8
223
Last input 00:00:02, output 00:00:02, output hang never
Last clearing of "show interface" counters 21:15:39
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
27379 packets input, 2429250 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
4 input errors, 0 CRC, 4 frame, 0 overrun, 0 ignored, 0 abort
24650 packets output, 1753797 bytes, 0 underruns
0 output errors, 0 collisions, 8 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=up DSR=up DTR=up RTS=up CTS=up
R2#sh run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$ydop$sBBLv19zq5BjTH34kR9qu0
!
!
!
!
!
ip subnet-zero
no ip domain-lookup
!
!
decnet routing 1.2
decnet node-type routing-iv
!
frame-relay de-list 1 protocol decnet
cns event-service server
!
!
!
process-max-time 200
!
interface Loopback0
ip address 2.2.2.2 255.0.0.0
no ip directed-broadcast
ip nat inside
!
interface FastEthernet0/0
no ip address
no ip directed-broadcast
!
interface Serial0/0
ip address 192.168.0.2 255.255.255.248
no ip directed-broadcast
ip nat outside
encapsulation frame-relay
ip ospf network broadcast
ip ospf priority 200
no ip mroute-cache
decnet cost 12
no decnet split-horizon
no fair-queue
!
interface Serial0/1
no ip address
no ip directed-broadcast
shutdown
!
router ospf 20
redistribute static metric 10 metric-type 1 subnets
network 192.168.0.0 0.0.0.7 area 0
network 192.168.2.0 0.0.0.255 area 2
area 2 range 192.168.2.0 255.255.255.0
!
ip nat inside source static 2.2.2.2 192.168.2.2
ip classless
ip route 192.168.2.0 255.255.255.0 Null0
no ip http server
!
!
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password cisco
login
!
!
end
R2#
Any help would be greatly appreciated.
Cheers
Alex.
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:47 GMT-3