Soldato
Having finally purchased myself the necessary HWIC (VA-DSL-A) I'm now having a hell of a time setting it up. I'm trying to get it to work on bt infinity 2.
Looking at it,I don't think it's my config that's the issue, I think that it's firmware related. Having said that, I'm no expert in this so cannot be certain.
This is the main bit of the config for running the interfaces:
Currently I'm seeing this in the console shortly after bootup
sh controller vdsl 0/0/0 gives the following output:
sh flash gives:
I've since added a firmware for the card (though it's pretty old)
and then set it as follows:
Having done all that, sh controller vdsl 0/0/0 still shows exactly the same as above. I've acquired an image for IOS 15.7 (c1900-universalk9-mz.SPA.157-3.M2.bin) and tried that along with a much later firmware for the card (va_a_39t_b_38r1_24o.bin) and it is still behaving as above.
This is my original working config with the separate OR modem.
sh diag
sh inv
Am I doing something wrong here or is it likely to be a duff card?
Looking at it,I don't think it's my config that's the issue, I think that it's firmware related. Having said that, I'm no expert in this so cannot be certain.
This is the main bit of the config for running the interfaces:
Code:
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
shutdown
!
interface GigabitEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1492
duplex auto
speed auto
no mop enabled
!
interface Ethernet0/0/0
no ip address
!
interface Ethernet0/0/0.101
encapsulation dot1Q 101
no ip address
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
ip address negotiated
ip access-group 101 in
no ip unreachables
ip mtu 1492
ip tcp adjust-mss 1452
duplex auto
speed auto
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 7 1415060303092F23312A1337361115190205545856571A0D0C15
ppp pap sent-username [email protected] password 7 0111120C54060307344E6E0B0D07051D0A08062B252066303A2F
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
ip http client source-interface GigabitEthernet0/1
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static udp 192.168.0.3 9987 interface Dialer1 9987
ip nat inside source static tcp 192.168.0.3 30033 interface Dialer1 30033
ip nat inside source static tcp 192.168.0.3 10011 interface Dialer1 10011
ip nat inside source static tcp 192.168.0.2 2564 interface Dialer1 2564
ip nat inside source static tcp 192.168.0.2 2565 interface Dialer1 2565
ip nat inside source static udp 192.168.0.2 2564 interface Dialer1 2564
ip nat inside source static tcp 192.168.0.3 9988 interface Dialer1 9988
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 192.168.0.0 255.255.255.0 GigabitEthernet0/1
!
access-list 1 remark INTERNET-ACCESS
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 2 remark ONLY PERMIT TELNET FROM INTERNAL IPs
access-list 2 permit 192.168.0.0 0.0.0.255
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip 255.0.0.0 0.255.255.255 any
access-list 101 deny ip 248.0.0.0 7.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny tcp any any eq telnet
access-list 101 deny udp any any range 33400 34400
access-list 101 permit icmp any any net-unreachable
access-list 101 permit icmp any any host-unreachable
access-list 101 permit icmp any any port-unreachable
access-list 101 permit icmp any any packet-too-big
access-list 101 permit icmp any any administratively-prohibited
access-list 101 permit icmp any any source-quench
access-list 101 permit icmp any any ttl-exceeded
access-list 101 permit icmp any any echo-reply
access-list 101 permit tcp any any established
access-list 101 permit udp any any
access-list 101 permit tcp any any eq 54021
access-list 101 permit tcp any any eq 54022
access-list 101 permit tcp any any eq 2564
Currently I'm seeing this in the console shortly after bootup
Code:
VDSL_DAEMON-3-INITFAIL: VDSL Daemon Boot init retries done max times init failed.
sh controller vdsl 0/0/0 gives the following output:
Code:
Controller VDSL 0/0/0 is DOWN
Daemon Status: Start
DSL modem is not yet initialized.
Firmware Source File Name (version)
-------- ------ -------------------
OS FW embedded VDSL_LINUX_DEV_01212008 (1)
Training Log : Stopped
Training Log Filename : flash:vdsllog.bin
sh flash gives:
Code:
1 68923232 Mar 3 2014 20:02:30 +00:00 c1900-universalk9-mz.SPA.152-4.M5.bin
2 3064 Mar 3 2014 20:10:24 +00:00 cpconfig-19xx.cfg
I've since added a firmware for the card (though it's pretty old)
Code:
1 68923232 Mar 3 2014 20:02:30 +00:00 c1900-universalk9-mz.SPA.152-4.M5.bin
2 3064 Mar 3 2014 20:10:24 +00:00 cpconfig-19xx.cfg
3 2602194 Apr 6 2019 15:15:08 +00:00 vdsl.bin-A2pv6C033c_d23e
and then set it as follows:
Code:
controller VDSL 0/0/0
operating mode auto
firmware filename flash:/vdsl.bin-A2pv6C033c_d23e
Having done all that, sh controller vdsl 0/0/0 still shows exactly the same as above. I've acquired an image for IOS 15.7 (c1900-universalk9-mz.SPA.157-3.M2.bin) and tried that along with a much later firmware for the card (va_a_39t_b_38r1_24o.bin) and it is still behaving as above.
This is my original working config with the separate OR modem.
Code:
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
no ip address
ip tcp adjust-mss 1452
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface GigabitEthernet0/1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
ip tcp adjust-mss 1350
duplex auto
speed auto
no mop enabled
!
interface Dialer1
ip address negotiated
ip access-group 101 in
no ip unreachables
ip mtu 1492
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
ppp chap hostname [email protected]
ppp chap password 7 1415060303092F23312A1337361115190205545856571A0D0C15
ppp pap sent-username [email protected] password 7 0111120C54060307344E6E0B0D07051D0A08062B252066303A2F
!
ip forward-protocol nd
!
ip http server
no ip http secure-server
ip http client source-interface GigabitEthernet0/1
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static udp 192.168.0.3 9987 interface Dialer1 9987
ip nat inside source static tcp 192.168.0.3 30033 interface Dialer1 30033
ip nat inside source static tcp 192.168.0.3 10011 interface Dialer1 10011
ip nat inside source static tcp 192.168.0.2 2564 interface Dialer1 2564
ip nat inside source static tcp 192.168.0.2 2565 interface Dialer1 2565
ip nat inside source static udp 192.168.0.2 2564 interface Dialer1 2564
ip nat inside source static tcp 192.168.0.3 9988 interface Dialer1 9988
ip route 0.0.0.0 0.0.0.0 Dialer1
ip route 192.168.0.0 255.255.255.0 GigabitEthernet0/1
!
access-list 1 remark INTERNET-ACCESS
access-list 1 permit 192.168.0.0 0.0.0.255
access-list 2 remark ONLY PERMIT TELNET FROM INTERNAL IPs
access-list 2 permit 192.168.0.0 0.0.0.255
access-list 101 deny ip 192.168.0.0 0.0.255.255 any
access-list 101 deny ip 172.16.0.0 0.15.255.255 any
access-list 101 deny ip 10.0.0.0 0.255.255.255 any
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
access-list 101 deny ip 255.0.0.0 0.255.255.255 any
access-list 101 deny ip 248.0.0.0 7.255.255.255 any
access-list 101 deny ip host 0.0.0.0 any
access-list 101 deny ip host 255.255.255.255 any
access-list 101 deny tcp any any eq telnet
access-list 101 deny udp any any range 33400 34400
access-list 101 permit icmp any any net-unreachable
access-list 101 permit icmp any any host-unreachable
access-list 101 permit icmp any any port-unreachable
access-list 101 permit icmp any any packet-too-big
access-list 101 permit icmp any any administratively-prohibited
access-list 101 permit icmp any any source-quench
access-list 101 permit icmp any any ttl-exceeded
access-list 101 permit icmp any any echo-reply
access-list 101 permit tcp any any established
access-list 101 permit udp any any
access-list 101 permit tcp any any eq 54021
access-list 101 permit tcp any any eq 54022
access-list 101 permit tcp any any eq 2564
sh diag
Code:
Slot 0:
C1921 Mother board 2GE, integrated VPN and 2W Port adapter, 3 ports
Port adapter is analyzed
Port adapter insertion time 01:22:28 ago
EEPROM contents at hardware discovery:
PCB Serial Number : *********
Hardware Revision : 1.0
Part Number : 73-12850-09
Top Assy. Part Number : 800-33408-04
Board Revision : A0
Deviation Number : 0
Fab Version : 02
Product (FRU) Number : CISCO1921/K9
Version Identifier : V05
CLEI Code : CMMHF10ARA
Processor type : C8
Chassis Serial Number : **********
Chassis MAC Address : **********
MAC Address block size : 32
Manufacturing Test Data : 00 00 00 00 00 00 00 00
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF C1 8B 46 4F 43 31 37 35 31 34 47 58 45 40
0x10: 06 AC 41 01 00 82 49 32 32 09 C0 46 03 20 00 82
0x20: 80 04 42 41 30 88 00 00 00 00 02 02 CB 8C 43 49
0x30: 53 43 4F 31 39 32 31 2F 4B 39 89 56 30 35 20 D9
0x40: 04 40 C1 CB C2 C6 8A 43 4D 4D 48 46 31 30 41 52
0x50: 41 09 C8 C2 8B 46 43 5A 31 38 31 30 43 30 56 32
0x60: C3 06 A8 0C 0D C2 A5 C0 43 00 20 C4 08 00 00 00
0x70: 00 00 00 00 00 F3 00 51 40 00 8B 41 00 3C 42 00
0x80: 00 F8 00 24 03 E8 1B 11 07 D0 1E A2 09 C4 1F A9
0x90: 0B B8 20 0F 0F A0 20 D3 13 88 21 6A 1B 58 21 A9
0xA0: 1F 40 21 B8 27 10 21 3E 41 00 50 42 00 00 F8 00
0xB0: 18 02 71 1D B0 04 E2 20 08 07 53 21 02 0E A6 22
0xC0: 60 1D 4C 22 C4 27 10 22 C4 FF FF FF FF FF FF FF
0xD0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0xE0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0xF0: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
WIC Slot 0:
HWIC MULTI VDSL over POTS
Hardware Revision : 1.0
Top Assy. Part Number : 800-34635-01
Part Number : 73-13372-02
Board Revision : A0
Deviation Number : 0
Fab Version : 02
PCB Serial Number : FOC16376SU3
RMA Test History : 00
RMA Number : 0-0-0-0
RMA History : 00
Product (FRU) Number : EHWIC-VA-DSL-A
Version Identifier : V01
CLEI Code : COUIA8YCAA
EEPROM format version 4
EEPROM contents (hex):
0x00: 04 FF 40 07 1B 41 01 00 C0 46 03 20 00 87 4B 01
0x10: 82 49 34 3C 02 42 41 30 88 00 00 00 00 02 02 C1
0x20: 8B 46 4F 43 31 36 33 37 36 53 55 33 03 00 81 00
0x30: 00 00 00 04 00 CB 92 45 48 57 49 43 2D 56 41 2D
0x40: 44 53 4C 2D 41 00 00 00 00 89 56 30 31 20 D9 02
0x50: 40 C1 C6 8A 43 4F 55 49 41 38 59 43 41 41 FF FF
0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Embedded Service Engine 0/0 :
Total platform memory : 524288K bytes
Total 2nd core memory : 0K bytes
Start of physical address for 2nd core : 0x80000000
Virtual address start of 2nd core memory : 0x0 - 0x0
2nd core configured disabled
L2 cache ways for 2nd core : 0
sh inv
Code:
NAME: "CISCO1921/K9", DESCR: "CISCO1921/K9 chassis, Hw Serial#: ***********, Hw Revision: 1.0"
PID: CISCO1921/K9 , VID: V05 , SN: **********
NAME: "ADSL/VDSL over POTS supporting ADSL1, ADSL2, ADSL2+ and VDSL2 on Slot 0 SubSlot 0", DESCR: "ADSL/VDSL over POTS supporting ADSL1, ADSL2, ADSL2+ and VDSL2"
PID: EHWIC-VA-DSL-A , VID: V01 , SN: **********
Am I doing something wrong here or is it likely to be a duff card?
Last edited: