Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SR06
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Theo Maillart
SR06
Commits
bf70de93
Commit
bf70de93
authored
Dec 07, 2017
by
Theo Maillart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update switch conf & vlan table
parent
1fb30087
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
141 additions
and
0 deletions
+141
-0
Cisco/switch_conf
Cisco/switch_conf
+141
-0
Cisco/vlan.dat
Cisco/vlan.dat
+0
-0
No files found.
Cisco/switch_conf
0 → 100755
View file @
bf70de93
!
! Last configuration change at 16:55:01 UTC Thu Dec 7 2017
!
version 15.0
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
!
!
memory-size iomem 10
!
!
ip source-route
!
!
!
!
ip cef
no ipv6 cef
!
!
multilink bundle-name authenticated
license udi pid CISCO881-K9 sn FCZ160890T1
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0
switchport trunk native vlan 81
switchport trunk allowed vlan 1,81-83,1002-1005
switchport mode trunk
!
!
interface FastEthernet1
switchport trunk native vlan 81
switchport trunk allowed vlan 1,2,81-83,1002-1005
switchport mode trunk
!
!
interface FastEthernet2
!
!
interface FastEthernet3
!
!
interface FastEthernet4
no ip address
shutdown
duplex auto
speed auto
!
!
interface Vlan1
no ip address
!
!
interface Vlan81
ip address 100.81.0.1 255.255.255.0
!
!
interface Vlan82
ip address 10.0.82.1 255.255.255.0
ip access-group 104 in
ip access-group 103 out
ip nat outside
ip virtual-reassembly
!
!
interface Vlan83
ip address 10.0.83.1 255.255.255.0
ip access-group 101 in
ip access-group 102 out
ip nat inside
ip virtual-reassembly
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat pool ovrld 10.0.82.1 10.0.82.1 prefix-length 24
ip nat inside source list 9 pool ovrld overload
!
access-list 9 permit 10.0.83.0 0.0.0.255
access-list 101 permit icmp 10.0.83.0 0.0.0.255 any echo
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq 22
access-list 101 permit tcp any any eq ftp
access-list 101 permit tcp any host 10.0.83.1 eq 3128
access-list 101 deny ip any any log
access-list 102 permit tcp any any established
access-list 102 permit udp any any
access-list 102 permit icmp any any echo-reply
access-list 102 deny ip any any log
access-list 103 permit icmp host 10.0.82.1 10.0.82.0 0.0.0.255 echo
access-list 103 permit tcp any host 10.0.82.3 eq www
access-list 103 permit tcp any host 10.0.82.3 eq 22
access-list 103 permit tcp any host 10.0.82.3 eq ftp
access-list 103 deny ip any any log
access-list 104 permit tcp any any established
access-list 104 permit udp any any
access-list 104 permit icmp any any echo-reply
access-list 104 deny ip any any log
!
!
!
!
snmp-server group sr06 v3 priv
snmp-server community test RO
!
control-plane
!
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end
Cisco/vlan.dat
0 → 100755
View file @
bf70de93
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment