cphaprob -d fail -s problem -t 0 register
Verify active member change:
cphaprob stat
and
cphaprob -i list
To revert the fail member back to service:
cphaprob -d fail -s ok report
cphaprob -d fail unregister
ip vrf MGMT
rd 1:1
|
interface GigabitEthernet0/2
description MGMT-INTF
ip vrf forwarding MGMT
ip address 10.1.0.10
255.255.255.0
load-interval 30
speed auto
duplex auto
|
ip route vrf MGMT 0.0.0.0
0.0.0.0 10.1.0.1
|
ip ftp source-interface GigabitEthernet0/2
ip ftp username cisco
ip ftp password cisco
|
ip access-list standard
ACL_MGMT_ACCESS
permit 10.1.0.0 0.0.0.255
deny any log
!
line vty 0 15
access-class ACL_MGMT_ACCESS
in vrf-also
exec-timeout 5 0
logging synchronous
transport input ssh
|
ntp authentication-key 1 md5
013C10578F020123890C 7
ntp authenticate
ntp trusted-key 1
ntp source GigabitEthernet0/2
ntp server vrf MGMT 10.1.0.1
maxpoll 6 minpoll 4 version 2
|
radius server RADIUS
address ipv4 10.5.0.45
auth-port 1812 acct-port 1813
timeout 2
retransmit 2
key 7 013C10578F0201238
!
ip radius source-interface GigabitEthernet0/2
vrf MANAGEMENT
|
ip vrf LOCALSP
rd 7:7
!
crypto keyring CCIE vrf
LOCALSP
local-address Loopback0
pre-shared-key address 0.0.0.0 0.0.0.0 key
cisco
!
crypto isakmp policy 10
encr aes
authentication pre-share
group 2
crypto isakmp profile
ISAKMP-DMVPN
vrf LOCALSP
keyring CCIE
match identity address 0.0.0.0 LOCALSP
local-address Loopback0
!
!
crypto ipsec transform-set
MYSET esp-aes esp-sha-hmac
mode transport
!
crypto ipsec profile DMVPN
set transform-set MYSET
set isakmp-profile ISAKMP-DMVPN
!
!
interface Loopback0
ip vrf forwarding LOCALSP
ip address 7.7.7.7 255.255.255.255
!
!
interface Tunnel1
ip vrf forwarding LOCALSP
ip address 172.16.0.7 255.255.255.0
no ip redirects
ip nhrp authentication cisco
ip nhrp map multicast dynamic
ip nhrp network-id 1
tunnel source Loopback0
tunnel mode gre multipoint
tunnel vrf LOCALSP
tunnel protection ipsec profile DMVPN
!
interface Tunnel1
ip vrf forwarding LOCALSP
ip address 172.16.0.7 255.255.255.0
no ip redirects
ip nhrp authentication cisco
ip nhrp map multicast dynamic
ip nhrp network-id 1
tunnel source Loopback0
tunnel mode gre multipoint
tunnel vrf LOCALSP
tunnel protection ipsec profile DMVPN
!
router bgp 65003
bgp log-neighbor-changes
neighbor 10.1.78.8 remote-as 65002
!
address-family ipv4 vrf LOCALSP
network 7.7.7.7 mask 255.255.255.255
neighbor 10.1.117.11 remote-as 65001
neighbor 10.1.117.11 activate
exit-address-family
|
ip vrf LOCALSP
rd 10:10
!
crypto keyring CCIE vrf
LOCALSP
local-address Loopback0
pre-shared-key address 0.0.0.0 0.0.0.0 key
cisco
!
crypto isakmp policy 10
encr aes
authentication pre-share
group 2
crypto isakmp profile
ISAKMP-DMVPN
vrf LOCALSP
keyring CCIE
match identity address 0.0.0.0 LOCALSP
local-address Loopback0
!
crypto ipsec transform-set
MYSET esp-aes esp-sha-hmac
mode transport
!
crypto ipsec profile DMVPN
set transform-set MYSET
set isakmp-profile ISAKMP-DMVPN
!
interface Loopback0
ip vrf forwarding LOCALSP
ip address 10.10.10.10 255.255.255.255
!
interface Tunnel1
ip vrf forwarding LOCALSP
ip address 172.16.0.10 255.255.255.0
no ip redirects
ip nhrp authentication cisco
ip nhrp network-id 1
ip nhrp nhs 172.16.0.7 nbma 7.7.7.7
multicast
tunnel source Loopback0
tunnel mode gre multipoint
tunnel vrf LOCALSP
tunnel protection ipsec profile DMVPN
!
interface FastEthernet0/1
ip vrf forwarding LOCALSP
ip address 10.1.104.10 255.255.255.0
duplex auto
speed auto
!
router bgp 65004
bgp log-neighbor-changes
neighbor 10.1.109.9 remote-as 65002
!
address-family ipv4 vrf LOCALSP
network 10.10.10.10 mask 255.255.255.255
neighbor 10.1.104.4 remote-as 65001
neighbor 10.1.104.4 activate
exit-address-family
|