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/vmx2_config.2018-04-18@13:54:20
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (44 sloc)
2.58 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-vmx2 | |
set system root-authentication encrypted-password "$5$7Z4KJmOq$Gfcu80MW1h04eXYAT08jw6FY3YJ4qUFK.nH.OeQBjH9" | |
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 user * match "!(.*Scheduler Oinker*.|.*Frame *.|.*ms without yielding*.);" | |
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 boot-server 192.241.206.171 | |
set system ntp server 10.39.8.14 | |
set system ntp source-address 10.39.8.11 | |
set chassis fpc 0 lite-mode | |
set interfaces ge-0/0/0 description "1000BaseT to nslab-vmx1 ge-0/0/0" | |
set interfaces ge-0/0/0 unit 0 family inet address 10.39.9.20/31 | |
set interfaces ge-0/0/0 unit 0 family iso | |
set interfaces ge-0/0/1 description "1000BaseT to nslab-vmx4 ge-0/0/0" | |
set interfaces ge-0/0/1 unit 0 family inet address 10.39.9.26/31 | |
set interfaces ge-0/0/1 unit 0 family iso | |
set interfaces ge-0/0/2 description "1000BaseT to nslab-vmx5:ge-0/0/2" | |
set interfaces ge-0/0/2 unit 0 family inet address 10.39.9.36/31 | |
set interfaces ge-0/0/2 unit 0 family iso | |
set interfaces fxp0 unit 0 family inet address 10.39.0.23/20 | |
set interfaces lo0 unit 0 family inet address 10.39.8.11/32 | |
set interfaces lo0 unit 0 family iso address 49.0000.0100.3900.8011.00 | |
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 protocols isis reference-bandwidth 1000g | |
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 ge-0/0/2.0 | |
set protocols isis interface lo0.0 | |
set protocols lldp port-id-subtype interface-name | |
set protocols lldp interface all |