Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HiAm working on a DMVPN Design. Had followed all the guides and practices, but the hub is refusing to map the service-policy to the spoke.I have:
policy-map OUTPUT
class Z
priority percent #
...
...
...
class X
bandwidth remaining percent #
class c...
HiI am working on a DMVPN design with IPSEC. But i am having issues with the Keyring / ISAKMP ProfileIf I have:
!
crypto keyring TEST
pre-shared-key address 10.0.0.0 255.0.0.0 key TESTKEY
!
crypto isakmp profile TEST
keyring TEST
match identity addre...
Hi AllHaving an issue with the syslog server setup in a clustered Conductor setup. Running Version 2.3 When I remove the syslog server address from the master, it stops sending logs to the syslog server. (as expected)(maintenance -> logging)When I re...
Found the issue to be that another tunnel existed that was also using the same service-policy and as such was stopping dmvpn from working,Had to delete that tunnel for it to work.
Nah no other matching entry, in this instance there is a different ipsec/isakmp profile and keyring that has specific matches, but that profile is not applied to this tunnel, only the entries i've specified above.I was wondering if something was goin...