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/vmx4_config.2018-04-18@13:54:21
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
64 lines (64 sloc)
3.48 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-vmx4 | |
set system root-authentication encrypted-password "$5$B6X5NhtH$wGQuvhwZRwdG9q1p3vvzgcFAmpjGhcVJSOC0RWbBxBB" | |
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 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 chassis network-services enhanced-ip | |
set interfaces ge-0/0/0 description "1000BaseT to nslab-vmx3 ge-0/0/0" | |
set interfaces ge-0/0/0 unit 0 family inet address 10.39.9.29/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 nsdev-vmx5 ge-0/0/0" | |
set interfaces ge-0/0/1 unit 0 family inet address 10.39.9.30/31 | |
set interfaces ge-0/0/1 unit 0 family iso | |
set interfaces ge-0/0/1 unit 0 family mpls | |
set interfaces fxp0 unit 0 family inet address 10.39.0.25/20 | |
set interfaces lo0 unit 0 family inet address 10.39.8.13/32 | |
set interfaces lo0 unit 0 family iso address 49.0000.0100.3900.8013.00 | |
set interfaces lo0 unit 4 family inet address 4.4.4.4/32 | |
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 router-id 10.39.8.13 | |
set routing-options autonomous-system 65150 | |
set protocols rsvp interface ge-0/0/1.0 | |
set protocols rsvp interface ge-0/0/0.0 | |
set protocols mpls label-switched-path vmx4-vmx6 to 10.39.8.15 | |
set protocols mpls label-switched-path vmx4-to-vmx-5 to 10.39.8.14 | |
set protocols mpls interface all | |
set protocols bgp local-address 10.39.8.13 | |
set protocols bgp log-updown | |
set protocols bgp group INTERNET2 type internal | |
set protocols bgp group INTERNET2 local-address 10.39.8.13 | |
set protocols bgp group INTERNET2 family inet any | |
set protocols bgp group INTERNET2 family inet-vpn unicast | |
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.10 | |
set protocols bgp group INTERNET2 neighbor 10.39.8.12 | |
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.13:123 | |
set routing-instances NTP vrf-target target:123:123 | |
set routing-instances NTP vrf-table-label |