Cisco Switching/Routing :: 2801 - Prioritize Internet Bandwidth For Videoconferencing

Apr 15, 2012

I am working on Videoconferencing solution between two location.  locations are now being connected through IPSEC site to site VPN.  Since we are having a common internet link for VPN as well other corporate use we have to prioritize the internet bandwidth for Videconferencing. is there any way i can prioritise videoconferencing traffic by ports?  following are the configs done on the cisco 2801 router with Version 12.4(15)T10.

!interface FastEthernet0/1description ILL_12Mbpsbandwidth 20480ip address 94.*.*.180 255.255.255.248duplex autospeed autopriority-group 1!
ip forward-protocol ndip route 0.0.0.0 0.0.0.0 94.*.*.*
!!no ip http serverno ip http secure-serverip pim ssm default
access-list 199 permit ip host 94.*.42.* host 78.*.*.130 ( VPN peer IPs both ends)priority-list 1 protocol ip high list 199

Interface status
===========(code)

View 6 Replies


ADVERTISEMENT

Linksys Wireless Router :: WRT120N - How To Prioritize Computer's Bandwidth

Apr 20, 2013

I have a Desktop wired to my WRT120N. With this router being a wirless one, we have other devices (2 laptop and 2 iPads) conected to the internet via WiFi.The thing is, whenever I play an online game (specifically, League of Legends) my ping skyrockets whenever they use the internet.Is there a way for my PC to take priority in bandwidth over theirs? Or at least some way for my game to take priority over theirs?

View 4 Replies View Related

Cisco Switching/Routing :: Setup LAN To Have Internet Access Via 2801 Router

Feb 11, 2013

I want to set up my LAN to have internet access via my 2801 router.The 2801 router is connected to my home ADSL router.Now do I just configure a 0.0.0.0 'gateway of last resort' on the 2801 router pointing to the interface leading to the ADSL router ?Therefore, all traffic from my PCs that is internet bound will head out to the ADSL router and onto the internet.

View 3 Replies View Related

Cisco Switching/Routing :: To Prioritize Traffic 1941 And 2951

Jul 1, 2012

We need to give TCP 3389 & 3399 priority over all other traffic between a Cisco 1941 and 2951.What is needed to do this?

View 6 Replies View Related

Cisco WAN :: Bandwidth Slows Through 2801 Router?

Mar 20, 2012

I have just received Time Warner Cable and get 16Mbps down from them directly through their modem (motorola DOCSIS 2.0 modem- SB5101) to my PC (using speedtest.net).  When I then connect TWC's modem through my 2801 router on fa0/0, the download rate I get is considerably slower (on the order of 3-4Mbps via same testing method).  What am I missing?
 
Here is how the passthrough interface is setup:

interface FastEthernet0/0
bandwidth receive inherit
ip address dhcp
ip nat outside
ip virtual-reassembly in
duplex auto
speed auto
 
I have attempted removing bandwidth command - nothing changed with it not there.  I have also hard coded the speed and duplex to 100/full to no avail....
 
Other possible relevant configs:
ip nat inside source list 1 interface FastEthernet0/0 overload
ip route 0.0.0.0 0.0.0.0 dhcp
access-list 1 permit 192.168.1.0 0.0.0.255
 
Basically this things is wide open... for testing but the download speed differential is perplexing to me.

View 10 Replies View Related

Cisco Switching/Routing :: 6509 QOS To Limit Bandwidth For Internet Traffic

Nov 5, 2012

We run a workers camp here and we currently have around 2500-3000 people using our 100MB internet pipe.  We are upgrading the pipe to 200MB soon but I still would like to limit how much bandwidth everyone is using.
 
We allow streaming media such as Netflix, youtube, apple TV and of course .So it gets full pretty fast.  We have QOS implemented although I wasn't here when it was done so I don't know a lot about it.  I would like to limit IPs to a certain amount of bandwidth. [code]

View 1 Replies View Related

Cisco Switching/Routing :: 2921 - Network Segmentation And Internet Bandwidth Splitting

Feb 24, 2012

Now I have a 172.16.0.0/16 network with a def. gw. for internet where is a MS Forefront TMG 2010 with BSplitter for traffic shaping. I purchased an 2921, 2,5 GB RAM, security+data license and an EHWIC-D-8ESG.

I made 4 subnets in a test environment with some access-lists, nothing fancy yet. How can I use FF TMG for bandwidth management, where should I put it? For those 4 subnets the def. gw. is, normally, the 2921 router. TMG is splitting traffic by client IP.

View 1 Replies View Related

How To Prioritize Internet

Jun 7, 2011

So im sharing my internet with 3 other people in my family... 1 for each of my brother's computer including me.How do i set my game fuel so that i ave highest priority on internet? haha im tired of gaming and them laggin me up when i play games xD

View 1 Replies View Related

Cisco Switching/Routing :: Configuring Intervlan Routing Between 2801 And HP Switches?

Aug 5, 2012

I'm trying to configure intervlan routing between a cisco 2801 router and HP/Amer switches.  Using int fa0/1 and subinterfaces I was sure I had it configured correctly, but I cannot ping the default gateways when I place a host in a particular vlan.  Below is what I have configured.
 
HP switch - port 9 connects to fa0/1 on 2801
 ip default-gateway 10.1.100.1
trunk 9 Trk1 trunk
trunk 10 Trk2 trunk - to another switch

[code].....

View 4 Replies View Related

Cisco Switching/Routing :: VTP Trunking On 2801

Feb 20, 2012

I am very new at this, but we have a 2801 router running 12.4, a 3560 that acts as the "Core" switch, and a bunch of remote 2960G's that connect via fiber to different buildings.

I am tasked to VLAN this network to reduce broadcast traffic. I started by setting up a VLAN 169 on the "3560" named the VTP domain, changed to version 2, and no password. THe Core switch and remote switch can share the VTP info, I HAD the Router seeing it too (able to ping 192.168.169.1) until I changed the "Domain" and "VTP Version"

The switches see each other fine, my problem is the Router sub interface 0/0.169 I cannot get to see the VTP domain. I imagine because I don't have a "Trunk port" set on the Router, but the option is not there. Meaning I cannot do a "switchport mode trunk" on it. The only thing I see is to make it:
 
TCRouter(config-subif)#encapsulation dot1Q 169 native

But, my "int fas 0/0" is used now as the main interface for our "only" network 192.168.0.0, do I need to turn this over to a subinterface and make it "Native" then the difference of the subinterfaces will advertise? Here is some of my conf:

Core SW:
TCCoreSW#sh vtp status
VTP Version : running VTP2
Configuration Revision: 8
Maximum VLANs supported locally : 1005
[Code]....

View 10 Replies View Related

Cisco Switching/Routing :: 2801 - Get IOS On Flash Card?

Mar 15, 2012

I have this 2801 in a critical environment.  We had a brief power blip, and even though the router is on UPS, something happened.  Anyway, after working with TAC, they determined the flash card had gone corrupt.  Lucky for me I had a spare 2801 in my office, I grabbed that flash card and plugged it in and we're back up and going.
 
TAC sent me a new flash card.  No matter what I do, I cannot get IOS to load on this thing!  I am stuck in rommon.  Here's what I've tried:
 
tftpdnld in rommon, times out.  using another 2801 as a tftp-server.  doesn't complete. using xmodem.  ugh.  never seems to get started. booting the router with a known good flash card, so I can get to ena, and "copy tftp flash". 
 
have used tftpd32, Solar Winds TFTP server, What's Up Gold TFTP server, and open source tftp from sourceforge.  With the tftp32, it always gets to exactly 73% download and then times out (it says, I have a feeling it's noty really a timeout).  I have tried having the router and tftp server the only devices on a switch, i have tried the router plugged directly into the tftp server with a cross connect cable.  No happiness.  The open source tftp server reported (and I have to paraphrase, I am not near the router) "client does not support block number recount" or something like that.  The client being the 2801. 
 
The iOS file is about 45M.  Someone asked me if the flash card was formatted...would that matter? would the tftp even start if it wasn't?
 
OK, I've gone on long enough.  TAC is dispatching a new card AND 2801! 

View 1 Replies View Related

Cisco Switching/Routing :: 2801 Router NAT Configuration

Feb 11, 2013

Im using a 2801 router with a nat configuration.
 
The issue im having is the nat seems to be allowing only one machine at a time through the nat.
 
the range i am testing is 192.168.243.0
 
The firmware is c2801-spservicesk9-m
 
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec

[Code].....

View 5 Replies View Related

Cisco Switching/Routing :: 2801 Cannot Boot IOS From TFTP

Aug 27, 2012

i want to boot my Router's IOS from TFTP server but when I use the command: boot system tftp c2801-adventerprisek9_ivs-mz.124-24.T7.bin 172.16.10. 200; after that I write-mem, it shows the log:

-Router#wr
-Building configuration...
-ROMMON: out of room in table, cannot set "BOOT"
 
And when I reload the router, it cannot boot IOS from TFTP Server, sure my TFTP work well and 2801 can ping to TFTP.

View 1 Replies View Related

Cisco Switching/Routing :: 2801 Cannot Connect With Console Cable

Jun 12, 2013

I cannot connect to the Cisco 2801 with console cable. what to do ?

View 1 Replies View Related

Cisco Switching/Routing :: Replacing 2801 With 2911 Router

May 7, 2013

I have a 2801 router that I am replacing with a 2911. I know the ports on the 2911 are Gigabits and the 2801 are Fe. I read where the IOS would not support backup and restore on each other . I am attaching a show ver on both routers. I need to know if backup and restore would work and or what other changes would need to get done.

View 1 Replies View Related

Cisco Switching/Routing :: Inrush Current Information In 2801

Jan 26, 2012

What is the inrush current (AC Input Surge Current) for the Cisco 2851 router? Is it the same as the router 2801?

View 1 Replies View Related

Cisco Switching/Routing :: 2801 Password Recovery Disabled

Oct 5, 2011

I have a major problem with our core 2801 router. In summary it appears that a staff member disabled password recovery, deleted the IOS and rebooted.  Net result is no Rommon and no IOS on the flash.  I've read that the Conf-Reg will be reset if I remove the NVRAM but I cannot identify it on the board.  If I can get to Rommon I can recover.  Currently I don't have Flash reader to restore to flash.

View 2 Replies View Related

Cisco Switching/Routing :: 2801 / 3550 - HTTP Web Not Coming On?

Sep 22, 2012

2801 Router
3550 switch
3500 switch
2 2950 switches
2 pc hosts
 
Basically I have both PC's pinging 4.2.2.2 DNS, Layer 2, Layer 3 intervlan routing functioning, 2801 Nat is translating, able to ping default gateway of ISP and have configured DNS from what ISP has given under my DHCP scope, however Im still not getting, web pages opening up when i open mazzila or firefox !

View 3 Replies View Related

Cisco Switching/Routing :: 2651 DSL Router - Replace To 2801?

Dec 30, 2011

I have a 2651 that has an adsl1-wic that I am using as my DSL router. I recently acquired a 2801 that I want to replace the 2651 with. I configured the 2801 the same way as the 2651 but on a reload I get the statement that says

Setup: New interface NVIO placed in shutdown state

When I do a show interface all of the interfaces show up except the NVIO and I don't have any connectivity to the outside world. I am using Nat since I have a /29 and using  nat pool overload. What am I missing? I am running IPVOICEK9-M 12.4.25c on the 2651 and adventerprise 12.4.24.T on the 2801

View 7 Replies View Related

Cisco Switching/Routing :: 2801 Secondary IP / Port Forwarding?

Mar 26, 2012

I have the above firewall which is working as it should but I have came across an issue with a recent upgrade to Microsoft Exchange 2007 and Outlook 2010 Autodiscovery due to the way the port forwarding has been configured for Outlook Web Access (OWA) on the router.
 
The router is forwarding OWA requests to the exchange server on port 8080 and the default website in IIS on the Exchange Server under which OWA sits and unfortunately Autodiscovery has been set with an SSL port of 8080. I think the reason for this is that we have an RDP server and the router is forwarding all port 443 requests to this server. Due to this Outlook clients cannot connect to Exchange through autodiscovery and cannot therefore get FREE/BUSY and a few other things.
 
I have 5 public IP addresses and only use two at the moment, one on the ADSL router and one on this firewall. I have no spare interfaces on either the router or the ADSL router.
 
My question is, is it possible to have a secondary ip address set on the public facing interface and set different rules for this IP which would allow me to forward requests on that IP to a different server?
  
Cisco IOS Software, 2801 Software (C2801-ADVSECURITYK9-M), Version 12.4(16b), RELEASE SOFTWARE (fc3)
 
Building configuration...
 
Current configuration : 4778 bytes
!
version 12.4
service timestamps debug datetime msec

[Code].....

View 1 Replies View Related

Cisco Switching/Routing :: 2801 Router Console Port Not Working?

Feb 13, 2013

I  have issue with Cisco Router 2801's Console Port. My student was doing a  lab and he said during configuration, Console Port stopped responding.  He was in middle of configuration, so now at present, only telnet is  able to login on "R2>" user mode, enable password is not set, so  getting "R2>en % No password set R2>" I have tried  different terminal software but no output from Console Port, changed the  Console Cables, replace with working console cables, change speed  (baud) settings. Also tried to connect same console with "AUX" port and  got same error mentioned above. AUX Port responds but I am not able to  change mode (R2#) because of incomplete running-config. it seems "Console Port" is physically  damaged.

View 4 Replies View Related

Cisco Switching/Routing :: Bridging Routed Ethernet Ports To L2 Switchports On 2801?

Jan 1, 2013

I have a Cisco 2801 with a 4 port Layer2 switch card installed (HWIC-4ESW).
 
How do I bridge Ethernet0/1 to the 4ESW so if you were to plug a computer into the 4ESW, it would be on the same network as Eth0/1?  see my config below:
 
interface FastEthernet0/1
description Internal Interface
ip address 10.1.2.1 255.255.0.0

[Code].....

View 2 Replies View Related

Cisco Firewall :: ASA 5510 DMZ - Videoconferencing Calling

Dec 5, 2012

How to get this VC traffic through this network. I am quite new to ASAs, and I feel I am making a tonne of headway
 
The setup: The VCS Expressway is currently sitting within the DMZ (ip 172.16.10.10) which is NAT'd to 208.118.125.130. The internal VCS Control is pointed to the the VCS Expressway within the DMZ (as it is designed to do).
 
I have accessibility from the DMZ to the internal network. And from the DMZ to outside seems works partially (more on that below).
  
The problem:
 
Calls signalling is able to get through my network, but not media. IE, the call initiates, but media does not connect. Furthermore, I registered an internal endpoints (10.2.20.118) to the DMZ expressway (172.16.10.10). The registration works fine, but again, when I call to another endpoint (internal GK register endpoint to external GK registered endpoint) the call sets up, but media doesn't establish.
  
Here is the network topology, and below that is the run config.
 
ASA Version 8.0(4)
!
host name ignite CSGfw
enable password awUSpLuFs5wdhqJE encrypted
password 2KFQnbNIdI.2KYOU encrypted
names
name 10.0.0.0 inside-network
name 172.16.10.10 VCSE

[Code ]........

View 1 Replies View Related

Cisco Switching/Routing :: 6500 Switching Fabric Bandwidth 720 Is Calculated?

Jan 21, 2012

As per my understanding 6509 all slots are dual channel, so 9 slot * 40 per slot (20 g in and 20 g out) = 360 GB How cisco claim the 720 ?? What about the 6513 chassic switch fabric connection?

View 5 Replies View Related

Cisco Switching/Routing :: 2611 / 2801 - Configuration For Back To Back Support

Oct 19, 2012

I have 1 2611xm router and 1 2801 router. For my own lab purpose, i want to configure them back to back to support voice services. I don't know what configuration will be required at each end. in 2611xm, i have NM-2V and its also detecting the card, so i hope it will work ? also what commands i need to run on both ends .

View 1 Replies View Related

Cisco Switching/Routing :: To Limit Bandwidth Using The MAC On 2960

Jun 11, 2013

Any example to limit the bandwidth using the MAC address on 2960 ? I want to limit the bandwidth (IN / OUT) of a server only for Internet flows.

View 2 Replies View Related

Cisco Switching/Routing :: Esp-aes 256 - Effects Of Encryption On Bandwidth

Aug 22, 2012

will encrypting traffic: esp-aes 256 esp-sha-hmac  across a WAN circuit drop a nics performance by half?

View 6 Replies View Related

Cisco Switching/Routing :: Bandwidth Splitting On 3750

May 30, 2013

I would like to connect to a 1Gb routed uplink, and then impose bandwidth limits (via shaping/policing/whatever) on a per port basis.  The ports could either be configured to route, or as switchports on separate VLANS.  I'm trying to identify hardware that will let me do this.  The set up I have in mind is shown below.
  
I am wondering if the IP Services Adv software on that switch will allow that functionality? 

View 3 Replies View Related

Cisco Switching/Routing :: 6500 Bandwidth Limiting?

Apr 16, 2012

I have a 4500 and 6500 that I'd like to be able to limit the bandwidth of layer 2 switchports. So for instance I have all GB blades but certain servers I'd like only to have connections of about 5 Mb per second or 15 Mb per second etc.

View 1 Replies View Related

Cisco Switching/Routing :: Dynamic Bandwidth On A 2960S?

Dec 20, 2012

They have a /28 wan adress coming from ISP, that gives out 100Mbps, going to a Cisco 2960S switch (ver. 12.2) the switch is only holding 1 vlan. Connected to the 2960 are 3 firewalls/routers from other manifactors, each creating their own network. The customer wishes for a solution where each final FW/router gets minimum 33% and maximum 100% of the bandwidth, depending on how much each final Fw/router are in use.

View 1 Replies View Related

Cisco Switching/Routing :: 4507 / Find Out Bandwidth Used On Interface?

Feb 7, 2012

Is there a way I can find out the amount of bandwidth i'm using on a particular interface on a 4507 cisco multi-layer switch? It is a gig port and I have it setup for monitoring (spanning) and I see packets being dropped in the "Total Output Drops" area. To me it looks like it must be exceeding the 1gig limit but I don't know a way to check to make sure. I also have the queueing strategy set to FIFO. 

View 3 Replies View Related

Cisco Switching/Routing :: Bandwidth Limit On Catalyst 2960?

Feb 9, 2012

I have ciscl catlyst 2960 8port switch, (flash:c2960-lanbasek9-mz.122-50.SE4/c2960-lanbasek9-mz.122-50.SE4.bin).
 
and in need to configure bandwidth limit for one of the port as a 1Mbps.

View 5 Replies View Related

Cisco Switching/Routing :: Sf300 - Vlan Bandwidth Management?

Oct 20, 2012

i have a small network with Polycom phones connected to the sf300 switch and have the pc's daisy chained via the second switch port on each phone. i have the pc traffic running on the default vlan 1 and the voice traffic running on the voice vlan 100. can i do bandwidth management on a vlan/port basis or is that not necessary. i want to ensure that the voice traffic is never impacted by the pc traffic on the same cable.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved