Skip to content

Commit

Permalink
cEdge config: disable http(s) service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ljakab committed Jan 22, 2024
1 parent bdb483e commit 6646af5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ansible/day_0/templates/sdwan/cedge_user-data.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ sdwan
no allow-service snmp
no allow-service bfd
!
no ip http server
no ip http secure-server
{% if vpn0_default_gateway is defined %}
ip route 0.0.0.0 0.0.0.0 {{ vpn0_default_gateway }}
!
Expand Down
3 changes: 3 additions & 0 deletions ansible/day_0/templates/sdwan/iosxe.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,7 @@ interface GigabitEthernet1
mtu 1500
negotiation auto
exit
!
no ip http server
no ip http secure-server
--===============6560338015520979320==
2 changes: 1 addition & 1 deletion sdwan-edge

0 comments on commit 6646af5

Please sign in to comment.