cancel
Showing results for 
Search instead for 
Did you mean: 

ACL to EXOS and EIGRP Newbie

ACL to EXOS and EIGRP Newbie

martinj
New Contributor
Hello,
I'm converting a cisco 2911 router to an extreme 440-24t. I've never created an access list or even worked with the router currently has the following. I also don't know what to do with the eigrp and if i need to convert that as well

router eigrp 99
network 10.76.0.0 0.0.0.255
network 10.76.22.0 0.0.0.255
network 172.16.0.0
network 192.168.22.0
!
ip forward-protocol nd
!
ip http server
ip http secure-server
!
!
access-list 50 permit 192.168.0.0 0.0.255.255
access-list 50 permit 10.76.0.0 0.0.0.255
access-list 101 deny ip any 172.16.0.0 0.0.255.255
access-list 101 permit ip any any
access-list 102 permit ip any 172.16.0.0 0.0.255.255
access-list 102 permit ip any 10.243.4.0 0.0.1.255
12 REPLIES 12

FredrikB
Contributor II
Can you ping from a PC in VLAN admin to all IPs on the switch? Start with pinging 10.76.22.1 and then the other addresses.

Did you do "enable ipforwarding"? Is the routing back from the Century to the X440 correct? If you used to run a routing protocol there previously (Cisco EIGRP), you might need to add a static route back to the X440 from the Century.

/Fredrik

martinj
New Contributor
Also, I tried the config without the access list and I have an issue I can’t seem to get online with just the basic config to port 24 and vlan century

martinj
New Contributor
no for the access list i typed in configure access-list deny-controls-internet vlan controls doesn't work if you put add vlan controls, got an error error: Policy deny-controls-internet has syntax errors line 2: Missing keyword "entry"

FredrikB
Contributor II
Ah, it's supposed to be this:

iproute add default 10.76.0.22
GTM-P2G8KFN