06-03-2008 08:25 AM
How can I specify different Ip adresse in function of the remote caller.
I have a interface carte Wic-2Am in a central routeur.
Six remote office have to connect to the central office with PC and analog modem, and I need to associate them different access list. How can I do that ?
06-09-2008 01:03 PM
Cisco provides basic traffic filtering capabilities with access control lists (also referred to as access lists). Access lists can be configured for all routed network protocols (IP, AppleTalk, and so on) to filter the packets of those protocols as the packets pass through a router.You can configure access lists at your router to control access to a network: access lists can prevent certain traffic from entering or exiting a network.
Refer the following url for more information on configuring access-lists:
http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfacls.html
06-09-2008 02:48 PM
Are you using radius ?
Typically the IP address is assigned via radius, however radius can be complicated to use for a small company. As an alternative you can try configuring the IP address as an attribute in an aaa attribute-list (also a bit complicated), or do the authentication clear-text with autocommand ppp x.x.x.x to specify a different IP for each caller. This is probably the easier method.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide