Cisco Switching/Routing :: 2921 - How To Access Router From Internet Using Public IP

Nov 21, 2012

the cisco 2921 Router has a default  ip hhtp  access class command  found  in it. Just  i  changed the default  IP to the new ip  i will use.The Router is accessable  from the LAN only  but  not from the internet  configured the Public ip . I think this is due to the standard access list 23 . how will i access the Router from the Internet using the Public IP.

View 6 Replies


ADVERTISEMENT

Cisco Switching/Routing :: 2921 / Limit Access By HW Address?

Sep 15, 2012

I have a 2921, and I have 4 network segments. In segment 172.16.0.0./27 I wand to "pair" somehow connections. I mean IP 172.16.0.x has to have MAC aaaa.bbbb.cccc and so on, and not accept connections otherwise.How can I do that?

View 7 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

Cisco Switching/Routing :: 2921 Multiple Netflows From Same Router

Nov 15, 2012

What I’m looking to do is setup a net-flow monitor for traffic going across a PIX firewall. I know unfortunately I can’t do this directly from the PIX because it does not support net-flow.
 
I do have a 2921 router on the same network that I have net-flow enabled to monitor traffic across the MPLS Connection.
 
Since the traffic for the MPLS is going out a direct interface I have applied the IP Flow egress/ingress commands to that interface to obtain the net-flow data I need.  The PIX firewall however is not a direct interface so this can’t be done. I have done a little reading and believe I could use a policy map to create a “filter” so that any traffic that meets the ACL associated with the Policy-Map would get sent to net-flow monitor.
 
My question is how do I set that up so that so I can have the two net-flow data “streams/sources” go to separate net-flow ports so that I can monitor them independently of each other or is that not possible?
 
Both devices are connected to a 3750X switch; however neither is connected to a 10GB port. To my understanding that means I can’t run net-flow on the switch itself.

View 3 Replies View Related

Cisco Switching/Routing :: Bandwidth Shaping Two Links With 2921 Router

Dec 12, 2012

I have 2 links to 2 different departments switch with an up link of 10mb. I want to guarantee that both departments get at least 5mb, but can use part of the other 5mb that not in use. Is this possible? 

View 3 Replies View Related

Cisco Switching/Routing :: To Configure Multiple LAN Ports On Router With Same 2921

Mar 10, 2013

I have 2921 router and I have 3 very basic switches that I need to connect to the router. The switches have very basic default configurations and there is no way to edit them, so I only have one VLAN and one default gateway. I can't assign the same IP address to each LAN port. I'm not sure how to make this setup work.

View 12 Replies View Related

Cisco Firewall :: Can't Access ASA 5510 By Public IP Behind Internet Router

Feb 5, 2012

We need to deploy a Cisco ASA 5510 behind the Internet facing router for Remote Access VPN (RAVPN). We bought the block of 16 IPs (in a different subnet) which is routed through the main router (69.x.x.x)and configured the outside interface of ASA with a public IP 64.x.x.x and subnet mask 255.255.255.240. Below is the network structure.

But, we can't access the ASA by it's public IP.

DSL Modem → RV082 router → Switch → LAN
(69.x.x.x)              ↑           (192.168.0.0)
Cisco ASA 5510
(outside: 64.x.x.x, inside: 192.168.0.172)

View 16 Replies View Related

Cisco Switching/Routing :: Configuring DHCP Pool For Voice Vlan On 2921 Router?

Feb 12, 2013

I am configuring DHCP pool for voice vlan on cisco 2921 router.
 
Here is the setup.
 
2921 router -> 3750 -> 2960 PoE -> 7942 IP Phone
 
Router Config
 
ip dhcp excluded-address 10.146.54.1 10.146.89.50
!
ip dhcp pool VoiceVlan
network 10.146.54.0 255.255.255.0
subnet prefix-length 24
dns-server 10.144.68.32 10.144.68.33
option 150 ip 10.146.68.36
default-router 10.146.54.1
netbios-name-server 10.144.68.32 10.144.68.33
netbios-node-type h-node

[code]....

View 1 Replies View Related

Cisco Switching/Routing :: 2921 / Catalyst 3560 - Router Interface Input Queue Drops?

Nov 6, 2011

i have an 2921 connected to an Catalyst 3560. My router interface shows quite a lot of input queue drops. Load is not too much max 5/255.

View 1 Replies View Related

Cisco WAN :: Topology To Access To Internet Using 2921

Jun 7, 2013

I'm designing a new topology to access to the Internet using Cisco2921 NAT and MS ISA Firewall. I'm going to use ISA as a proxy to public some internal services and to provide internet access for my users. ISA won’t use NAT. It will route traffic. Cisco 2921 will handle NAT, ISP Failover and IPSec VPN to datacenters.

Cisco 3750 will route outbound internal traffic.My routing for internal users on Cisco 3750 will look like this: [code] My question is about route from Cisco 2921 to my local network 192.168.0.0/22.If I use this route, I'll restrict my traffic from datacenter to go through ISA server BUT all responses from the Internet will go directly to 3750 too.I doubt about security and functionality of such solution. Of course I will public my internal resources to internet that way. It is on Cisco 2921
 
ip nat inside source static tcp 172.16.0.2 80 (my external IP) 80.I could use PBR to divide my traffic from datacenter and other traffic, but I don't know how to use PBR with IPSec VPN traffic.

View 1 Replies View Related

Cisco WAN :: 2921 - Block Mac Based System To Access Internet?

Aug 22, 2012

I have a netwokr in which users are getting ip address from DHCP server that is window server.i want to block some users to access interent by using their device mac address.i have these devices in my network...
 
2921 cisco cme router
cisco 2960 switches
cisco 892 cisco internet router
internet ADSL that cnnected with cisco 892...
wireless AP 1142...
 
i have no firewall or any asa...how can i block some users for accessing internet but they can access internal network...for file sharing and prinitng,...

View 15 Replies View Related

Cisco Switching/Routing :: 2921 Process Of Switching Infrastructure Of Firewalls / VPNs

Jul 4, 2012

We are in the process of switching our infrastructure of our routing/firewalls/vpns over to cisco.  We are switching our first location and one of the issues I'm struggling with is windows authentication pass-through for internally hosted web pages.  Meaning, user inside our network has the 2921 as their default gateway, they try to access a web page that is hosted on the internal network but is secured with windows authentication.  In the past, because they are logged into the domain internally, the website authenticates and loads.  After switching to the Cisco, it asks for a password even though they are logged in.
 
Because its the web server that actually authenticates I'm not sure why the router isn't allowing that to happen, but I can't think of anything else that could be causing this behavior.

View 4 Replies View Related

Cisco Switching/Routing :: Internet Access To Users Using 871 Router

Jan 21, 2013

I'm currently undergoing CCNa academy so I got a "job" from  my boss to configure Cisco 871 router.  Unfortunately we just finished  first semester at academy so there are some things that I'm still having  hard time to understand. I managed to configure router so it connect to internet or to be  exact it has internet access through  another adsl modem that is in  bridge mode. url...The problem is that users are not able to use internet when connected  to this router.  I'm able to access router through telnet  ( ip  192.168.13.10)  but that's it.192.168.13.0 255.255.255.128 is network that we use at work.   192.168.13.5 is IP address that is assigned to zyxel adsl modem ( If I'm  correct, we could have used any address here since we are connecting  this directly to router ? ) Zyxel adsl modem  is connected to FA4 port on Cisco router.   LAN  cable is connected to FA0 port and from there it goes to switch ( it's  some  asus switch with 50 ports). [code]

If I ping google dns from router e.g. ping 8.8.8.8 it works.  If I ping url... it doesn't work. Also I'm able to access router via 192.168.13.10 but if I use router as  default gateway then I'm not able to access the internet.

View 8 Replies View Related

Cisco WAN :: 2921 ISR For Routing 100Mbps ISP Internet

Feb 16, 2012

It seems that Cisco mentioned, in their data sheet of 2921 ISR, that it can support up to 50Mbps. However, from Google search, it says 2921 can handle 100Mbps with no problem.I am planning on getting 2921 ISR in small office where only ~10 people are connected to it. And we do have two different line of 100Mbps ISP internet line  and wish to share them in the office.I am confused why ~$2k router can not support 100Mbps where ~$100 consumer routhers like Linksys has no problem with handling that speed.  The reason why I am planning on 2921 is the rich feature like Voip solution (CME) it offeres.  I have several remote offices that needs to be connected with Voip phones. and I could go with UC500 series but it seems to me UC500 does not support IP Phone 9900 series.

View 5 Replies View Related

Cisco Switching/Routing :: E1 Configuration For CME On 2921?

Jan 12, 2013

i have a router 2921 with the aproprieted  voice card for E1 and licenses. I would like to know how to configure it for incoming and outgoing calls. I already configured the ephone and SIP phones for internal calls. now i just need to configure it for send and receive external calls. 
 
Router:
IOS: c2900-universalk9-mz.SPA.153-1.T
CME: 9.1
ISP from Brazil:
type: E1
signal: R2 Digital
Channels: 32   
Phone Number Iniital: XXXX-9250 (main)
ephones-dn numbers: 9250 to 9280

View 5 Replies View Related

Cisco Switching/Routing :: MEM-2900-2Gb For 2921

Nov 20, 2012

I have bought DRAM MEM-2900-2Gb for 2921, and received the following error...
 
Validation failed for DIMM0
*****System halted*****
%SPD info: DIMM0: Invalid DIMM type (only UDIMMs are supported)

View 5 Replies View Related

Cisco Switching/Routing :: 2921 - VTP Design

Jun 22, 2012

We have remote office where we have 2921 router with 6 layer 2 switches. We have few servers which need to be in specific vlan.
 
2921 router does not have switching engine we are using this to support VOIP.

So on 2921 router i created 6 sub interfaces for each vlan and assign them to their specfic vlans. Then I have trunk connection to switch 1. Now switch 1 connects to all other switches in the network. As our company design all layer 2 switches should be transparent mode. i tested them i can ping from one switch to all other switches.

Router vtp mode i set to transparent mode and from all switches i can ping the router sub interfaces.

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 :: 2921 Interface Not Coming Up

Oct 2, 2012

I have a CISCO2921. I am not able to bring up its gi0/1 interface. It stays down down.
 
[URL]
 
I know that interface is not coming up because of "no media" below. Router#sh int gi0/1 | i media  Auto Duplex, Auto Speed, media type is no media
 
I have tried media rj-45 and media sfp which have also not worked. The other end of this link is ethernet handoff. What is it that I have to do for the link to come up? If I change the connection to gi0/2, I think that will work because I see this for gi0/2:
 
Router#sh int gi0/2 | i media  Auto Duplex, Auto Speed, media type is RJ45

View 10 Replies View Related

Cisco Switching/Routing :: How To Configure 2921 With EtherSwitch

Jun 10, 2012

configuring up a 2921 router for remote site which is fitted with 24 port Etherswitch module.As part of this setup I have defined 3 vlans on the router, but when I go onto etherswitch and for example set switchport access to access vlan 3 it is not aware of this vlan.Do I have to set up trunk inbetween Router and its etherswitch?Wish I had ordered seperate switch as it would have been easier or am I missing something.sho vlan-switch shows my vlans but on swicth sho vlan brief does not.

View 10 Replies View Related

Cisco Switching/Routing :: 2921 Interface Remains Down

Oct 16, 2012

An interface on 2921 router is not coming up. When I shut/no shut the interface, I see this:
 
Router#sh log | i 0/2
Oct 17 08:55:06: %IP_VFR-7-FEATURE_DISABLE_IN: VFR(in) is manually disabled through CLI; VFR support for features that have internally enabled, will be made available only when VFR is enabled manually on interface GigabitEthernet0/2
Oct 17 09:00:35: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to down
[Code]...

View 3 Replies View Related

Cisco Switching/Routing :: 2921 Connecting To Non Managed Switch

Mar 21, 2012

This is for a short temporary time until I get cisco 3560s in place. I have a 2921 configured  and it is connecting to an HP non managed non VLAN switch and I cant get any traffic to pass from my computer to the router (pings or anything). Here is brief configuration that should be enough. [code]
 
Here are my vlans 1-default, 2-management, 192-data, 92-voice, i believe its running rapid spanning tree protocol. Do i have to take off encapsulation on my data vlan to get it to work or make the data vlan default vlan for everything. I am lost as to why this is not working.

View 5 Replies View Related

Cisco Switching/Routing :: Configure 2951 And 2921 In HSRP?

May 28, 2012

Is it possible to configure a Cisco2951 and a Cisco2921 in HSRP?

View 1 Replies View Related

Cisco Switching/Routing :: 2921 DHCP Relay Agent

Jun 30, 2012

I have a 2921 with 4 segments: [code] My DHCP server is 172.16.5.2 and I need to serve clients from 172.16.2.0/23 by MAC address and only to that segment.

View 2 Replies View Related

Cisco Switching/Routing :: RPS2300 With 4 Cat3750g48ts - Connect 2921?

Jul 16, 2012

got a RPS2300 with 4 cat3750g48ts on it (yeh I know - Cisco documentation allows only 2 of them ). What will happen if I connect an additional Cisco 2921 router?

View 0 Replies View Related

Cisco Switching/Routing :: 2921 - Queue-limit With Shaping

Mar 8, 2012

I have a 2921 where I am shaping some traffic based on sub net on my lan.  I have applied the shaping policy to the lan interface in the outgoing direction.
 
Topology is as follows:  
ISP - ASA - ROUTER - LAN 
Policy map: 
Policy Map shape-lan
[code].... 
 
I am seeing a lot of no-buffer drops on the policy and I am wondering what the best solution is to solve this: 
Class-map: tc-class (match-any)
   8730680 packets, 10803689863 bytes
   5 minute offered rate 4453000 bps, drop rate 0 bps
  [code]....
 
Should I just be increasing the queue-limit or should I be changing something else?

View 12 Replies View Related

Cisco Switching/Routing :: 2921 - IOS That Support MPLS Features

Jan 1, 2012

I have a 2921 router and want to use mpls feature. Right Now we are using c2900-universalk9-mz.SPA.151-4.M1 image but mpls static cross connect”  is not working with this image. And will this image(c2900-universalk9-mz.SSA) be worked?

View 2 Replies View Related

Cisco Switching/Routing :: 2911/ 2921 Management Port

Oct 25, 2012

I can not find any information about management port of Cisco ISR 2911, 2921 and so on. There is management port in specification of 2911 and 2921 and I do not know if this port can be as a simple Ethernet port – forward traffic in/out on L3.

View 2 Replies View Related

Cisco Switching/Routing :: 2921 - Browse Network Computers Across Segments

Oct 22, 2012

have a 2921 with 3 segments, let's say 172.16.0.1/24, 172.16.2.1/23 and 172.16.5.1/24
 
How can I browse for computers (in Network... Windows xp/7) from other segment?

View 7 Replies View Related

Cisco Switching/Routing :: 2921 / How To Quit Service-module Session

Jun 9, 2012

On 2921, how do you quite service-module session and get back to the router?

View 3 Replies View Related

Why Can't Access Wireless Internet To Public Places

Oct 7, 2011

Why I can't acces the internet in public places with my laptop.

View 1 Replies View Related

Cisco Switching/Routing :: Use Both Interfaces On 2921 To Connect To 3750 Stack Switch 1 And 2

Nov 9, 2012

I have a Cisco 2921 and a 3750 stack. I want to use both interfaces on the 2921 to connect to the 3750 stack switch 1 and 2. Is this possible using same ip subnet?

View 2 Replies View Related

Cisco Switching/Routing :: 3750 - Public VLAN Routing?

Dec 8, 2011

I have a quick query which i need ratified before proceeding.  I have the following scenario -
 
Two Cisco 3750v2 switches with stackwiseISP allocated block of /26 (64 addresses)8 customers each with a VLAN and SVIInternet facing VLAN and SVIDefault route to ISP router Lets say the ISP has given me the network range 10.10.10.0/26 (we'll assume this is routable on the internet for the purposes of this example) and a default gateway to the internet of 10.10.10.1 within this range.  I have configured a public facing VLAN as follows -
 
VLAN 300
name PUBLIC
 int VLAN 300
IP Address 10.10.10.2 255.255.255.252
 
I have then created a default route as follows -
 
ip route 0.0.0.0 0.0.0.0  10.10.10.1
 
With this configured, the switch can successfully route upstream to the internet with no problems.  I have then moved onto the customers and depending on what service they have purchased, I have subnetted the 10.10.10.0/26 range into smaller subnets.  See as follows -
 
Customer A - 10.10.10.4/30
Gateway IP - 10.10.10.5
Useable IPs - 10.10.10.6
 Customer B - 10.10.10.8/29
Gateway IP - 10.10.10.9
Useable IPs - 10.10.10.10 - 10.10.10.14
 
This continues for each customer depending on how many IP's the have purchased.  I have then assigned these IP ranges to a customer VLAN and SVI as follows -
 
Customer A
 VLAN 10
name CUST-A-VLAN
 int VLAN 10
ip address 10.10.10.5 255.255.255.252

[code].....
 
It is then up to the customer as to what equipment they use and how they NAT or firewall their internal networks.

View 5 Replies View Related







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