-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.eos
More file actions
32 lines (32 loc) · 721 Bytes
/
test.eos
File metadata and controls
32 lines (32 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
!
hostname dmz-tor226
ip name-server vrf default 172.22.22.40
ip domain-name sjc.aristanetworks.com
!
interface Ethernet 1
ip address 1.1.1.1/24
ip access-group in testin
ip access-group out testout
comment within the interface
description foobar
no shutdown
!
! commented configuration
ip access-list testin
10 permit ip any any
20 permit ip 11.1.1.0/24 12.1.1.0/24
30 deny ip 11.1.1.1/32 12.1.1.0/24
40 deny ip any any
!
ip access-list testout
10 permit ip any any
20 permit ip 11.1.1.0/24 12.1.1.0/24
30 deny ip 11.1.1.1/32 12.1.1.0/24
40 deny ip any any
45 permit ip host 1.1.1.1 3.3.3.0/24
!
ip routing
!
router bgp 100
neighbor 2.2.2.2 remote-as 300
!