Setting up a New Network with Cisco 3850 and ASA 5510

108 Views
Published
In this video i show you how to setup a new network from the ground up using the new Cisco 3850 stackable switch with ASA 5510 as the firewall. In the second part ill show you how to setup the IP SLA and in third, how to setup netflow. This was a long video and the editing software crashed on me several times, so sorry for the editions, but the full video is there.

script i used for this switch:
-----------------------------------------------------
ip routing
vlan 10
vlan 11
vlan 12
vlan 20
vlan 30
---Substitute IPs and vlan with your info---
int vlan 11
ip address 10.10.11.2 255.255.255.0
no shut
int vlan 12
ip address 10.10.12.2 255.255.255.0
no shut
int vlan 10
ip address 10.10.10.1 255.255.255.0
no shut
int vlan 20
ip address 10.10.20.1 255.255.255.0
no shut
int vlan 30
ip address 10.10.30.1 255.255.255.0
no shut
int gi1/0/1
switchport mode trunk
switchport access vlan 12
no shut
int gi1/0/3
switchport mode trunk
switchport access vlan 11
no shut
int Gi1/0/2
switchport mode access
switchport access vlan 10
no shut
int Gi1/0/4
switchport mode access
switchport access vlan 10
no shut

----and so on----------------
----------------IPSLA-----------------------
ip sla 1
icmp-echo 8.8.8.8 source-ip 10.10.11.2
frequency 5
ip sla schedule 1 life forever start-time now
track 1 ip sla 1 reachability
delay down 60 up 15
ip route 0.0.0.0 0.0.0.0 10.10.11.1 track 1
ip route 0.0.0.0 0.0.0.0 10.10.12.1 250
ip route 8.8.8.8 255.255.255.255 10.10.11.1 permanent
Category
Routers and Switches
Be the first to comment