Giter Site home page Giter Site logo

Comments (8)

job avatar job commented on June 29, 2024 1

POS

from draft-grow-bgp-session-culling.

nickhilliard avatar nickhilliard commented on June 29, 2024

juniper are notorious for changing what's acceptable in firewall rules between different models and different code trains.

from draft-grow-bgp-session-culling.

job avatar job commented on June 29, 2024

What do you mean it doesn't work on 5100s?

[email protected]> show chassis hardware | match Chassis
Chassis                                VF3715360176      QFX5100-48S-6Q

[email protected]> show configuration | display set | match jobtest2
set interfaces xe-0/0/46 unit 0 family ethernet-switching filter input jobtest2
set firewall family ethernet-switching filter jobtest2 term cull-v4 from ip-version ipv4 port bgp
set firewall family ethernet-switching filter jobtest2 term cull-v4 from ip-version ipv4 ip-source-address 192.0.2.0/24
set firewall family ethernet-switching filter jobtest2 term cull-v4 from ip-version ipv4 ip-destination-address 192.0.2.0/24
set firewall family ethernet-switching filter jobtest2 term cull-v4 from ip-version ipv4 ip-protocol tcp
set firewall family ethernet-switching filter jobtest2 term cull-v4 then discard
set firewall family ethernet-switching filter jobtest2 term cull-v6 from ip-version ipv6 next-header tcp
set firewall family ethernet-switching filter jobtest2 term cull-v6 from ip-version ipv6 port bgp
set firewall family ethernet-switching filter jobtest2 term cull-v6 from ip-version ipv6 ip6-source-address 2001:db8:2::/64
set firewall family ethernet-switching filter jobtest2 term cull-v6 from ip-version ipv6 ip6-destination-address 2001:db8:2::/64
set firewall family ethernet-switching filter jobtest2 term cull-v6 then discard
set firewall family ethernet-switching filter jobtest2 term rest then accept

from draft-grow-bgp-session-culling.

grizz avatar grizz commented on June 29, 2024
[email protected]# show firewall family ethernet-switching filter jobtest2    
term cull-v4 {
    from {
        ip-version {
            ipv4 {
                ##
                ## Warning: value port ignored: unsupported platform (qfx5100-48s-6q)
                ##
                port bgp;

from draft-grow-bgp-session-culling.

job avatar job commented on June 29, 2024

Fixed e346d41

from draft-grow-bgp-session-culling.

nickhilliard avatar nickhilliard commented on June 29, 2024

no idea why this doesn't work on qfx5100. the t2+ chipset supports this just fine.

from draft-grow-bgp-session-culling.

job avatar job commented on June 29, 2024

from draft-grow-bgp-session-culling.

timoid avatar timoid commented on June 29, 2024

came across this debugging some qfx copp issues.
qfx (at least) doesn't support port, but does support destination-port.
seems unhappy with ambiguous direction definitions (prefix-list vs source-prefix-list was another that tripped me up).

from draft-grow-bgp-session-culling.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.