General discussion
Hi master reaper, thanks as always for your time, collaboration and patience
I have the following issue, I am reviewing documentation, validating, everything, but I have big doubts, at cisco CCNA level I understand well RIP.
I am migrating some Fortigate to PANW, everything excellent, everything good, nothing new, everything OK expedition,
I have been debugging for hours and days but everything is fine.
But RIP, I have huge doubts, it is a simple config, but IN Palo Alto Networks filter example does not have and also is a config so simple that I am embarrassed, someone can support me to move it from fortigate to PANW, I have clear that I must apply the redistribution profile for what is connected and static, but look is just this, maybe I'm getting too complicated, obviously has slight adjustments, but the base is the same: config router rip
config distribute-list
edit 1
set status enable
set direction in
set listname "R_RIP-FIL-IN-01"
set interface "port10"
next
end
config network
edit 1
set prefix 10.80.0.0 255.255.0.0
next
end
config redistribute "connected"
set status enable
set metric 1
end
config redistribute "static"
set status enable
set metric 1
end
config redistribute "ospf"
end
config redistribute "bgp"
end
config redistribute "isis"
end
config interface
edit "port10"
set receive-version 2
set send-version 2
next
end
end
The filter IN:
how router access-list "R_RIP-FIL-IN-01"
config router access-list
edit "RIP-FILTER-IN"
config rule
edit 100
set prefix 10.0.0.0 255.0.0.0
next
edit 101
set prefix 172.31.0.0 255.255.0.0
next
end
next
end
I have a great confusion, I know that for the great, gurus, experts here will not be a big deal, I still know that I will be scolded, but I thank you very much for your support, tips, patience, comments, good vibes, time and collaboration as always.
Greetings and thanks