Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
nslab-ansible/backup/vmx3_config.2018-04-18@13:54:23
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
72 lines (72 sloc)
3.89 KB
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
set version 15.1F6.9 | |
set system host-name nslab-vmx3 | |
set system root-authentication encrypted-password "$5$T4cqYSkh$kzSdkdnZGussQSb/c3MoJmKCyVVUjEN1KfObDwfhNoC" | |
set system login user rancid uid 2000 | |
set system login user rancid class super-user | |
set system login user rancid authentication encrypted-password "$1$l62TnvVE$VWpKyk9XfHOP1FqIqFn2L1" | |
set system login user salt uid 2001 | |
set system login user salt class super-user | |
set system login user salt authentication ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCjxY2hLZ+ju5wdK4GYNhKGgnS8EWLBoEVpo+xQkhDzkTiBx3HGAnmARcVV0B9MqrHZl1omdnirJeygWzVbVY4yPUqGgEcUsTTq9fvK4AjTwtaoB5txAosaOnZq0zewmuZ6EMi6E3RND6A3FGXkf1Il2jg3I8k/dGqdyFI80B7sWy90fk+EqsGMPxVc+l5vAtY2jm84ellxxzBsulxfCSKPH86hZ1GqZ8A1ZBWITu15NjQw0aGssSYGMMTa1T8eFyY4hHWqqdwgOlODg9mZwwP1JdJH79SRoTOjqGGixuAFDGAgH3fNX6u8wTmYya/z7WXH6B2XwiiaZYdcyEbMLPZt" | |
set system services ssh protocol-version v2 | |
set system services netconf ssh | |
set system services netconf rfc-compliant | |
set system syslog user * any emergency | |
set system syslog file messages any notice | |
set system syslog file messages authorization info | |
set system syslog file interactive-commands interactive-commands any | |
set system ntp server 10.39.8.14 | |
set chassis fpc 0 lite-mode | |
set interfaces ge-0/0/0 description "1000BaseT to nslab-vmx4 ge-0/0/0" | |
set interfaces ge-0/0/0 unit 0 family inet address 10.39.9.28/31 | |
set interfaces ge-0/0/0 unit 0 family iso | |
set interfaces ge-0/0/0 unit 0 family mpls | |
set interfaces ge-0/0/1 description "1000BaseT to nslab-vmx2 ge-0/0/1" | |
set interfaces ge-0/0/1 unit 0 family inet address 10.39.9.27/31 | |
set interfaces ge-0/0/1 unit 0 family iso | |
set interfaces ge-0/0/2 description "1000BaseT to nslab-vmx8 ge-0/0/0" | |
set interfaces ge-0/0/2 unit 0 | |
set interfaces ge-0/0/3 description trex-port1 | |
set interfaces ge-0/0/3 unit 0 family inet address 2.2.2.2/24 | |
set interfaces fxp0 unit 0 family inet address 10.39.0.24/20 | |
set interfaces lo0 unit 0 family inet address 10.39.8.12/32 | |
set interfaces lo0 unit 0 family iso address 49.0000.0100.3900.8012.00 | |
set interfaces lo0 unit 4 family inet address 3.3.3.3/32 | |
set snmp community public authorization read-only | |
set snmp community public routing-instance NTP | |
set snmp routing-instance-access access-list * | |
set snmp traceoptions file snmp | |
set snmp traceoptions flag all | |
set routing-options static route 0.0.0.0/0 next-hop 10.39.0.1 | |
set routing-options static route 0.0.0.0/0 no-readvertise | |
set routing-options static route 0.0.0.0/0 preference 255 | |
set routing-options flow term-order standard | |
set routing-options router-id 10.39.8.12 | |
set routing-options autonomous-system 65150 | |
set protocols rsvp interface ge-0/0/0.0 | |
set protocols mpls label-switched-path vmx3-to-vmx1 to 10.39.8.10 | |
set protocols mpls interface ge-0/0/0.0 | |
set protocols bgp group INTERNET2 type internal | |
set protocols bgp group INTERNET2 local-address 10.39.8.12 | |
set protocols bgp group INTERNET2 family inet flow | |
set protocols bgp group INTERNET2 family inet any | |
set protocols bgp group INTERNET2 family inet-vpn unicast | |
set protocols bgp group INTERNET2 family inet-vpn flow | |
set protocols bgp group INTERNET2 family inet6-vpn unicast | |
set protocols bgp group INTERNET2 peer-as 65150 | |
set protocols bgp group INTERNET2 neighbor 10.39.8.15 | |
set protocols bgp group INTERNET2 neighbor 10.39.8.14 | |
set protocols bgp group INTERNET2 neighbor 10.39.8.13 | |
set protocols bgp group INTERNET2 neighbor 10.39.8.10 | |
set protocols isis level 1 disable | |
set protocols isis level 2 wide-metrics-only | |
set protocols isis interface ge-0/0/0.0 | |
set protocols isis interface ge-0/0/1.0 | |
set protocols isis interface lo0.0 | |
set protocols lldp port-id-subtype interface-name | |
set protocols lldp interface all | |
set routing-instances NTP instance-type vrf | |
set routing-instances NTP interface lo0.4 | |
set routing-instances NTP route-distinguisher 10.39.8.12:123 | |
set routing-instances NTP vrf-target target:123:123 | |
set routing-instances NTP vrf-table-label | |
set routing-instances NTP routing-options flow term-order standard |