home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

security firewall name <name> rule <rule-number> ipv6-route type <number>

Specifies the IPv6 route type number for a firewall rule.

set security firewall name name rule rule-number ipv6-route type number
delete security firewall name name rule rule-number ipv6-route type
show security firewall name name rule rule-number ipv6-route type
type number
Specifies matching for numeric IPv6 route types. Route types range from 0 through 255.

Configuration mode


security {
    firewall {
        name name {
            rule rule-number {
                ipv6-route {
                    type number
                }
            }
        }
    }
}
Note: This command can be used to block Type 0 Routing Headers in IPv6. RFC 5095 deprecates the use of Type 0 Routing Headers in IPv6 because they are a security risk.

Use the set form of this command to define the IPv6 route type for a firewall rule.

Use the delete form of this command to delete the IPv6 route type for a firewall rule.

Use the show form of this command to display the IPv6 route type for a firewall rule.