- General Workflow
- play_arrow Apstra GUI
- play_arrow Design
- Logical Devices (Datacenter Design)
- Interface Maps (Datacenter Design)
- Rack Types (Datacenter Design)
- Templates (Datacenter Design)
- Config Templates (Freeform Design)
- play_arrow Configlets (Datacenter Design)
- play_arrow Property Sets (Datacenter Design)
- TCP/UDP Port Aliases (Datacenter Design)
- Tags (Design)
- play_arrow Devices
- Device Configuration Lifecycle
- play_arrow Managed Devices
- play_arrow System Agents
- play_arrow Pristine Configuration
- play_arrow Telemetry
- play_arrow Apstra ZTP
- play_arrow Resources Introduction
- play_arrow Datacenter Reference Design
- Create / Delete Datacenter Blueprint
- Datacenter Blueprint Summary and Dashboard
- Assign Physical Resources (Datacenter)
- Assign Device Profiles
- play_arrow Configlets (Datacenter Blueprint)
- Topology (Datacenter)
- play_arrow Nodes (Datacenter)
- Assign Device (Datacenter)
- Unassign Device (Datacenter)
- Set Deploy Mode (Datacenter)
- Generic Systems vs. External Generic Systems
- Add Generic System
- Add External Generic System
- Add Access Switch
- Update Node Tags
- Update Port Channel ID Range
- Edit Hostname (Datacenter)
- Edit Generic System Name
- Edit Device Properties (Datacenter)
- View Node's Static Routes
- Delete Node
- play_arrow Links (Datacenter)
- Add Links to Leaf
- Add Links to Spine
- Add Links to Generic System
- Add Links to External Generic System
- Add Leaf Peer Links
- Form LAG
- Break LAG
- Update LAG Mode
- Update Link Tags
- Update Link Speed
- Update Link Properties
- Delete Link (Datacenter)
- Import / Export Cabling Map (Datacenter)
- Edit Cabling Map (Datacenter)
- Fetch Discovered LLDP Data (Datacenter)
- play_arrow Racks (Datacenter)
- play_arrow Pods (Datacenter)
- play_arrow Planes (Datacenter)
- play_arrow Virtual Networks
- play_arrow Routing Zones
- Static Routes (Virtual)
- Protocol Sessions (Virtual)
- Data Center Interconnect (DCI) / Remote EVPN Gateways (Virtual)
- play_arrow Virtual Infra (Virtual)
- play_arrow Endpoints Overview (Virtual)
- play_arrow Policies (Datacenter) Staged
- Logical Devices (Datacenter Blueprint)
- Interface Maps (Datacenter Blueprint)
- play_arrow Property Sets (Datacenter Blueprint)
- AAA Servers (Datacenter Blueprint)
- Tags (Datacenter Blueprint)
- Tasks (Datacenter) Staged
- play_arrow Connectivity Templates
- play_arrow Primitives
- Virtual Network (Single) Primitive
- Virtual Network (Multiple) Primitive
- IP Link Primitive
- Static Route Primitive
- Custom Static Route Primitive
- BGP Peering (IP Endpoint) Primitive
- BGP Peering (Generic System) Primitive
- Dynamic BGP Peering Primitive
- Routing Policy Primitive
- Routing Zone Constraint Primitive
- User-defined
- Pre-defined
- Create Connectivity Template for Multiple VNs on Same Interface (Example)
- Create Connectivity Template for Layer 2 Connected External Router (Example)
- Assign Connectivity Template
- Edit Connectivity Template
- Delete Connectivity Template
- play_arrow Active (Datacenter Blueprint)
- BGP Route Tagging
- play_arrow Freeform Reference Design
- Create / Delete Freeform Blueprint
- Freeform Blueprint Summary and Dashboard
- Topology (Freeform)
- play_arrow Systems (Freeform)
- Device Context (Freeform)
- play_arrow Links (Freeform)
- play_arrow Resource Management
- play_arrow Config Templates (Freeform Blueprint)
- Import Device Profile (Freeform)
- play_arrow Property Sets (Freeform Blueprints)
- play_arrow Tags (Freeform Blueprint)
- Tasks - Staged (Freeform)
- play_arrow Active
- Commit Blueprint
- Time Voyager
- play_arrow Analytics
- Configure Auto-Enabled Dashboards
- Instantiate Predefined Dashboard
- Create Analytics Dashboard
- Edit / Delete Dashboard
- Anomalies (Analytics)
- Widgets Overview
- Create Anomaly Heat Map Widget
- Create Stage Widget
- Edit / Delete Widget
- Probes
- Instantiate Predefined Probe
- Create Probe
- Import / Export Probe
- Edit / Delete Probe
- play_arrow Providers (External Systems)
- play_arrow Platform
- play_arrow User/Role Management (Platform)
- play_arrow Security (Platform)
- Syslog Configuration (Platform)
- Receivers (Platform)
- Global Statistics (Platform)
- Event Log (Platform)
- play_arrow Apstra VM Clusters
- play_arrow Developers (Platform)
- play_arrow Juniper Technical Support
- Favorites & User
- play_arrow Apstra Server Management
- Monitor Apstra Server via CLI
- Restart Apstra Server
- Reset Apstra Server VM Password
- Reinstall Apstra Server
- Apstra Database Overview
- Back up Apstra Database
- Restore Apstra Database
- Reset Apstra Database
- Migrate Apstra Database
- Replace SSL Certificate on Apstra Server with Signed One
- Replace SSL Certificate on Apstra Server with Self-Signed One
- Change Apstra Server Hostname
- Apstra CLI Utility
- play_arrow Guides
ON THIS PAGE
Juniper Junos Configlet Interface-Level Example on 4.0.2: gigether-options
Juniper Junos Configlet Example on 4.0.2: MTU (section Interface-Level: Delete)
Juniper Junos Configlet Example on 4.0.2 Example: SNMP (multiple sections)
Juniper Junos Configlet Example on 4.0.1 and 4.0.0: NTP (section SYSTEM)
Arista EOS Configlet Example: Interface Speed (section INTERFACE)
Enterprise SONiC Configlet Example: Static Route (section FRR)
Enterprise SONiC Configlet Example: sonic-cli Commands (section SYSTEM)
Configlet Examples (Design)
Juniper Junos Configlet Interface-Level Example on 4.0.2: gigether-options
When you're creating an interface-level configlet during the design phase, you won't
know interface names. It's not until you're working in the blueprint that you'll
have that information. Interface-level configlets for Junos are designed for you to
enter details without including the set interface
command. For
example, to change Junos interface "gigether-options", you can use a interface-level
hierarchical or set configlet.
gigether-options no-auto-negotiation gigether-options fec none
gigether-options { no-auto-negotiation; fec none; }
When you import the configlet into your blueprint, you'll specify interfaces such as
xe-0/0/0
. For a Junos Interface-Level set configlet Apstra
software will prepend the set commands:
set interfaces xe-0/0/0 gigether-options no-auto-negotiation set interfaces xe-0/0/0 gigether-options fec none
For a Junos Interface-Level hierarchical configlet Apstra software will load Junos structured configuration:
interfaces { xe-0/0/0 { gigether-options { no-auto-negotiation; fec none; } } }
Juniper Junos Configlet Example on 4.0.2: MTU (section Interface-Level: Delete)
If you want to use a Junos interface-level configlet to remove an existing
configuration, you can use an interface level delete configlet. Like the interface
level set configlet, when you are creating the configlet during the design phase,
you won't know interface names. It's not until you're working in the blueprint that
you'll have that information. Interface-level delete configlets for Junos are
designed for you to enter details without including the delete
interface
command. For example, to remove the Junos interface "mtu"
configuration.
mtu
When you import the configlet into your blueprint, you'll specify interfaces such as
xe-0/0/0
. For a Junos Interface-Level delete configlet Apstra
software will prepend the delete commands:
delete interfaces xe-0/0/0 mtu
Juniper Junos Configlet Example on 4.0.2 Example: SNMP (multiple sections)
You can create a configlet with a generator at the Top-Level to enable SNMP. To avoid
SNMP alarms on server-facing interfaces, for example, you can create a second
generator at the Interface-Level to set up no-traps
.
Top-Level template text is validated to begin with ‘set’ or ‘delete’. See below for example text.
set snmp community public authorization read-only set snmp description “this is configlet test” set snmp location “Apstra DC” set snmp contact “june at juniper dot net” set snmp trap-group authentication-traps targets 10.0.10.1 set snmp trap-group authentication-traps targets 192.168.15.27 set snmp trap-group authentication-traps categories authentication
Interface-Level template text is not validated because it's not a complete CLI command. See below for example text.
no-traps
When you import the configlet into your blueprint, you'll specify interfaces such as
ex-0/0/0
and Apstra software will prepend the set command as
.
set interface xe-0/0/0 no-traps
Juniper Junos Configlet Example on 4.0.1 and 4.0.0: NTP (section SYSTEM)
Sample text for configuring NTP servers on Junos devices. (On Apstra version 4.0.2 SYSTEM is called Top-Level/Hierarchical.)
system { ntp { boot-server 10.1.4.1; server 10.1.4.2; } }
Cisco NX-OS Configlet Example: Syslog (section SYSTEM)
Sample text for configuring Syslog on NX-OS devices.
logging server 192.168.0.30 logging facility local3 logging trap warning
no logging server 192.168.0.30 no logging facility local3 no logging trap warning
Arista EOS Configlet Example: NTP (section SYSTEM)
Sample text for configuring NTP servers on EOS devices. This configlet uses property sets for the NTP server IP addresses.
ntp server {{NTP_SERVER_1}} ntp server {{NTP_SERVER_2}}
no ntp server {{NTP_SERVER_1}} no ntp server {{NTP_SERVER_2}}
Arista EOS Configlet Example: Interface Speed (section INTERFACE)
Sample text for applying 'speed auto' to an interface. (You specify devices and interfaces when you import the configlet into a blueprint.)
speed auto
no speed auto
Enterprise SONiC Configlet Example: NTP (section SYSTEM)
Sample text for using the config
command to set up an NTP server to
use mgmt VRF on SONiC devices.
sonic-db-cli CONFIG_DB hset 'NTP |global' vrf mgmt config ntp add {{ntp_server}}
config ntp del {{ntp_server}}
Enterprise SONiC Configlet Example: SNMP (section SYSTEM)
Sample text for using the config
command to set up an SNMP snmptrap
to use mgmt VRF on SONiC devices.
config snmptrap modify 2 {{SNMP_SERVER}} -v mgmt -c mypass
config snmptrap del 2
Enterprise SONiC Configlet Example: Syslog (section SYSTEM)
Sample text for using the config
command to set the Syslog server
for SONiC devices.
config syslog add {{syslog_host}}
config syslog del {{syslog_host}}
Enterprise SONiC Configlet Example: Static Route (section FRR)
Sample text for adding a static route
ip route 4.2.2.2/32 {{static_route_next_hop}} ip route 4.2.2.3/32 {{static_route_next_hop}}
Enterprise SONiC Configlet Example: sonic-cli Commands (section SYSTEM)
Sample text for using the sonic-cli
command to set up the
delay-restore
option for SONiC mclag
. You must
use sudo -u admin
at the beginning,
and
surround terms that contain spaces with single quotes
in each sonic-cli command, and < /dev/console
at the end.
sudo -u admin sonic-cli -c config -c 'mclag domain 1' -c 'delay-restore 600' < /dev/console
sudo -u admin sonic-cli -c config -c 'mclag domain 1' -c 'no delay-restore' < /dev/console