diff options
Diffstat (limited to 'docs/appendix')
-rw-r--r-- | docs/appendix/commandtree/configmode.rst | 8 | ||||
-rw-r--r-- | docs/appendix/examples/dmvpn.rst | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/docs/appendix/commandtree/configmode.rst b/docs/appendix/commandtree/configmode.rst index 29dc43d0..f70fbb23 100644 --- a/docs/appendix/commandtree/configmode.rst +++ b/docs/appendix/commandtree/configmode.rst @@ -389,7 +389,7 @@ See here how to move the configuration entrys from vlanid 3 to 2 [edit interfaces ethernet eth1] vyos@vyos# show duplex auto - hw-id 08:00:27:81:c6:59 + hw-id 00:53:22:81:c6:59 smp-affinity auto speed auto vif 3 { @@ -400,7 +400,7 @@ See here how to move the configuration entrys from vlanid 3 to 2 [edit interfaces ethernet eth1] vyos@vyos# show duplex auto - hw-id 08:00:27:81:c6:59 + hw-id 00:53:22:81:c6:59 smp-affinity auto speed auto +vif 2 { @@ -488,7 +488,7 @@ Show the hole config, the address and description of eth1 is moving to vlan 2 if ethernet eth0 { address dhcp duplex auto - hw-id 08:00:27:2b:c0:0b + hw-id 00:53:22:2b:c0:0b smp-affinity auto speed auto } @@ -496,7 +496,7 @@ Show the hole config, the address and description of eth1 is moving to vlan 2 if - address 10.1.1.1/32 - description "MGMT Interface" duplex auto - hw-id 08:00:27:81:c6:59 + hw-id 00:53:22:81:c6:59 smp-affinity auto speed auto + vif 2 { diff --git a/docs/appendix/examples/dmvpn.rst b/docs/appendix/examples/dmvpn.rst index 30ca8e86..cbb9f300 100644 --- a/docs/appendix/examples/dmvpn.rst +++ b/docs/appendix/examples/dmvpn.rst @@ -13,7 +13,7 @@ Configuration set interfaces tunnel tun100 address '172.16.253.134/29' set interfaces tunnel tun100 encapsulation 'gre' - set interfaces tunnel tun100 local-ip '11.22.33.44' + set interfaces tunnel tun100 local-ip '203.0.113.44' set interfaces tunnel tun100 multicast 'enable' set interfaces tunnel tun100 parameters ip key '1' @@ -69,7 +69,7 @@ Use this configuration on your Cisco device: crypto pki token default removal timeout 0 crypto keyring DMVPN - pre-shared-key address 1.2.3.4 key <secretkey> + pre-shared-key address 198.51.100.2 key <secretkey> ! crypto isakmp policy 10 encr aes 256 @@ -80,7 +80,7 @@ Use this configuration on your Cisco device: crypto isakmp keepalive 30 30 periodic crypto isakmp profile DMVPN keyring DMVPN - match identity address 11.22.33.44 255.255.255.255 + match identity address 203.0.113.44 255.255.255.255 ! crypto ipsec transform-set DMVPN-AES256 esp-aes 256 esp-sha-hmac mode transport @@ -95,8 +95,8 @@ Use this configuration on your Cisco device: ip address 172.16.253.129 255.255.255.248 no ip redirects ip nhrp authentication <nhrp secret key> - ip nhrp map multicast 11.22.33.44 - ip nhrp map 172.16.253.134 11.22.33.44 + ip nhrp map multicast 203.0.113.44 + ip nhrp map 172.16.253.134 203.0.113.44 ip nhrp network-id 1 ip nhrp holdtime 600 ip nhrp nhs 172.16.253.134 |