Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with ipv6
Search options not deleted
user 10323
For questions about Internet Protocol version 6 (IPv6); as specified in RFC 8200.
5
votes
2
answers
2k
views
Converting IPv6 to Dotted Decimal Notation [closed]
Does anyone have a simple way to convert IPv6 addresses to dotted decimal notation? … I am currently using a pretty ugly python script which:
Converts the IPv6 address to exploded form
Splits every 2 hex characters and converts those to decimal
Joins decimal numbers together with "." …
8
votes
Accepted
Cisco IOS: OSPFv3 route cost
I believe you are looking for show ipv6 ospf rib. Almost all show ip * commands have a show ipv6 equivalent. …