Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2600 frame-relay commands

Status
Not open for further replies.

bubba20lb

MIS
Jun 13, 2004
16
US
When I go into the sub-if command set, I do not have any frame-relay commands available to me. Below is a list of the commands available and a partial listing of the show int.

Thanks for any help.

?
Interface configuration commands:
arp Set arp type (arpa, probe, snap) or timeout
backup Modify backup parameters
bandwidth Set bandwidth informational parameter
bridge-group Transparent bridging interface parameters
carrier-delay Specify delay for interface transitions
cdp CDP interface subcommands
default Set a command to its defaults
delay Specify interface throughput delay
description Interface specific description
dxi ATM-DXI configuration commands
exit Exit from interface configuration mode
ip Interface Internet Protocol config commands
llc2 LLC2 Interface Subcommands
mtu Set the interface Maximum Transmission Unit (MTU)
netbios Use a defined NETBIOS access list or enable name-caching
no Negate a command or set its defaults
ntp Configure NTP
rate-limit Rate Limit
service-policy Configure QoS Service Policy
shutdown Shutdown the selected interface
smds Modify SMDS parameters
--More--   snapshot Configure snapshot support on the interface
timeout Define timeout values for this interface
traffic-shape Enable Traffic Shaping on an Interface or Sub-Interface

Router(config-subif)#


---------------------------------------------------------------------------------------

Serial0/0.1 is administratively down, line protocol is down
Hardware is PQUICC with 56k 4-wire CSU/DSU
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC
 
Hi

I see from your interface output that frame-relay hasn't specified as an encapsulation on the interface. The default HDLC is specified instead.

If you do this, you will get the frame-relay related commands available to you.

To do this, try the following:

router#conf t
router(config)#int s0/0.1
router(config-if)#encap frame
router(config-subif)#frame ?

Hope this helps
 
Sorry (should proofread more often), that should be:

router#conf t
router(config)#int s0/0
router(config-if)#encap frame
router(config-if)#int s0/0.1
router(config-subif)#frame ?
 
Thank you very much for the reply. It worked exactly as you described.


Thank you,

bubba20lb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top