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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2621XM router

Status
Not open for further replies.

Imprezin

Technical User
Jul 22, 2003
11
0
0
US

Cisco 2621xm
IOS: 12.2(28c)

Hello, I was tasked with replacing a managed router in order to save a couple bucks. I also received to my surprise a fairly good amount of information from my ISP to complete the task.

However, I am having difficulty with a few commands but most importantly the router is not taking the priority percent commands and was not sure what I am missing.

So far this is what I am entering...

1.) conf t
2.) policy-map IPVPN-CLASS-ACL-OUT
3.) class ACL-EF-CLASS
4.) priority percent 95

and here is the current config...

version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname ORL-2621XM
!
enable secret 5 xxx
!
ip subnet-zero
no ip source-route
ip cef
!
!
ip name-server x.x.x.196
ip name-server x.x.x.196
ip dhcp excluded-address x.x.x.1 x.x.x.99
ip dhcp excluded-address x.x.x.201 x.x.x.254
!
ip dhcp pool lan-pool
network x.x.x.0 255.255.255.0
default-router x.x.x.1
dns-server x.x.x.18 x.x.x.10
!
!
ip vrf VPN
rd 2828:100
!
call rsvp-sync
!
!
!
!
!
!
!
class-map match-all ACL-EF-CLASS
match access-group name ef-class-acl
class-map match-all ACL-AF31-CLASS
match access-group name af31-class-acl
class-map match-all ACL-AF11-CLASS
match access-group name af11-class-acl
class-map match-all PREC-EF-CLASS
match ip dscp ef
class-map match-all PREC-AF11-CLASS
match ip dscp af11
class-map match-all PREC-AF31-CLASS
match ip dscp af31
!
!
policy-map IPVPN-CLASS-ACL-OUT
class ACL-EF-CLASS
priority 1459
set ip dscp ef
!
!
!
interface FastEthernet0/0
ip address x.x.x.1 255.255.255.0
no keepalive
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
description 7839987
ip address x.x.x.90 255.255.255.252
max-reserved-bandwidth 96
encapsulation ppp
shutdown
service-module t1 timeslots 1-24
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
ip classless
ip route x.x.x.x x.x.x.x x.x.x.89
ip route x.x.x.x x.x.x.x x.x.x.89
ip route x.x.x.x x.x.x.x x.x.x.89
no ip http server
!
!
dial-peer cor custom
!
!
!
!
!
line con 0
password 7 xxx
login
line aux 0
password 7 xxx
login
line vty 0 4
password 7 xxx
login
!
end
 

I tried adding the bandwidth command to the serial interface but this did not help.

So, I guess my question should be how to assign the bandwidth command to either the interface or policy in order to enter the priority percent command.

Thanks,
John C.
 
Post a show Version so we can see the exact ios you are running!!!!


[americanflag] Go Army!
Tek-TIP Member 19,650
 
ORL-2621XM#sh version
Cisco Internetwork Operating System Software
IOS (tm) C2600 Software (C2600-IK9S-M), Version 12.2(28c), RELEASE SOFTWARE (fc1
)
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Mon 15-Aug-05 22:34 by pwade
Image text-base: 0x8000808C, data-base: 0x8128ED78

ROM: System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)

ORL-2621XM uptime is 4 hours, 59 minutes
System returned to ROM by power-on
System image file is "flash:c2600-ik9s-mz.122-28c.bin"


This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.

A summary of U.S. laws governing Cisco cryptographic products may be found at:

If you require further assistance please contact us by sending email to
export@cisco.com.

cisco 2621XM (MPC860P) processor (revision 0x300) with 93184K/5120K bytes of mem
ory.
Processor board ID JAE08127G9J (977863274)
M860 processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
2 FastEthernet/IEEE 802.3 interface(s)
1 Serial network interface(s)
32K bytes of non-volatile configuration memory.
32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102
 
Hello
You are not seeing the command or is it that it's no taking the command,if so please post the error output.
Regards
 
Jeter, thanks for the link I have read it a couple times now and the following note pulled from that article. Leads me to believe I do not have to update the IOS.

Note: The bandwidth remaining percent command was introduced in Cisco IOS version 12.2(T).

However, when I enter the commands it seems as if the current version of IOS I am using does not support these commands. Here is the output...

ORL-2621XM#conf t
Enter configuration commands, one per line. End with CNTL/Z.
ORL-2621XM(config)#policy-map IPVPN-CLASS-ACL-OUT
ORL-2621XM(config-pmap)#class ACL-EF-CLASS
ORL-2621XM(config-pmap-c)#priority percent 95
^
% Invalid input detected at '^' marker.

ORL-2621XM(config-pmap-c)#priority ?
<8-2000000> Kilo Bits per second

ORL-2621XM(config-pmap-c)#

Minue, the carot key is located under the p in percent from my telnet session. I'm sure it is not aligned because of the different font/size used by this site.

Thanks all,
John C.
 
You are talking about two different commands...the priority percent and BANDWIDTH percent/remaining percent are two different commands...

SMS-STL-Edge(config)#class-map ftp
SMS-STL-Edge(config-cmap)#match protocol ftp
SMS-STL-Edge(config-cmap)#exi
SMS-STL-Edge(config)#policy-map ftp-percent
SMS-STL-Edge(config-pmap)#class ftp
SMS-STL-Edge(config-pmap-c)#bandwidth ?
<8-2000000> Kilo Bits per second
percent % of total Bandwidth
remaining % of the remaining bandwidth

SMS-STL-Edge(config-pmap-c)#priority ?
<8-2000000> Kilo Bits per second
percent % of total bandwidth

SMS-STL-Edge(config-pmap-c)#

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top