Difference between revisions of "IPv6: Cisco: OSPFv3 IPsec"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
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 | 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 | ||
+ | |||
+ | ==Interface encryption== | ||
enable | enable | ||
Line 15: | Line 17: | ||
ospfv3 encryption ipsec spi 1001 esp null md5 0 27576134094768132473302031209727 | ospfv3 encryption ipsec spi 1001 esp null md5 0 27576134094768132473302031209727 | ||
ipv6 ospf encryption ipsec spi 1001 esp null sha1 123456789A123456789B123456789C123456789D | ipv6 ospf encryption ipsec spi 1001 esp null sha1 123456789A123456789B123456789C123456789D | ||
+ | |||
+ | |||
+ | |||
+ | ==Area encryption== | ||
+ | |||
+ | enable | ||
+ | configure terminal | ||
+ | ipv6 router ospf process-id | ||
+ | area area-id encryption ipsec spi spi esp { encryption-algorithm [ | key-encryption-type] key | null} authentication-algorithm [ | key-encryption-type] key | ||
+ | |||
+ | |||
+ | Contoh: | ||
+ | |||
+ | area 1 encryption ipsec spi 500 esp null md5 1aaa2bbb3ccc4ddd5eee6fff7aaa8bbb | ||
+ | |||
+ | |||
Latest revision as of 11:21, 10 January 2019
Interface encryption
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
Area encryption
enable configure terminal ipv6 router ospf process-id area area-id encryption ipsec spi spi esp { encryption-algorithm [ | key-encryption-type] key | null} authentication-algorithm [ | key-encryption-type] key
Contoh:
area 1 encryption ipsec spi 500 esp null md5 1aaa2bbb3ccc4ddd5eee6fff7aaa8bbb