Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Where does it found IP address

Status
Not open for further replies.

hanzlik

IS-IT--Management
May 18, 2005
1
CZ
Transfer IP address on CISCo router 1700

Petr <phanzlik@email.cz> 18.5.2005

Have you any the same experience ?

enter command....

access-list 101 permit ip 192.168.1.55 197.58.2.10 any

perform following

access-list 101 permit ip 192.12.1.83 197.58.2.10 any

where does found it I don´t know
No interface in LAN, WAN doesn´t use the range of these IP address /no for now and no for previuos/
By the way, after saving of these configuration, the klient with IP address 192.168.1.55 started communication with specify target address.

But, if I use following syntax of the command

access-list 101 permit ip host 192.168.1.33 any

the result is correct....

access-list 101 permit ip host 192.168.1.33 any

I have to claim that I am not specialist

 
The correct syntax will be:


access-list 101 permit ip [source network address] [source subnet mask] [destination network address] [destination subnet mask]

You can replace {[source network address] [source subnet mask]} with {host [source host address]} or {any}. Same with destination.

So if your case, it may become:

access-list 101 permit ip host 192.168.1.55 host 197.58.2.10

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top