Server IP : 85.214.239.14 / Your IP : 18.216.92.5 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_acl/tests/ |
Upload File : |
--- # vars file for dellemc.os9.os9_acl, # below gives a sample configuration # Sample variables for OS9 device os9_acl: - name: ssh-only-mac type: mac description: macacl extended: true remark: - number: 1 description: mac state: present entries: - number: 5 permit: true protocol: tcp source: any destination: any dest_condition: eq 2 other_options: count state: present - number: 6 permit: false protocol: tcp source: bb:bb:bb:bb:bb:bb ff:ff:ff:ff:ff:ff destination: any dest_condition: log state: present stage_ingress: - name: fortyGigE 1/28 state: present - name: fortyGigE 1/27 state: present stage_egress: - name: fortyGigE 1/28 state: present lineterminal: - line: vty 1 state: present - line: vty 2 state: absent - line: vty 3 state: present - name: ipv6-ssh-only type: ipv6 description: ipv6acl remark: - number: 1 description: ipv6 entries: - number: 10 permit: true protocol: ipv6 source: 2001:4898::/32 destination: any - number: 20 permit: true protocol: tcp source: any src_condition: eq 2 destination: 2404:f801::/32 - number: 30 permit: true protocol: tcp source: any destination: 2a01:110::/31 dest_condition: ack - number: 40 permit: true protocol: tcp source: any destination: any stage_ingress: - name: fortyGigE 1/26 state: present - name: fortyGigE 1/27 state: present stage_egress: - name: fortyGigE 1/26 state: present lineterminal: - line: vty 0 state: absent - line: vty 1 - line: vty 2 - line: vty 3 state: present