Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Is there an equivalent to the junos command?
jtac@Router-RE0# show routing-options interface-routes { family inet { export { lan; point-to-point; } }}...
I have successfully configured ftp on the default port with an inbound acl for a specified range of ports for passive ftp. So the acl look like thispermit tcp any any eq 21 permit tcp any gt 1023 any range 61000 62500 i then tried to change the ftp...
I just created a Remote Access VPN, I can connect to the VPN via radius. However, I cannot connect to any of the networks behind the ASA. I have tried to use split-tunneling and without to no avail. I have no problem connecting, its just none of t...
I currently have a 3725 with 30+ tunnels, there are 837's on the remote ends. For about 10 of the tunnels I want to build another tunnel to an ASA, so that if one goes down the other one passes the traffic. Trying to figure out if I can just add th...
I am looking for the interface route itself. So in cisco terminology it would be the "local" route
interface FastEthernet0
ip address 10.1.255.1 255.255.255.0
so the routing table would be
L 10.1.255.1/32
in Junos you can advertise the /32...
Could you explain what you do not want to NAT? Obviously to get to the internet you have to NAT somewhere. I am assuming you mean from MPLS side going to dmz side but I am not sure. Please elaborate.