Dump traffic on routing-instance with a Juniper SRX firewallHow can I see what interfaces belong to the default routing instance on the SRX?Juniper SRX - No traffic after 17 minutesHow to understand Juniper SRX flow creation?Juniper SRX - interface filters vs firewall rules?Juniper srx-100-b doesn't boot anymoreJuniper JUNOS security policy incorrectly blocking traffic that is explicitly permittedJuniper EX4200 How to read SNMP traffic counters for specific VLAN id from trunk interface?Juniper JunOS routing issue in v15.1.49Juniper SRX 240 Routing ConfigurationJuniper MX/SRX series interface monitoring command

Is a distribution that is normal, but highly skewed, considered Gaussian?

How can I run a deployer module after the commit?

Concerning the definitions of the enthalpy, the Helmholtz free energy and the Gibbs free energy of a system

Can a virus destroy the BIOS of a modern computer?

What is required to make GPS signals available indoors?

Is it possible to create a QR code using text?

Are British MPs missing the point, with these 'Indicative Votes'?

Is this draw by repetition?

How badly should I try to prevent a user from XSSing themselves?

How to install cross-compiler on Ubuntu 18.04?

Different meanings of こわい

Do creatures with a speed 0ft., fly 30ft. (hover) ever touch the ground?

Notepad++ delete until colon for every line with replace all

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

When handwriting 黄 (huáng; yellow) is it incorrect to have a disconnected 草 (cǎo; grass) radical on top?

What historical events would have to change in order to make 19th century "steampunk" technology possible?

Error when overriding validators pipeline to create custom error text

How could sorcerers who are able to produce/manipulate almost all forms of energy communicate over large distances?

How to coordinate airplane tickets?

Is there a rule of thumb for determining the amount one should accept for a settlement offer?

Why do I get negative height?

Why can't we say "I have been having a dog"?

Why were 5.25" floppy drives cheaper than 8"?

Eccentricity going to zero -- Geometric definition conic



Dump traffic on routing-instance with a Juniper SRX firewall


How can I see what interfaces belong to the default routing instance on the SRX?Juniper SRX - No traffic after 17 minutesHow to understand Juniper SRX flow creation?Juniper SRX - interface filters vs firewall rules?Juniper srx-100-b doesn't boot anymoreJuniper JUNOS security policy incorrectly blocking traffic that is explicitly permittedJuniper EX4200 How to read SNMP traffic counters for specific VLAN id from trunk interface?Juniper JunOS routing issue in v15.1.49Juniper SRX 240 Routing ConfigurationJuniper MX/SRX series interface monitoring command













2















A Juniper firewall can display data with the tcpdump command:



% tcpdump -i ge-0/0/0
% tcpdump -i vlan10


However, if the interface or the VLAN is assigned to a routing instance, the traffic is not captured. Is there a way to do it ?










share|improve this question




























    2















    A Juniper firewall can display data with the tcpdump command:



    % tcpdump -i ge-0/0/0
    % tcpdump -i vlan10


    However, if the interface or the VLAN is assigned to a routing instance, the traffic is not captured. Is there a way to do it ?










    share|improve this question


























      2












      2








      2








      A Juniper firewall can display data with the tcpdump command:



      % tcpdump -i ge-0/0/0
      % tcpdump -i vlan10


      However, if the interface or the VLAN is assigned to a routing instance, the traffic is not captured. Is there a way to do it ?










      share|improve this question
















      A Juniper firewall can display data with the tcpdump command:



      % tcpdump -i ge-0/0/0
      % tcpdump -i vlan10


      However, if the interface or the VLAN is assigned to a routing instance, the traffic is not captured. Is there a way to do it ?







      juniper juniper-junos juniper-srx tcpdump






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 6 hours ago









      Cown

      6,80131031




      6,80131031










      asked 7 hours ago









      NakruleNakrule

      20926




      20926




















          1 Answer
          1






          active

          oldest

          votes


















          3














          This works fine on the lower-end SRX models - try using the layer 3 interface bound to your VLAN eg:



          tcpdump -i vlan.10


          My configuration looks like this:



          routing-instances 
          TCPDUMP-TEST
          instance-type virtual-router;
          interface vlan.10;


          vlans
          v10-TEST
          vlan-id 10;
          l3-interface vlan.10;




          Bear in mind that you won't be able to see traffic that isn't directed at the RE (eg: destination IP address of vlan.10 interface). You also won't be able to see ICMP traffic, as this is processed via the PFE, rather than the RE.






          share|improve this answer























            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',
            autoActivateHeartbeat: false,
            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%2f58205%2fdump-traffic-on-routing-instance-with-a-juniper-srx-firewall%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









            3














            This works fine on the lower-end SRX models - try using the layer 3 interface bound to your VLAN eg:



            tcpdump -i vlan.10


            My configuration looks like this:



            routing-instances 
            TCPDUMP-TEST
            instance-type virtual-router;
            interface vlan.10;


            vlans
            v10-TEST
            vlan-id 10;
            l3-interface vlan.10;




            Bear in mind that you won't be able to see traffic that isn't directed at the RE (eg: destination IP address of vlan.10 interface). You also won't be able to see ICMP traffic, as this is processed via the PFE, rather than the RE.






            share|improve this answer



























              3














              This works fine on the lower-end SRX models - try using the layer 3 interface bound to your VLAN eg:



              tcpdump -i vlan.10


              My configuration looks like this:



              routing-instances 
              TCPDUMP-TEST
              instance-type virtual-router;
              interface vlan.10;


              vlans
              v10-TEST
              vlan-id 10;
              l3-interface vlan.10;




              Bear in mind that you won't be able to see traffic that isn't directed at the RE (eg: destination IP address of vlan.10 interface). You also won't be able to see ICMP traffic, as this is processed via the PFE, rather than the RE.






              share|improve this answer

























                3












                3








                3







                This works fine on the lower-end SRX models - try using the layer 3 interface bound to your VLAN eg:



                tcpdump -i vlan.10


                My configuration looks like this:



                routing-instances 
                TCPDUMP-TEST
                instance-type virtual-router;
                interface vlan.10;


                vlans
                v10-TEST
                vlan-id 10;
                l3-interface vlan.10;




                Bear in mind that you won't be able to see traffic that isn't directed at the RE (eg: destination IP address of vlan.10 interface). You also won't be able to see ICMP traffic, as this is processed via the PFE, rather than the RE.






                share|improve this answer













                This works fine on the lower-end SRX models - try using the layer 3 interface bound to your VLAN eg:



                tcpdump -i vlan.10


                My configuration looks like this:



                routing-instances 
                TCPDUMP-TEST
                instance-type virtual-router;
                interface vlan.10;


                vlans
                v10-TEST
                vlan-id 10;
                l3-interface vlan.10;




                Bear in mind that you won't be able to see traffic that isn't directed at the RE (eg: destination IP address of vlan.10 interface). You also won't be able to see ICMP traffic, as this is processed via the PFE, rather than the RE.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Benjamin DaleBenjamin Dale

                7,4191038




                7,4191038



























                    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.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fnetworkengineering.stackexchange.com%2fquestions%2f58205%2fdump-traffic-on-routing-instance-with-a-juniper-srx-firewall%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

                    Благоевград Съдържание География | История | Население | Политика | Икономика и инфрастуктура | Здравеопазване | Образование и наука | Култура и забавления | Забележителности | Личности | Литература | Външни препратки | Бележки | Навигация42°01′18.99″ с. ш. 23°05′51″ и. д. / 42.021944° с. ш. 23.0975° и. д.*БлагоевградразширитередактиранеОфициален уебсайт на община БлагоевградНовинарски портал на Благоевград – blagoevgrad.euСайтове за БлагоевградНационален статистически институтdariknews.bgГригоровичъ, Викторъ. „Очеркъ путешествія по Европейской Турціи“. Москва, 1877.Стрезов, Георги. Два санджака от Източна Македония. Периодично списание на Българското книжовно дружество в Средец, кн. XXXVII и XXXVIII, 1891, стр. 18 – 19.Македония. Етнография и статистикаГаджанов, Димитър Г. Мюсюлманското население в Новоосвободените земи, в: Научна експедиция в Македония и Поморавието 1916, Военноиздателски комплекс „Св. Георги Победоносец“, Университетско издателство „Св. Климент Охридски“, София, 1993, стр. 244.паметник на незнайния четник&cd=18&hl=en&ct=clnk&client=firefox-a „История на днешен Благоевград“, взето от www.museumblg.com на 16 март 2010 г.„Справка за населението на град Благоевград, община Благоевград, област Благоевград, НСИ“„The population of all towns and villages in Blagoevgrad Province with 50 inhabitants or more according to census results and latest official estimates“„Ethnic composition, all places: 2011 census“История на Неврокопска епархия.Национален статистически институтМюсюлманско изповедание. Главно мюфтийствоНационален публичен регистър на храмовете в БългарияМюсюлманско изповедание. Главно мюфтийствоwww.dnes.bg Джамията в Благоевград не била паленаwww.sesc-bg.orgСписък на побратимени градовеТехническо побратимяванеГУМ грейва в цветовете на нощен Лас Вегас под името „Largo“, „МОЛ Благоевград“..., в. „Струма“grabo.bgwww.cinemaxbg.comррр4238731-067cad53a-0546-417b-a3d3-51e49b1d2232147736077147736077

                    What is the best defense strategy for Survival in Grand Theft Auto Online?What is JP used for in Grand Theft Auto Online?How do I setup a Crew HQ in Grand Theft Auto Online?How does stealth work in Grand Theft Auto Online?Is it possible to own more than 10 cars in Grand Theft Auto online?Where to find truck/trailers in Grand Theft Auto OnlineWhat are some of the best missions to do on Grand Theft Auto 5 onlineFastest Car in Grand Theft Auto V PCHow to setup a Crew vs Crew online session in Grand Theft Auto Online?Grand theft auto 5 crossplayingRestart Grand Theft Auto V Online?

                    How does Billy Russo acquire his 'Jigsaw' mask? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why does Bane wear the mask?Why does Kylo Ren wear a mask?Why did Captain America remove his mask while fighting Batroc the Leaper?How did the OA acquire her wisdom?Is Billy Breckenridge gay?How does Adrian Toomes hide his earnings from the IRS?What is the state of affairs on Nootka Sound by the end of season 1?How did Tia Dalma acquire Captain Barbossa's body?How is one “Deemed Worthy”, to acquire the Greatsword “Dawn”?How did Karen acquire the handgun?