GUI Interface ASA 5510 setup
From DocWiki
(Difference between revisions)
(New page: example: ASA(config)# http fc00:0:0:7326::1/64 inside0 ASA(config)# http server enable ASA(config)# asdm image disk0:asdm-625.bin (depending on your asdm image) ==Related...) |
(Added metadata template) |
||
| (2 intermediate revisions not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Template:Required Metadata}} | ||
| + | {{Template:Metadata IPv6 Config Example}} | ||
| + | |||
| + | IPv6 for https server works almost exactly the same as IPv4, notice that you can do a /64 instead of a bit mask | ||
| + | |||
example: | example: | ||
| Line 12: | Line 17: | ||
<!--Add appropriate categories--> | <!--Add appropriate categories--> | ||
| + | [[Category:IPv6 Configuration Examples]] | ||
Latest revision as of 23:41, 14 June 2011
IPv6 for https server works almost exactly the same as IPv4, notice that you can do a /64 instead of a bit mask
example:
ASA(config)# http fc00:0:0:7326::1/64 inside0
ASA(config)# http server enable
ASA(config)# asdm image disk0:asdm-625.bin (depending on your asdm image)