-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
68 changed files
with
8,774 additions
and
165 deletions.
There are no files selected for viewing
158 changes: 158 additions & 0 deletions
158
files/epe/backup/2020-02-21@16:55:31/10.39.0.100.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,158 @@ | ||
|
|
||
| ## Last commit: 2020-02-21 15:47:15 UTC by salt | ||
| version 20190606.224121_builder.r1033375; | ||
| system { | ||
| host-name epe-vmx0; | ||
| root-authentication { | ||
| encrypted-password "$5$mcE0Hfiq$JfBeC3QSAvnd1tjqlOhlYXDgVrwvd6S4G3oVj5wiMO7"; | ||
| } | ||
| login { | ||
| user salt { | ||
| uid 2001; | ||
| class super-user; | ||
| authentication { | ||
| encrypted-password "$5$yp7ziGTI$F5F.6AUlR8hDK2JIsw5WRrTLex/yTCWH3iSR1Auk293"; | ||
| ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjxY2hLZ+ju5wdK4GYNhKGgnS8EWLBoEVpo+xQkhDzkTiBx3HGAnmARcVV0B9MqrHZl1omdnirJeygWzVbVY4yPUqGgEcUsTTq9fvK4AjTwtaoB5txAosaOnZq0zewmuZ6EMi6E3RND6A3FGXkf1Il2jg3I8k/dGqdyFI80B7sWy90fk+EqsGMPxVc+l5vAtY2jm84ellxxzBsulxfCSKPH86hZ1GqZ8A1ZBWITu15NjQw0aGssSYGMMTa1T8eFyY4hHWqqdwgOlODg9mZwwP1JdJH79SRoTOjqGGixuAFDGAgH3fNX6u8wTmYya/z7WXH6B2XwiiaZYdcyEbMLPZt"; | ||
| } | ||
| } | ||
| } | ||
| services { | ||
| ssh { | ||
| root-login allow; | ||
| } | ||
| extension-service { | ||
| request-response { | ||
| grpc { | ||
| clear-text; | ||
| max-connections 10; | ||
| skip-authentication; | ||
| } | ||
| } | ||
| } | ||
| netconf { | ||
| ssh; | ||
| traceoptions { | ||
| file nc.txt size 1m world-readable; | ||
| flag all; | ||
| } | ||
| } | ||
| } | ||
| no-redirects; | ||
| syslog { | ||
| user * { | ||
| any emergency; | ||
| } | ||
| file messages { | ||
| any any; | ||
| authorization info; | ||
| } | ||
| file interactive-commands { | ||
| interactive-commands any; | ||
| } | ||
| } | ||
| } | ||
| chassis { | ||
| network-services enhanced-ip; | ||
| } | ||
| interfaces { | ||
| ge-0/0/0 { | ||
| description epe-vmx1; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.0.1.1/24; | ||
| } | ||
| family iso; | ||
| family inet6; | ||
| family mpls; | ||
| } | ||
| } | ||
| fxp0 { | ||
| description "OOB to MGMT Network"; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.39.0.100/21; | ||
| } | ||
| } | ||
| } | ||
| lo0 { | ||
| unit 0 { | ||
| family inet { | ||
| address 10.10.10.10/32; | ||
| } | ||
| family iso { | ||
| address 49.0001.0010.0100.1000.00; | ||
| } | ||
| family inet6 { | ||
| address fec0:0:0:1111::0/128; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| policy-options { | ||
| policy-statement LOAD-BALANCE { | ||
| then { | ||
| load-balance per-packet; | ||
| } | ||
| } | ||
| policy-statement __Ansible_Core_export { | ||
| term ebgp { | ||
| from { | ||
| protocol bgp; | ||
| external; | ||
| } | ||
| then { | ||
| next-hop self; | ||
| accept; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| routing-options { | ||
| static { | ||
| route 0.0.0.0/0 { | ||
| next-hop 10.39.0.1; | ||
| no-readvertise; | ||
| preference 255; | ||
| } | ||
| } | ||
| forwarding-table { | ||
| export LOAD-BALANCE; | ||
| } | ||
| router-id 10.10.10.10; | ||
| autonomous-system 64496; | ||
| } | ||
| protocols { | ||
| isis { | ||
| level 1 disable; | ||
| level 2 wide-metrics-only; | ||
| interface ge-0/0/0.0 { | ||
| point-to-point; | ||
| level 2 metric 1000; | ||
| } | ||
| interface lo0.0 { | ||
| passive; | ||
| } | ||
| } | ||
| rsvp { | ||
| interface ge-0/0/0.0; | ||
| } | ||
| mpls { | ||
| interface ge-0/0/0.0; | ||
| } | ||
| bgp { | ||
| group Core { | ||
| type internal; | ||
| local-address 10.10.10.10; | ||
| family inet { | ||
| unicast; | ||
| } | ||
| export __Ansible_Core_export; | ||
| neighbor 2.2.2.2; | ||
| } | ||
| } | ||
| lldp { | ||
| port-id-subtype interface-name; | ||
| neighbour-port-info-display port-id; | ||
| interface ge-0/0/0; | ||
| } | ||
| } |
212 changes: 212 additions & 0 deletions
212
files/epe/backup/2020-02-21@16:55:31/10.39.0.101.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,212 @@ | ||
|
|
||
| ## Last commit: 2020-02-21 15:47:15 UTC by salt | ||
| version 20190606.224121_builder.r1033375; | ||
| system { | ||
| host-name epe-vmx1; | ||
| root-authentication { | ||
| encrypted-password "$5$mcE0Hfiq$JfBeC3QSAvnd1tjqlOhlYXDgVrwvd6S4G3oVj5wiMO7"; | ||
| } | ||
| login { | ||
| user salt { | ||
| uid 2001; | ||
| class super-user; | ||
| authentication { | ||
| encrypted-password "$5$yp7ziGTI$F5F.6AUlR8hDK2JIsw5WRrTLex/yTCWH3iSR1Auk293"; | ||
| ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjxY2hLZ+ju5wdK4GYNhKGgnS8EWLBoEVpo+xQkhDzkTiBx3HGAnmARcVV0B9MqrHZl1omdnirJeygWzVbVY4yPUqGgEcUsTTq9fvK4AjTwtaoB5txAosaOnZq0zewmuZ6EMi6E3RND6A3FGXkf1Il2jg3I8k/dGqdyFI80B7sWy90fk+EqsGMPxVc+l5vAtY2jm84ellxxzBsulxfCSKPH86hZ1GqZ8A1ZBWITu15NjQw0aGssSYGMMTa1T8eFyY4hHWqqdwgOlODg9mZwwP1JdJH79SRoTOjqGGixuAFDGAgH3fNX6u8wTmYya/z7WXH6B2XwiiaZYdcyEbMLPZt"; | ||
| } | ||
| } | ||
| } | ||
| services { | ||
| ssh { | ||
| root-login allow; | ||
| } | ||
| extension-service { | ||
| request-response { | ||
| grpc { | ||
| clear-text; | ||
| max-connections 10; | ||
| skip-authentication; | ||
| } | ||
| } | ||
| } | ||
| netconf { | ||
| ssh; | ||
| traceoptions { | ||
| file nc.txt size 1m world-readable; | ||
| flag all; | ||
| } | ||
| } | ||
| } | ||
| no-redirects; | ||
| syslog { | ||
| user * { | ||
| any emergency; | ||
| } | ||
| file messages { | ||
| any any; | ||
| authorization info; | ||
| } | ||
| file interactive-commands { | ||
| interactive-commands any; | ||
| } | ||
| } | ||
| } | ||
| chassis { | ||
| network-services enhanced-ip; | ||
| } | ||
| interfaces { | ||
| ge-0/0/0 { | ||
| description epe-vmx0; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.0.1.2/24; | ||
| } | ||
| family iso; | ||
| family inet6; | ||
| family mpls; | ||
| } | ||
| } | ||
| ge-0/0/1 { | ||
| description epe-vmx2; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.0.12.1/24; | ||
| } | ||
| family iso; | ||
| family inet6; | ||
| family mpls; | ||
| } | ||
| } | ||
| ge-0/0/2 { | ||
| description epe-vmx3; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.0.13.1/24; | ||
| } | ||
| family iso; | ||
| family inet6; | ||
| family mpls; | ||
| } | ||
| } | ||
| ge-0/0/3 { | ||
| description epe-vmx4; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.0.14.1/24; | ||
| } | ||
| family iso; | ||
| family inet6; | ||
| family mpls; | ||
| } | ||
| } | ||
| fxp0 { | ||
| description "OOB to MGMT Network"; | ||
| unit 0 { | ||
| family inet { | ||
| address 10.39.0.101/21; | ||
| } | ||
| } | ||
| } | ||
| lo0 { | ||
| unit 0 { | ||
| family inet { | ||
| address 1.1.1.1/32; | ||
| } | ||
| family iso { | ||
| address 49.0001.0010.0100.1001.00; | ||
| } | ||
| family inet6 { | ||
| address fec0:0:0:1111::1/128; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| policy-options { | ||
| policy-statement LOAD-BALANCE { | ||
| then { | ||
| load-balance per-packet; | ||
| } | ||
| } | ||
| policy-statement __Ansible_Core_export { | ||
| term ebgp { | ||
| from { | ||
| protocol bgp; | ||
| external; | ||
| } | ||
| then { | ||
| next-hop self; | ||
| accept; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| routing-options { | ||
| static { | ||
| route 0.0.0.0/0 { | ||
| next-hop 10.39.0.1; | ||
| no-readvertise; | ||
| preference 255; | ||
| } | ||
| } | ||
| forwarding-table { | ||
| export LOAD-BALANCE; | ||
| } | ||
| router-id 1.1.1.1; | ||
| autonomous-system 64496; | ||
| } | ||
| protocols { | ||
| isis { | ||
| level 1 disable; | ||
| level 2 wide-metrics-only; | ||
| interface ge-0/0/0.0 { | ||
| point-to-point; | ||
| level 2 metric 1000; | ||
| } | ||
| interface ge-0/0/1.0 { | ||
| point-to-point; | ||
| level 2 metric 1000; | ||
| } | ||
| interface ge-0/0/2.0 { | ||
| point-to-point; | ||
| level 2 metric 1000; | ||
| } | ||
| interface ge-0/0/3.0 { | ||
| point-to-point; | ||
| level 2 metric 1000; | ||
| } | ||
| interface lo0.0 { | ||
| passive; | ||
| } | ||
| } | ||
| rsvp { | ||
| interface ge-0/0/0.0; | ||
| interface ge-0/0/1.0; | ||
| interface ge-0/0/2.0; | ||
| interface ge-0/0/3.0; | ||
| } | ||
| mpls { | ||
| interface ge-0/0/0.0; | ||
| interface ge-0/0/1.0; | ||
| interface ge-0/0/2.0; | ||
| interface ge-0/0/3.0; | ||
| } | ||
| bgp { | ||
| group Core { | ||
| type internal; | ||
| local-address 1.1.1.1; | ||
| family inet { | ||
| unicast; | ||
| } | ||
| export __Ansible_Core_export; | ||
| neighbor 2.2.2.2; | ||
| } | ||
| } | ||
| lldp { | ||
| port-id-subtype interface-name; | ||
| neighbour-port-info-display port-id; | ||
| interface ge-0/0/0; | ||
| interface ge-0/0/1; | ||
| interface ge-0/0/2; | ||
| interface ge-0/0/3; | ||
| } | ||
| } |
Oops, something went wrong.