Disadvantages or risks of leaving the the family inet6 configuration under interface configuration in Junos...











up vote
4
down vote

favorite












I have a corner-case where I need to leave the family inet6 configuration under IFL present while hosts in that network should not use IPv6. This means, that the logical interface of a router will contain a family inet6 and a link-local address:



root@r1> show interfaces ge-0/0/0.10   
Logical interface ge-0/0/0.10 (Index 332) (SNMP ifIndex 534)
Flags: Up SNMP-Traps 0x4000 VLAN-Tag [ 0x8100.10 ] Encapsulation: ENET2
Input packets : 0
Output packets: 146
Protocol inet6, MTU: 1500
Max nh cache: 75000, New hold nh limit: 75000, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
Addresses, Flags: Is-Preferred
Destination: fe80::/64, Local: fe80::206:a00:a0e:fff0
Protocol multiservice, MTU: Unlimited

root@r1>


This should mean, that when hosts manually configure global unicast address, then in theory, they can reach the destination, but the packet is not routed back to them. However, this is not even viable because of RPF check. Also, hosts can reach the router over IPv6, but I don't see this as a problem.
Are there any other risks/disadvantages with this setup?










share|improve this question


























    up vote
    4
    down vote

    favorite












    I have a corner-case where I need to leave the family inet6 configuration under IFL present while hosts in that network should not use IPv6. This means, that the logical interface of a router will contain a family inet6 and a link-local address:



    root@r1> show interfaces ge-0/0/0.10   
    Logical interface ge-0/0/0.10 (Index 332) (SNMP ifIndex 534)
    Flags: Up SNMP-Traps 0x4000 VLAN-Tag [ 0x8100.10 ] Encapsulation: ENET2
    Input packets : 0
    Output packets: 146
    Protocol inet6, MTU: 1500
    Max nh cache: 75000, New hold nh limit: 75000, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
    Addresses, Flags: Is-Preferred
    Destination: fe80::/64, Local: fe80::206:a00:a0e:fff0
    Protocol multiservice, MTU: Unlimited

    root@r1>


    This should mean, that when hosts manually configure global unicast address, then in theory, they can reach the destination, but the packet is not routed back to them. However, this is not even viable because of RPF check. Also, hosts can reach the router over IPv6, but I don't see this as a problem.
    Are there any other risks/disadvantages with this setup?










    share|improve this question
























      up vote
      4
      down vote

      favorite









      up vote
      4
      down vote

      favorite











      I have a corner-case where I need to leave the family inet6 configuration under IFL present while hosts in that network should not use IPv6. This means, that the logical interface of a router will contain a family inet6 and a link-local address:



      root@r1> show interfaces ge-0/0/0.10   
      Logical interface ge-0/0/0.10 (Index 332) (SNMP ifIndex 534)
      Flags: Up SNMP-Traps 0x4000 VLAN-Tag [ 0x8100.10 ] Encapsulation: ENET2
      Input packets : 0
      Output packets: 146
      Protocol inet6, MTU: 1500
      Max nh cache: 75000, New hold nh limit: 75000, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Addresses, Flags: Is-Preferred
      Destination: fe80::/64, Local: fe80::206:a00:a0e:fff0
      Protocol multiservice, MTU: Unlimited

      root@r1>


      This should mean, that when hosts manually configure global unicast address, then in theory, they can reach the destination, but the packet is not routed back to them. However, this is not even viable because of RPF check. Also, hosts can reach the router over IPv6, but I don't see this as a problem.
      Are there any other risks/disadvantages with this setup?










      share|improve this question













      I have a corner-case where I need to leave the family inet6 configuration under IFL present while hosts in that network should not use IPv6. This means, that the logical interface of a router will contain a family inet6 and a link-local address:



      root@r1> show interfaces ge-0/0/0.10   
      Logical interface ge-0/0/0.10 (Index 332) (SNMP ifIndex 534)
      Flags: Up SNMP-Traps 0x4000 VLAN-Tag [ 0x8100.10 ] Encapsulation: ENET2
      Input packets : 0
      Output packets: 146
      Protocol inet6, MTU: 1500
      Max nh cache: 75000, New hold nh limit: 75000, Curr nh cnt: 0, Curr new hold cnt: 0, NH drop cnt: 0
      Addresses, Flags: Is-Preferred
      Destination: fe80::/64, Local: fe80::206:a00:a0e:fff0
      Protocol multiservice, MTU: Unlimited

      root@r1>


      This should mean, that when hosts manually configure global unicast address, then in theory, they can reach the destination, but the packet is not routed back to them. However, this is not even viable because of RPF check. Also, hosts can reach the router over IPv6, but I don't see this as a problem.
      Are there any other risks/disadvantages with this setup?







      ipv6 juniper






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 20 at 8:48









      Martin

      21111431




      21111431






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          4
          down vote













          In my mind, this is unusual, and would probably get picked up as a configuration error in an audit unless you document it really well - consider leaving a comment on the interface to explain to future generations why this is being done.



          Also consider the "hosts can reach the router over IPv6" - this means that you should also update your loopback filter to protect your routing-engine from connections arriving on IPv6 (eg: control-plane protocols, remote access, SNMP etc.)



          I'd like to know your corner case, and wonder if putting family inet6 on a loopback interface wouldn't be a better way to solve it? (a loopback IP wouldn't be exposed to any other hosts without interface routes)






          share|improve this answer





















          • I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
            – Ron Maupin
            Nov 20 at 17:29










          • Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
            – Benjamin Dale
            Nov 21 at 23:56










          • No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
            – Ron Maupin
            Nov 22 at 4:00













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "496"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          noCode: true, onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f54854%2fdisadvantages-or-risks-of-leaving-the-the-family-inet6-configuration-under-inter%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          4
          down vote













          In my mind, this is unusual, and would probably get picked up as a configuration error in an audit unless you document it really well - consider leaving a comment on the interface to explain to future generations why this is being done.



          Also consider the "hosts can reach the router over IPv6" - this means that you should also update your loopback filter to protect your routing-engine from connections arriving on IPv6 (eg: control-plane protocols, remote access, SNMP etc.)



          I'd like to know your corner case, and wonder if putting family inet6 on a loopback interface wouldn't be a better way to solve it? (a loopback IP wouldn't be exposed to any other hosts without interface routes)






          share|improve this answer





















          • I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
            – Ron Maupin
            Nov 20 at 17:29










          • Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
            – Benjamin Dale
            Nov 21 at 23:56










          • No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
            – Ron Maupin
            Nov 22 at 4:00

















          up vote
          4
          down vote













          In my mind, this is unusual, and would probably get picked up as a configuration error in an audit unless you document it really well - consider leaving a comment on the interface to explain to future generations why this is being done.



          Also consider the "hosts can reach the router over IPv6" - this means that you should also update your loopback filter to protect your routing-engine from connections arriving on IPv6 (eg: control-plane protocols, remote access, SNMP etc.)



          I'd like to know your corner case, and wonder if putting family inet6 on a loopback interface wouldn't be a better way to solve it? (a loopback IP wouldn't be exposed to any other hosts without interface routes)






          share|improve this answer





















          • I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
            – Ron Maupin
            Nov 20 at 17:29










          • Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
            – Benjamin Dale
            Nov 21 at 23:56










          • No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
            – Ron Maupin
            Nov 22 at 4:00















          up vote
          4
          down vote










          up vote
          4
          down vote









          In my mind, this is unusual, and would probably get picked up as a configuration error in an audit unless you document it really well - consider leaving a comment on the interface to explain to future generations why this is being done.



          Also consider the "hosts can reach the router over IPv6" - this means that you should also update your loopback filter to protect your routing-engine from connections arriving on IPv6 (eg: control-plane protocols, remote access, SNMP etc.)



          I'd like to know your corner case, and wonder if putting family inet6 on a loopback interface wouldn't be a better way to solve it? (a loopback IP wouldn't be exposed to any other hosts without interface routes)






          share|improve this answer












          In my mind, this is unusual, and would probably get picked up as a configuration error in an audit unless you document it really well - consider leaving a comment on the interface to explain to future generations why this is being done.



          Also consider the "hosts can reach the router over IPv6" - this means that you should also update your loopback filter to protect your routing-engine from connections arriving on IPv6 (eg: control-plane protocols, remote access, SNMP etc.)



          I'd like to know your corner case, and wonder if putting family inet6 on a loopback interface wouldn't be a better way to solve it? (a loopback IP wouldn't be exposed to any other hosts without interface routes)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 20 at 11:20









          Benjamin Dale

          6,0441036




          6,0441036












          • I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
            – Ron Maupin
            Nov 20 at 17:29










          • Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
            – Benjamin Dale
            Nov 21 at 23:56










          • No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
            – Ron Maupin
            Nov 22 at 4:00




















          • I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
            – Ron Maupin
            Nov 20 at 17:29










          • Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
            – Benjamin Dale
            Nov 21 at 23:56










          • No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
            – Ron Maupin
            Nov 22 at 4:00


















          I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
          – Ron Maupin
          Nov 20 at 17:29




          I want to make sure you saw this: networkengineering.meta.stackexchange.com/q/813/8499
          – Ron Maupin
          Nov 20 at 17:29












          Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
          – Benjamin Dale
          Nov 21 at 23:56




          Just read it - not sure what I'm looking for though? Are you suggesting the question is off topic?
          – Benjamin Dale
          Nov 21 at 23:56












          No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
          – Ron Maupin
          Nov 22 at 4:00






          No. It is for users to determine what is or is not on-topic here, and I have been trying to notify people to comment/answer/vote on what they want to see for this site.
          – Ron Maupin
          Nov 22 at 4:00




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Network Engineering Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f54854%2fdisadvantages-or-risks-of-leaving-the-the-family-inet6-configuration-under-inter%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          QoS: MAC-Priority for clients behind a repeater

          Ивакино (Тотемский район)

          Can't locate Autom4te/ChannelDefs.pm in @INC (when it definitely is there)