Skip to main content

All Questions

Tagged with
0 votes
1 answer
284 views

Routing between two Cisco CSR1000v instances on AWS

I'm building a lab in AWS with Cisco CSR1000v virtual routers. I've tried both the below options. In option 1, there's no way to force the traffic from linux1 or 2 to the respective CSR routers since ...
kaziman's user avatar
0 votes
2 answers
1k views

Tyring to figure out ip-route

I've been playing with packet tracer and trying to fully grasp ip routing. So far I'm doing ok i think. Why am i able to ping r3 from pc1 (route working correctly as it should) vice-versa but cant ...
kwapster's user avatar
0 votes
1 answer
498 views

Cisco 3560G not passing IPv6 RA when VLAN without IPv6 address

Problem: When having VLAN without IPv6 address on L3 enabled switch, no RA is passed through VLAN unless there is IPv6 address assigned to the VLAN. Static assigments however are reachable fine. ...
Yarik Dot's user avatar
  • 1,583
0 votes
1 answer
101 views

Cisco Routing beetween VLANs

I'm having troubles routing from two VLANs on Cisco Router here is the config: interface FastEthernet0/1.13 encapsulation dot1Q 13 ip address 192.168.13.254 255.255.255.0 ip nat inside no ip ...
rgomez's user avatar
  • 153
0 votes
1 answer
132 views

Strange routing issue across multiple sites

I'll start with a diagram of what everything looks like today and then get into the history: Diagram From that diagram, from top to bottom: RTR 2 is at a remote site. (Site A) RTR 3 is at a remote ...
CD305865's user avatar
0 votes
2 answers
2k views

"route" sub-command does not exits in "ip" command on Cisco 2960-S

I am new to cisco. I'm running a Cisco 2960-S and defined several VLAN on it. I like to use SVI feature and set 192.168.1.254 ip address for interface VLAN 1, 192.168.2.254 for interface VLAN 2 and so ...
IAmAliYousefi's user avatar
-3 votes
1 answer
11k views

How to do static routing via next hop address?

i know the command is ip route [remote address] [next hop address] but how do i implement it? Currently these are the only ones that are connected: CALOOCAN - MAKATI MAKATI - NAVOTAS SWITCH0-PC0-PC1 ...
Meryel's user avatar
  • 1
2 votes
0 answers
147 views

Cisco Switch Routing performance monitoring

It is quite a question for me: I have Cisco Catalyst 2960S switch which is nice hardware even despite its age and EOL. I'd like to set it as small router between several networks within a remote ...
Alexander's user avatar
  • 854
1 vote
1 answer
251 views

Multiple public IPs routed via Cisco ASA to Proxmox VMs

I have a network with IP 199.221.2.136 (/29). I would like the Cisco ASA5505 [1] to work on .137 as router and use two public IPs (.138 and .139) on two VMs on a Proxmox server. Not sure how to route ...
Piotr's user avatar
  • 11
0 votes
0 answers
187 views

Route part of a subnet to a different gateway

Data network is 10.220.0.0/20 DG is 10.220.1.19 I am trying to have all traffic in 10.220.8.0 - 10.220.15.255 (10.220.8.0/21) routed to this gateway: 10.220.1.251 I can't seem to accomplish this at ...
Matt Weick's user avatar
-2 votes
1 answer
79 views

cisco static router issue [closed]

I have emulated some routers under GNS. The problem is the following: The first router has (R1)192.168.1.1 ip address, the second router(R2) has 192.168.1.2 and 192.168.2.1 ip address and the third (...
user159192121's user avatar
1 vote
0 answers
261 views

Cisco 800, RFC1483 Routing, no nat, block public IPs

My issue. IP traffic to public IPs does not work. Traffic outbound works fine. Thus, I cannot access 91.x.x.162 from www. Thus no route for IP back to 91.x.x.162. The connection works in part as: ...
fundutzi's user avatar
5 votes
4 answers
95k views

Help me understand the 'ip route' command for cisco routers

I just can't wrap my head around it. For example: I want the left-most router to be able to ping my computers on the left and vice-versa. Where would I set up ip route and to what address. I feel ...
user avatar