Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple tables support #9

Open
pedrofran12 opened this issue Jun 9, 2020 · 0 comments
Open

Multiple tables support #9

pedrofran12 opened this issue Jun 9, 2020 · 0 comments
Labels
informative Issue is just for information purpose

Comments

@pedrofran12
Copy link
Owner

pedrofran12 commented Jun 9, 2020

HPIM-DM v1.3.3 supports the definition of multiple routing tables.

Unicast routing table:

  • By default, RPF checks and unicast metric information is obtained from the default unicast routing table (id 254). If intended this information can be obtained from a different table just by setting the expected table id at startup with -uvrf UNICAST_TABLE_ID.

Multicast routing table:

  • By default, all multicast trees are set on the default multicast routing table (id 0). If intended trees can be set on a different table by setting the expected table id at startup with -mvrf MULTICAST_TABLE_ID.
  • If the multicast routing table is different from the default one, multicast rules are automatically defined for all interfaces that are added to the protocol process. If interface eth0 is added to the protocol and the multicast routing table id is 5, the rules that are automatically defined are:
$ ip mrule add iif eth0 lookup 5
$ ip mrule add oif eth0 lookup 5
@pedrofran12 pedrofran12 added the informative Issue is just for information purpose label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
informative Issue is just for information purpose
Projects
None yet
Development

No branches or pull requests

1 participant