[go: up one dir, main page]

0% found this document useful (0 votes)
134 views2 pages

Understanding Martian Addresses

Martian addresses are network or host addresses that are invalid and should be ignored by routing devices. They are commonly sent by misconfigured systems and include addresses like loopback addresses. Juniper devices ignore specific prefixes by default, like 0.0.0.0/8 for IPv4 and ::1/128 and ff00::/8 for IPv6. Network administrators can configure additional prefixes to be ignored as martian addresses or allow prefixes like Class E addresses. The show route martians command displays the default and configured martian routes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
134 views2 pages

Understanding Martian Addresses

Martian addresses are network or host addresses that are invalid and should be ignored by routing devices. They are commonly sent by misconfigured systems and include addresses like loopback addresses. Juniper devices ignore specific prefixes by default, like 0.0.0.0/8 for IPv4 and ::1/128 and ff00::/8 for IPv6. Network administrators can configure additional prefixes to be ignored as martian addresses or allow prefixes like Class E addresses. The show route martians command displays the default and configured martian routes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

16/9/2014 Understanding Martian Addresses - Technical Documentation - Support - Juniper Networks

http://www.juniper.net/techpubs/en_US/junos13.3/topics/concept/martian-addresses-understanding.html 1/2
Understanding Martian Addresses
Martian addresses are host or network addresses about which all routing information is ignored. When received by the
routing device, these routes are ignored. They commonly are sent by improperly configured systems on the network and
have destination addresses that are obviously invalid.
In IPv6, the loopback address and the multicast resolve and discard routes are the default martian addresses.
In Junos OS Release 10.4R5 and later, the reserved IPv6 multicast address space (ff00::/8 and ff02::/16) is added to the list
of martian addresses.
In Junos OS Release 9.6 and later, you can configure Class E addresses on interfaces. Class E addresses are treated like
any other unicast address for the purpose of forwarding. To allow Class E addresses to be configured on interfaces, you
must remove the Class E prefix from the list of martian addresses. To remove the Class E prefix from the list of martian
addresses include the martians 240/4 orlonger allow statement at the [edit routing-options] hierarchy
level.
To view the default and configured martian routes, run the show route martianscommand.
IPv4 Martian Addresses
user@host> show route martians table inet.
inet.0:
0.0.0.0/0 exact -- allowed
0.0.0.0/8 orlonger -- disallowed
127.0.0.0/8 orlonger -- disallowed
192.0.0.0/24 orlonger -- disallowed
240.0.0.0/4 orlonger -- disallowed
224.0.0.0/4 exact -- disallowed
224.0.0.0/24 exact -- disallowed
inet.1:
0.0.0.0/0 exact -- allowed
0.0.0.0/8 orlonger -- disallowed
127.0.0.0/8 orlonger -- disallowed
192.0.0.0/24 orlonger -- disallowed
240.0.0.0/4 orlonger -- disallowed
inet.2:
0.0.0.0/0 exact -- allowed
0.0.0.0/8 orlonger -- disallowed
127.0.0.0/8 orlonger -- disallowed
192.0.0.0/24 orlonger -- disallowed
240.0.0.0/4 orlonger -- disallowed
224.0.0.0/4 exact -- disallowed
224.0.0.0/24 exact -- disallowed
inet.3:
0.0.0.0/0 exact -- allowed
0.0.0.0/8 orlonger -- disallowed
127.0.0.0/8 orlonger -- disallowed
192.0.0.0/24 orlonger -- disallowed
240.0.0.0/4 orlonger -- disallowed
224.0.0.0/4 exact -- disallowed
224.0.0.0/24 exact -- disallowed
IPv6 Martian Addresses
user@host> show route martians table inet6
inet6.0:
::1/128 exact -- disallowed
ff00::/8 exact -- disallowed
ff02::/16 exact -- disallowed
inet6.1:
::1/128 exact -- disallowed
inet6.2:
::1/128 exact -- disallowed
16/9/2014 Understanding Martian Addresses - Technical Documentation - Support - Juniper Networks
http://www.juniper.net/techpubs/en_US/junos13.3/topics/concept/martian-addresses-understanding.html 2/2
ff00::/8 exact -- disallowed
ff02::/16 exact -- disallowed
inet6.3:
::1/128 exact -- disallowed
ff00::/8 exact -- disallowed
ff02::/16 exact -- disallowed
Published: 2014-01-13

You might also like