ACL to EXOS and EIGRP Newbie
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-30-2019 02:31 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-09-2019 07:35 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-05-2019 03:24 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2019 12:39 PM
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"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎09-04-2019 12:09 PM
Ah, it's supposed to be this:
iproute add default 10.76.0.22
iproute add default 10.76.0.22
