cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1286
Views
0
Helpful
2
Replies

Cisco ASR router 1002 with advanceIp Services IOS doesn't ping its own interface SPA0 gi0/0/1.1 -link doesn't come up

m-abooali
Level 4
Level 4

HI,

 

I am configuring these Cisco ASr1002 routers. I brought up a 1 gig WAN ethernet ckt up and it worked but I cannot make other interface gi0/0/1 subinterface (1.1) with dot1q and vlan id working. I don;t get a link light.

 

I have changed fiber, Fiber SFP but still the same. I cannot ping own interface IP under the sub-interface. I can ping management VRF IP tho.

I cannot set Speed and duplex under interfaces as the command doesn't exist. i have searched tosee if these commands are under some other commands but no result.

And help and suggestion would be greatly appreciated. here is the config: show ARP shows IPs and MAC addresses of the interfaces IPs attached to.

config:

 

Current configuration : 3651 bytes
!
! Last configuration change at 20:19:40 UTC Wed Aug 28 2019
!
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no platform punt-keepalive disable-kernel-core
!
hostname UTP-ASR1002-BR1
!
boot-start-marker
boot-end-marker
!
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
no aaa new-model
!
no ip domain lookup
ip domain name utp.local
!
subscriber templating
!
!
!
multilink bundle-name authenticated
!
!
crypto pki trustpoint TP-self-signed-248016640
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-248016640
revocation-check none
rsakeypair TP-self-signed-248016640
!
!
crypto pki certificate chain TP-self-signed-248016640
certificate self-signed 01
30820245 308201AE A0030201 02020101 300D0609 2A864886 F70D0101 04050030
30312E30 2C060355 04031325 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 32343830 31363634 30301E17 0D393330 33303130 30303430
375A170D 32303031 30313030 30303030 5A303031 2E302C06 03550403 1325494F
532D5365 6C662D53 69676E65 642D4365 72746966 69636174 652D3234 38303136
36343030 819F300D 06092A86 4886F70D 01010105 0003818D 00308189 02818100
EC45A26C E184DD0A 8EF49510 ED9CEC36 3608B1B8 3FC39C1C D8C9BF5C 8F199F26
CB319510 0559E9DA FDA3D67B 33E49607 48F5FE2F 409E9547 E35122D0 D16AD1FE
56DDA4A7 63CC6704 739A23FC 63A44A8F 5AE35E76 E12C0E29 96A76456 25882DC2
56777591 0447C27C B3776592 4ADA986E 0A95D6F8 0E3E616B A5F3F9B3 327E4235
02030100 01A36F30 6D300F06 03551D13 0101FF04 05300301 01FF301A 0603551D
11041330 11820F55 54502D43 6973636F 2D436F72 652E301F 0603551D 23041830
168014BB F3A0F4DD 76BF040E 0D6D76A8 65B5A7BE 810C5430 1D060355 1D0E0416
0414BBF3 A0F4DD76 BF040E0D 6D76A865 B5A7BE81 0C54300D 06092A86 4886F70D
01010405 00038181 0079140F B8000FA2 6CD09A81 7648FE0B 7BCCFF3A 47E94D4B
83DBE58C 2F39B6A1 25DA8573 36EFFA96 90B4CD62 F4377489 CC8CEB53 27E0B698
687BFA0D 32B2C36C 18C7A904 1B7730DD 01A1C667 28DC3D38 AD55EE02 4777F0A8
C0BE85E5 EDD27D80 0E22EC47 0A7D4C1D 51D900F7 02F20F6F C00EDA19 BFA69A5B
6E9F0FB7 EE74E46E B3
quit
archive
path tftp://10.124.200.8/cisco-backups/UTP/Rack0/10.124.2.102.config-
write-memory
time-period 1440
!
spanning-tree extend system-id
!
!
redundancy
mode none
!
!
interface GigabitEthernet0/0/0
description WAN VZ facing
bandwidth 10000000
ip address x.x.204.50 255.255.255.252
negotiation auto
!
interface GigabitEthernet0/0/1
no ip address
negotiation auto
!
interface GigabitEthernet0/0/1.1
encapsulation dot1Q 127
ip address x.x.75.1 255.255.255.128
!
interface GigabitEthernet0/0/2
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0/0/3
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
ip address 10.124.2.101 255.255.0.0
negotiation auto
!
ip default-gateway x.x.204.49
ip forward-protocol nd
!
no ip http server
no ip http secure-server
ip tftp source-interface GigabitEthernet0
ip route 0.0.0.0 0.0.0.0 x.x.204.49
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 30 0
privilege level 15
password Colt45
login
stopbits 1
line aux 0
stopbits 1
line vty 0 4
exec-timeout 60 0
privilege level 15
login local
transport input telnet ssh
transport output none
line vty 5 15
exec-timeout 60 0
privilege level 15
login local
transport input telnet ssh
transport output none
!
!
end

UTP-ASR1002-BR1#ping x.x.75.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to x.x.75.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
UTP-ASR1002-BR1#
UTP-ASR1002-BR1#ping x.x.75.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to x.x.75.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
UTP-ASR1002-BR1#ping 10.1242.101
% Unrecognized host or address, or protocol not running.

UTP-ASR1002-BR1#ping 10.124.2.101
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.124.2.101, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
UTP-ASR1002-BR1#sh arp
Protocol Address Age (min) Hardware Addr Type Interface
Internet x.x.204.49 7 ec13.dbbf.073b ARPA GigabitEthernet0/0/0
Internet x.x.204.50 - c84c.75e1.ee00 ARPA GigabitEthernet0/0/0
Internet x.x.75.1 - c84c.75e1.ee01 ARPA GigabitEthernet0/0/1.1
xxx-ASR1002-BR1#conf t

1 Accepted Solution

Accepted Solutions

Resolved!

 

bad SFPs.

 

it was a physical layer problem. thanks.

 

Masood

 

View solution in original post

2 Replies 2

m-abooali
Level 4
Level 4
UPDATE: firstly, I am sorry for duplicate thread. my first one was not showing up and I thought something must have gone wrong during thread posting so I created a second one here.

second: I now have a link on my ASR interface gi0/0/1 ( subinterface gi0/0/1.1) but the trunk link on Cisco 3750G is not comming up. I moved trunk to other uplinks still not working. I turned off IP Routing and SVI interfaces and left only the one vlan that router's sub-interface is tagged with ( L2 SW configuration) but still Switch trunk link not working. I do see light in the SFP inserted in the uplink, Fiber SFP, a cisco one.

so, I do not know whats going on. any help would really be appreciated.

Best Regards,
Masood

Resolved!

 

bad SFPs.

 

it was a physical layer problem. thanks.

 

Masood

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card