cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2444
Views
0
Helpful
15
Replies

Clients to cisco 819 does not assign ip

xcelera
Level 1
Level 1

Hi, im new to cisco but im starting to learning myself.

I configure an Cisco 819 LTE Router witch DHCP and it worked good, after some days i configured my cisco switch with wlan tags to my AP.

After that i cant assign an ip when i connect my computer, to the router or the switch automatic,

if i run ipconfig /release and renew on the computer it will be assigned ad i should,

but in the beggining when i didnt changed som settings on the router everything worked perfectly, i have also tried to factory reset the switch without success.

 

Using 2908 out of 262136 bytes
!
! Last configuration change at 18:51:47 GMT Tue Sep 19 2017
!
version 15.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
no service password-recovery
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
enable secret 
!
no aaa new-model
clock timezone GMT 1 0
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 10.0.0.1
!
ip dhcp pool test
import all
network 10.0.0.0 255.255.255.0
dns-server 8.8.8.8 8.8.4.4
default-router 10.0.0.1
!
!
!
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
chat-script lte "" "AT!CALL" TIMEOUT 20 "OK"
!
!
!
!
!
!
cts logging verbose
license udi pid C819G-4G-GA-K9 sn
!
!

!
!
!
!
!
controller Cellular 0
lte modem link-recovery rssi onset-threshold -110
lte modem link-recovery monitor-timer 20
lte modem link-recovery wait-timer 10
lte modem link-recovery debounce-count 6
!
vlan 1000
name RS10
!
!
!
!
!
!
!
!
!
!
!
!
interface Cellular0
ip address negotiated
ip nat outside
ip virtual-reassembly in
encapsulation slip
dialer in-band
dialer string lte
dialer-group 1
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface GigabitEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0
no ip address
shutdown
clock rate 2000000
!
interface Vlan1
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
!
ip forward-protocol nd
ip http server
ip http port 8080
no ip http secure-server
!
!
ip nat inside source list NAT interface Cellular0 overload
ip nat inside source static tcp 10.0.0.8 80 interface Cellular0 80
ip nat inside source static udp 10.0.0.8 80 interface Cellular0 80
ip nat inside source static tcp 10.0.0.8 3389 interface Cellular0 3389
ip nat inside source static tcp 10.0.0.8 8081 interface Cellular0 8081
ip nat inside source static udp 10.0.0.8 3389 interface Cellular0 3389
ip route 0.0.0.0 0.0.0.0 Cellular0
!
ip access-list extended NAT
permit ip 10.0.0.0 0.0.0.255 any
!
dialer-list 1 protocol ip permit
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
no modem enable
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
stopbits 1
line 3
script dialer lte
no exec
rxspeed 100000000
txspeed 50000000
line vty 0 4
login
transport input none
!
scheduler allocate 20000 1000
ntp server ntp.lth.se
!
!
!
end

15 Replies 15

I Found the solution :)

show vlan brief!!

primar#show vlan brief

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi0/1, Gi0/2, Gi0/3, Gi0/4
Gi0/5, Gi0/6, Gi0/9, Gi0/11
Gi0/12
5 VLAN0005 active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

 

I have used "Smart ports" through webinterface to "tagg" port 8 to vlan 5, now i did it in CLI and it worked directly, i feel a little bit ashame now :/

But thank you so much for the time you put to help med :)

Review Cisco Networking for a $25 gift card