Dre4m Shell
Server IP : 85.214.239.14  /  Your IP : 18.216.115.47
Web Server : Apache/2.4.62 (Debian)
System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 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/os9/roles/os9_bgp/tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/lib/python3/dist-packages/ansible_collections/dellemc/os9/roles/os9_bgp/tests/main.os9.yaml
---
# vars file for dellemc.os9.os9_bgp, 
# below gives a sample configuration
# Sample variables for OS9 device
  os9_bgp:
    asn: 11
    router_id: 192.168.3.100
    maxpath_ibgp: 2
    maxpath_ebgp: 2
    best_path:
       as_path: ignore
       as_path_state: absent
       ignore_router_id: true
       med:
        - attribute: confed
          state: present
        - attribute: missing-as-best
          state: present
    ipv4_network:
      - address: 102.1.1.0/30
        state: present
    ipv6_network:
      - address: "2001:4898:5808:ffa0::/126"
        state: present
      - address: "2001:4898:5808:ffa1::/126"
        state: present
    neighbor:
      - name: per
        type: peergroup
        remote_asn: 12
        remote_asn_state: absent
        default_originate: False
        src_loopback: 0
        src_loopback_state: present
        ebgp_multihop: 255
        state: present

      - name: peer1
        type: peergroup
        remote_asn: 14
        distribute_list:
           in: an
           in_state: present
           out: bb
           out_state: present
        passive: True
        subnet: 10.128.4.192/27
        state: present

      - ip: 192.168.10.2
        type: ipv4
        remote_asn: 12
        timer: 5 10
        default_originate: False
        peergroup: per
        peergroup_state: present
        distribute_list: 
           in: aa
           in_state: present
        admin: up
        state: present

      - ip: 192.168.13.3
        type: ipv4
        remote_asn: 13
        sender_loop_detect: false
        src_loopback: 1
        src_loopback_state: present
        distribute_list:
           in: aa
           in_state: present
           out: aa
           out_state: present
        ebgp_multihop: 25
        state: present

      - ip: 2001:4898:5808:ffa2::1
        type: ipv6
        remote_asn: 14
        peergroup: per
        peergroup_state: present
        distribute_list:
           in: aa
           in_state: present
        src_loopback: 0
        src_loopback_state: present
        ebgp_multihop: 255
        admin: up
        state: present
    redistribute:
      - route_type: static
        state: present
        address_type: ipv4
      - route_type: connected
        address_type: ipv6
        state: present
    state: present

Anon7 - 2022
AnonSec Team