JoeiBanana's picture
Upload batch 8/8
3453f3d verified
Raw
History Blame Contribute Delete
297 Bytes
!
hostname ACCESS-SW2
interface GigabitEthernet0/1
ip address 10.0.2.2 255.255.255.0
no shutdown
!
vlan 30
name DEVS
!
vlan 40
name ADMIN
!
router ospf 1
network 10.0.2.0 0.0.0.255 area 0
!
access-list 130 permit ip 10.0.2.0 0.0.0.255 any
access-list 130 deny ip any 10.0.1.0 0.0.0.255
!
end