[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.4

cisco 2620 HyBridge Input P on ATM bridged interface

Asked by linuxrox in Network Routers, Adobe Type Manager

Tags: cisco, hybridge

Hello.
I have what seems to be a big problem here with CPU utilization on my 2620 router.
I will display the config below but basically this router's sole function is to service DSL subscribers.
We have two ATM circuits that are bonded to provide 3 megs throughput.
here are my cpu stats:

CPU utilization for five seconds: 69%/35%; one minute: 68%; five minutes: 69%

 50     5016268    890226       5634  5.91%  4.92%  4.74%   0 IP Input
 133    33445120   2093594      15974 24.71% 26.61% 27.57%   0 HyBridge Input P

As you can see the HyBridge Input P doesn't look good at all.
I am not running CEF because for some reason it isn't working correctly when i do a #(Config)ip cef
this may have to do with the BVI bridging and ATM's.
I Have have been told to switch to RBE but if that is so can someone tell me what and how i need to change my config below so RBE will work?  we have around 100 PVC's that are entered and i don't use numbered interfaces for each PVC.
the BVI1 is the interface that has the main ip address (dsl customer default gateway).  Can I setup RBE in a similar fashion where i don't have to assign an ip address per interface?  we assign static ip addresses for each customer and their modems are setup for bridging....we don't use DHCP or PPPOE.
Like I said, my main issue is the CPU usage but i'm thinking this is due to the type of bridging i'm using here and i think i need to change things.  things that can't be changed are at the premises of each dsl subscriber.  I cannot modify their settings.  they each have a static ip address and gateway address as well as dns ip's.
can someone help me out here and offer a solution for me?
I greatly appreciate the help you all give.

Here is my config:

Current configuration : 14128 bytes
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Cisco2620
!
boot-start-marker
boot system flash c2600-is-mz.123-16a.bin
boot-end-marker
!
no logging on

!
no aaa new-model
ip subnet-zero
no ip rcmd domain-lookup
no ip cef
!
!
ip name-server 12.44.x.x
!
!
bridge irb
!        
interface FastEthernet0/0
 description connected to EthernetLAN
 ip address 12.44.2xx.1 255.255.255.192 secondary  //another subnet
 ip address 12.44.2xx.162 255.255.255.192  //main ip of router
 ip access-group 101 in
 speed auto
 half-duplex
 arp timeout 3600
!        
interface ATM1/0   //main ATM interface that is bonded to Ima-group 0
 no ip address
 no atm ilmi-keepalive
 ima-group 0
 clock source loop-timed
 scrambling-payload
!                
interface ATM1/3  //another ATM interface bonded to Ima-group 0
 no ip address
 no atm ilmi-keepalive
ima-group 0
 clock source loop-timed
 scrambling-payload
!        
interface ATM1/IMA0  //IMA interface
 bandwidth 10000
 no ip address
 no atm ilmi-keepalive
!        
interface ATM1/IMA0.3 multipoint  //virtual interface for entering pvc's
 bandwidth 10000
 bridge-group 1
 pvc 1/32
 !        
 pvc 1/36
 !        
interface ATM1/IMA0.4 multipoint  //secondary interface for entering pvc's
 bandwidth 10000
 bridge-group 1
 pvc 1/33
 !        
 pvc 1/34
 !        
interface BVI1  //bridged virtual interface that is the default gateway for all dsl customers.
 description Shared subinterface for DSL customers
 ip address 12.44.2xx.65 255.255.255.192 secondary //secondary DSL IP RANGE
 ip address 12.154.1xx.129 255.255.255.192  //primary DSL IP RANGE
 no ip redirects
 no ip proxy-arp
 no ip mroute-cache
 arp timeout 600
!        
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
ip route 0.0.0.0 0.0.0.0 12.44.x.x  //main router to ATT
!        
access-list 101 deny   53 any any
access-list 101 deny   55 any any
access-list 101 deny   77 any any
access-list 101 deny   pim any any
access-list 101 deny   ip 192.168.0.0 0.0.255.255 any log
access-list 101 deny   ip 172.16.0.0 0.15.255.255 any log
access-list 101 deny   ip 10.0.0.0 0.255.255.255 any log
access-list 101 deny   ip 127.0.0.0 0.255.255.255 any log
access-list 101 deny   ip 255.0.0.0 0.255.255.255 any log
access-list 101 deny   ip 224.0.0.0 7.255.255.255 any log
access-list 101 deny   ip host 0.0.0.0 any log
access-list 101 permit tcp any any eq domain log
access-list 101 permit udp any any eq domain log
access-list 101 deny   tcp any any eq 3306 log
access-list 101 deny   tcp any any eq ident log
access-list 101 deny   tcp any any eq 11 log
access-list 101 deny   udp any any eq 11 log
access-list 101 deny   tcp any any eq daytime log
access-list 101 deny   udp any any eq 13 log
access-list 101 deny   tcp any any eq 17 log
access-list 101 deny   udp any any eq 17 log
access-list 101 deny   tcp any any eq 18 log
access-list 101 deny   udp any any eq 18 log
access-list 101 deny   tcp any any eq chargen log
access-list 101 deny   udp any any eq 19 log
access-list 101 deny   tcp any any eq 69 log
access-list 101 deny   udp any any eq tftp log
access-list 101 deny   tcp any any eq 12345 log
access-list 101 deny   udp any any eq 12345 log
access-list 101 deny   tcp any any eq 27374 log
access-list 101 deny   udp any any eq 27374 log
access-list 101 deny   tcp any any eq 31337 log
access-list 101 deny   udp any any eq 31337 log
access-list 101 deny   tcp any any eq 31338 log
access-list 101 deny   udp any any eq 31338 log
access-list 101 deny   tcp any any eq 65000 log
access-list 101 deny   udp any any eq 65000 log
access-list 101 deny   tcp any any eq 5 log
access-list 101 deny   udp any any eq 5 log
access-list 101 deny   tcp any any eq discard log
access-list 101 deny   udp any any eq discard log
access-list 101 deny   tcp any any eq 445 log-input
access-list 101 deny   udp any any eq 445 log-input
access-list 101 deny   tcp any any range 135 139 log-input
access-list 101 deny   udp any any range 135 netbios-ss log-input
access-list 101 deny   icmp any any echo
access-list 101 deny   icmp any any echo-reply
access-list 101 deny   icmp any any log-input fragments
access-list 101 deny   icmp any any
access-list 101 permit tcp any any established
access-list 101 permit ip any any
!        
tftp-server system
bridge 1 protocol ieee
bridge 1 route ip
bridge 1 aging-time 600
!        
dial-peer cor custom
!        
 
[+][-]12/01/05 04:37 PM, ID: 15401607Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Network Routers, Adobe Type Manager
Tags: cisco, hybridge
Sign Up Now!
Solution Provided By: christsis
Participating Experts: 1
Solution Grade: A
 
[+][-]12/01/05 08:13 PM, ID: 15402465Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/05 08:15 PM, ID: 15402468Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/05 08:33 PM, ID: 15402517Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12/01/05 09:10 PM, ID: 15402633Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12/01/05 09:12 PM, ID: 15402638Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89