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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Defininf acces list

Status
Not open for further replies.

T8keiteasy

IS-IT--Management
Nov 28, 2006
267
FR
Hi,

I'm runninf a 5308xl switch; I've declared the following access-list :

ip access-list extended "Guest_107"
permit ip 10.107.0.0 0.0.0.255 10.7.0.0 0.0.0.255
permit ip 10.107.0.0 0.0.0.255 10.207.0.0 0.0.0.255

I guess I have ti apply this acces list to a vlan/interface...

How do I let them work ?

Regards

Now, it's about French users too !!!
 
If you're applying them to a vlan then it's:
Code:
Switch(config)# vlan <number> ip access-list Guest_107 {in|out}
To a physical interfce:
Code:
Switch(config)# ethernet <number>  ip access-list Guest_107 {in|out}
FYI, you can go to procurve.com and download the manuals for your switch.

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top