HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib/python3.9/site-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