Difference between revisions of "IPv6: Cisco: OSPFv3 IPsec"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-sy/iro-15-sy-book/ip6-route-ospfv3-esp.html enable configure terminal interface ty...") |
Onnowpurbo (talk | contribs) |
||
| Line 10: | Line 10: | ||
ospfv3 encryption {ipsec spi spi esp encryption-algorithm key-encryption-type key authentication-algorithm key-encryption-type key | null} | ospfv3 encryption {ipsec spi spi esp encryption-algorithm key-encryption-type key authentication-algorithm key-encryption-type key | null} | ||
ipv6 ospf encryption {ipsec spi spi esp {encryption-algorithm [[key-encryption-type] key] | null} authentication-algorithm [key-encryption-type] key | null} | ipv6 ospf encryption {ipsec spi spi esp {encryption-algorithm [[key-encryption-type] key] | null} authentication-algorithm [key-encryption-type] key | null} | ||
| + | |||
| + | Contoh: | ||
| + | |||
| + | ospfv3 encryption ipsec spi 1001 esp null md5 0 27576134094768132473302031209727 | ||
| + | ipv6 ospf encryption ipsec spi 1001 esp null sha1 123456789A123456789B123456789C123456789D | ||
Revision as of 11:19, 10 January 2019
enable
configure terminal
interface type number
#
# Do one of the following:
#
ospfv3 encryption {ipsec spi spi esp encryption-algorithm key-encryption-type key authentication-algorithm key-encryption-type key | null}
ipv6 ospf encryption {ipsec spi spi esp {encryption-algorithm [[key-encryption-type] key] | null} authentication-algorithm [key-encryption-type] key | null}
Contoh:
ospfv3 encryption ipsec spi 1001 esp null md5 0 27576134094768132473302031209727 ipv6 ospf encryption ipsec spi 1001 esp null sha1 123456789A123456789B123456789C123456789D