I'm sorry I'm losing it right now and just looking to see if this would work. I'm running Eigrp on Nexus routers and trying to hook in some Palos for VPC. I have a set of vlans that I want to set a static route to get to secure those vlans and then put the routing on the Palos. They presently are routed on my Nexus Routers so I'll be moving the route from Cisco to PA.
So example vlan 111- 172.22.111.1/24 (now on router moving to PA), vlan 112 172.22.112.1/24 (now on router moving to PA) and vlan 660 to bring myself to that network lets say 10.60.3.1/23 with a static route on the routers.
ip route 172.22.111.0 255.255.255.0 10.60.3.1
ip route 172.22.112.0 255.255.255.0 10.60.3.1
PA would have subinterface of 10.60.3.1/23 tagged with the proper vlan 660
PA would have subinterface of 172.22.111.1/24 tagged with the proper vlan 111
PA would have subinterface of 172.22.112.1/24 tagged with the proper vlan 112
Right now I'm doing something like that for my PA that is on the edge through a prefix list and statics. So it seems to be working my environment.
That should work over the one VPC port channel right? Its all layer 3. Sorry just super overwhelmed right now and getting dumped on. Thanks.
No comments:
Post a Comment