Hi Everyone,
I'm trying to create and apply a ACL to a vlan on my switch but when I run the commands it says it doesn't exist.
1. I created the policy by entering: vi PBR_DEFAULTROUTE.pol
I enter a simple a entry and entered :wq! to save. successfully.
2. I typed in ls and it is listed under my files.
-rw-rw-rw- 1 root 0 932 May 19 12:39 PBR_DEFAULTROUTE.pol
3. Saved config on switch
4. I entered check policy PBR_DEFAULTROUTE.pol
# check policy PBR_DEFAULTROUTE.pol
Error: Policy PBR_DEFAULTROUTE.pol does not exist on file
5. Attempt to apply to VLAN
# configure access-list PBR_DEFAULTROUTE.pol vlan "Test_ACL" ingress
.Error: ACL policy PBR_DEFAULTROUTE.pol not found
Configuration failed on backup Node, command execution aborted!
Below is my original post on what I'm trying to accomplish but for this one I'm trying to enable this VLAN.
https://community.extremenetworks.com/extreme/topics/i-need-one-device-to-have-a-specific-ip-default...