Quantcast
Channel: General Networking
Viewing all articles
Browse latest Browse all 27527

Cannot get DHCP address through multiple switches

$
0
0

Problem:
A device connected to vlan 102 on Procurve 5406zl switch cannot communicate with Cisco ASA 5510; therefore, cannot get DHCP address.

HP Procurve 5406zl:

hostname "Admin"
module 1 type j8705a
module 2 type j8702a
time daylight-time-rule continental-us-and-canada
time timezone -360
ip routing
interface A21
name "trunk to 2404"
exit
interface B24
name "AP-03"
exit
no snmp-server enable
snmp-server location "Administration Building"
router rip
redistribute connected
exit

vlan 1

name "DEFAULT_VLAN"

no untagged B1-B24

untagged A1-A20,A22-A24

tagged A21

ip address 10.10.10.100 255.255.0.0

ip rip 10.10.10.100

exit

vlan 102

name "WIRELESS_admin"

untagged B1-B24

tagged A21

ip address 10.50.4.2 255.255.255.0

ip helper-address 10.50.4.1

exit

spanning-tree


Cisco 3560 switch:


version 12.2
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption

!

hostname 2404_patch_2

!

enable secret 5 EDIT!

enable password EDIT!

no aaa new-model

clock timezone UTC -6

clock summer-time UTC recurring

system mtu routing 1500

ip subnet-zero

ip routing

!

!

!

!

no file verify auto

spanning-tree mode pvst

spanning-tree extend system-id

!

vlan internal allocation policy ascending

vlan dot1q tag native

!

interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface GigabitEthernet0/3
!
interface GigabitEthernet0/4
!
interface GigabitEthernet0/5
!
interface GigabitEthernet0/6
!
interface GigabitEthernet0/7
!
interface GigabitEthernet0/8
!
interface GigabitEthernet0/9
!
interface GigabitEthernet0/10
!
interface GigabitEthernet0/11
!
interface GigabitEthernet0/12
!
interface GigabitEthernet0/13
!
interface GigabitEthernet0/14
!
interface GigabitEthernet0/15
!
interface GigabitEthernet0/16
!
interface GigabitEthernet0/17
!
interface GigabitEthernet0/18
!
interface GigabitEthernet0/19
description Trunk to Cisco ASA 5510
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet0/20
!
interface GigabitEthernet0/21
!
interface GigabitEthernet0/22
!
interface GigabitEthernet0/23
!
interface GigabitEthernet0/24
!
interface GigabitEthernet0/25
!
interface GigabitEthernet0/26
!
interface GigabitEthernet0/27
!
interface GigabitEthernet0/28
description Trunk to Admin
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Vlan1
ip address 10.10.10.103 255.255.0.0
!
ip classless
ip http server
!
snmp-server community public RO
!
control-plane
!
!
end



CISCO ASA 5510:



ASA Version 8.0(2)

!

hostname ciscoasa

domain-name default.domain.invalid

enable password EDIT! encrypted

names

name 10.10.10.70 S2_server description S2 web server

name 8.8.8.8 GOOGLE_DNS description Google's DNS server

!

interface Ethernet0/0

nameif outside

security-level 0

ip address EDIT

!

interface Ethernet0/1

no nameif

no security-level

no ip address

!

interface Ethernet0/1.5

vlan 5

nameif DOMAIN

security-level 100

ip address 10.50.5.1 255.255.255.0

!

interface Ethernet0/1.99

vlan 99

nameif HP_MGMT

security-level 100

ip address 10.50.6.1 255.255.255.0

!

interface Ethernet0/1.100

vlan 100

nameif WIRED

security-level 100

ip address 10.50.2.1 255.255.255.0

!

interface Ethernet0/1.101

vlan 101

nameif WIRELESS

security-level 100

ip address 10.50.3.1 255.255.255.0

!

interface Ethernet0/2

no nameif

no security-level

no ip address

!

interface Ethernet0/2.1

vlan 1

nameif S2

security-level 100

ip address 10.10.10.1 255.255.0.0

!

interface Ethernet0/2.102

vlan 102

nameif S2-ADMIN

security-level 100

ip address 10.50.4.1 255.255.255.0

!

interface Ethernet0/3

nameif temp

security-level 100

ip address 10.50.1.1 255.255.255.0

!

interface Management0/0

nameif management

security-level 100

ip address 10.50.0.1 255.255.255.0

management-only

!

passwd EDIT! encrypted

boot system disk0:/asa802-k8.bin

ftp mode passive

clock timezone CST -6

clock summer-time CDT recurring

dns server-group DefaultDNS

domain-name default.domain.invalid

same-security-traffic permit inter-interface

same-security-traffic permit intra-interface

pager lines 24

logging enable

logging asdm debugging

logging mail warnings

logging class auth mail debugging

mtu outside 1500

mtu temp 1500

mtu S2 1500

mtu management 1500

mtu WIRELESS 1500

mtu DOMAIN 1500

mtu WIRED 1500

mtu HP_MGMT 1500

mtu S2-ADMIN 1500

no failover

icmp unreachable rate-limit 1 burst-size 1

icmp deny any outside

asdm image disk0:/asdm-602.bin

no asdm history enable

arp timeout 14400

global (outside) 1 interface

nat (temp) 1 0.0.0.0 0.0.0.0

nat (WIRELESS) 1 0.0.0.0 0.0.0.0

nat (DOMAIN) 1 0.0.0.0 0.0.0.0

nat (WIRED) 1 0.0.0.0 0.0.0.0

static (WIRELESS,DOMAIN) 10.50.3.0 10.50.3.0 netmask 255.255.255.0

static (DOMAIN,WIRELESS) 10.50.5.0 10.50.5.0 netmask 255.255.255.0

static (WIRELESS,HP_MGMT) 10.50.3.0 10.50.3.0 netmask 255.255.255.0

static (WIRELESS,S2) 10.50.3.0 10.50.3.0 netmask 255.255.255.0

static (DOMAIN,S2) 10.50.5.0 10.50.5.0 netmask 255.255.255.0

static (HP_MGMT,WIRELESS) 10.50.6.0 10.50.6.0 netmask 255.255.255.0

static (WIRELESS,S2-ADMIN) 10.50.3.0 10.50.3.0 netmask 255.255.255.0

static (S2-ADMIN,WIRELESS) 10.50.4.0 10.50.4.0 netmask 255.255.255.0

static (S2,WIRELESS) 10.10.0.0 10.10.0.0 netmask 255.255.0.0

static (S2,DOMAIN) 10.10.0.0 10.10.0.0 netmask 255.255.0.0

route outside 0.0.0.0 0.0.0.0 EDIT

timeout xlate 3:00:00

timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02

timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00

timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00

timeout uauth 0:05:00 absolute

dynamic-access-policy-record DfltAccessPolicy

http server enable

http 10.50.3.0 255.255.255.0 WIRELESS

http 10.50.0.0 255.255.255.0 management

no snmp-server location

no snmp-server contact

snmp-server enable traps snmp authentication linkup linkdown coldstart

no crypto isakmp nat-traversal

telnet 0.0.0.0 0.0.0.0 management

telnet timeout 5

ssh timeout 5

console timeout 10

management-access temp

dhcpd dns 10.50.5.3 GOOGLE_DNS

!

dhcpd address 10.50.1.50-10.50.1.254 temp

dhcpd enable temp

!

dhcpd address 10.10.2.50-10.10.2.254 S2

dhcpd enable S2

!

dhcpd address 10.50.0.2-10.50.0.10 management

dhcpd enable management

!

dhcpd address 10.50.3.50-10.50.3.254 WIRELESS

dhcpd enable WIRELESS

!

dhcpd address 10.50.5.50-10.50.5.254 DOMAIN

dhcpd enable DOMAIN

!

dhcpd address 10.50.2.50-10.50.2.254 WIRED

dhcpd enable WIRED

!

dhcpd address 10.50.4.50-10.50.4.254 S2-ADMIN

dhcpd enable S2-ADMIN

!

threat-detection basic-threat

threat-detection statistics access-list

!

class-map inspection_default

match default-inspection-traffic

!

!

policy-map type inspect dns preset_dns_map

parameters

message-length maximum 512

policy-map global_policy

class inspection_default

inspect dns preset_dns_map

inspect ftp

inspect h323 h225

inspect h323 ras

inspect rsh

inspect rtsp

inspect esmtp

inspect sqlnet

inspect skinny

inspect sunrpc

inspect xdmcp

inspect sip

inspect netbios

inspect tftp

!

service-policy global_policy global

username admin password EDIT! encrypted privilege 15

prompt hostname context

Cryptochecksum:EDIT!

: end

asdm image disk0:/asdm-602.bin

no asdm history enable


Viewing all articles
Browse latest Browse all 27527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>