Hi all.
I tune dialup on 2620 IOS 12.1(5)T and experience problem : PPP connection from NT establishs well but hangs telnet sessions so that vty lines serving those sessions remain active (I cannot use them for other telnet sessions) and the same effect when I terminate PPP link.
Every vty line...
Hi.
As far as I know
ip name-server x.x.x.x
ip domain-lookup
ip 0.0.0.0 0.0.0.0 e0/0
is sufficient for correct DNS resolution. Next idea is : I guess 64.138.80.129 is interface address of your ISP on the same subnet with e0/0. e0/0 metmask is 255.255.255.240, so 64.138.80.128 coincide with...
Hi.
You haven't put
ip name-server x.x.x.x
ip name-server x.x.x.x
ip domain-lookup
into dump, I hope there it is. Try the following.
conf t
ip classless ! forwards packets that has no network default route to the best supernet route
ip route 0.0.0.0 0.0.0.0 e0/0 ! default route
By...
Hi.
When I entered 'no ip direct-broadcast' in IOS 12.0(7)T, the command appeared in run config, but in IOS 12.1(5)T it does not. Is this because 'no ip direct-broadcast' is default ? Thank for answer in advance.
Hi
Try something like this
conf t
class-map YourClass
match access-group <access-list>
^Z
conf t
policy-map YourPolicy
class YourClass
police 128000 conform transmit exceed drop
^Z
conf t
int <int to second company>
service-policy output YourPolicy
service-policy input...
Hi.
I want to ban ICMP replay for incoming packets matching 'deny' entries in access-list without addtion corresponding ICMP entries in outcoming access-list.
Hi.
VPN doesn't interfare with NAT if your tunnel har S1 address as source address. You can apply inbound access-list like this
permit gre host <T1 addr> host <S1 addr>
permit udp host <T1 addr> eq 500 host <S1 addr> eq 500
adn outbound access-list like this
permit gre host <S1 addr> host...
Hi.
I thihk there is no way of doing so statically. But you can declare sufficient NAT pool without overload and infinite translation timeout. This will do the same except there won't be simple correspondence.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.