03-22-2005 06:03 AM - edited 03-05-2019 11:28 AM
A Chairde,
I am trying to ping from Blade 3 (FastEthernet) port to Blade 1 (Fibre) on a 7609.
From Console, I can ping both , but When source is FE and destination is Fibre , I cannot. I need to run NMAP on a Fibre Interface to see ports open, and only have FE (RJ45) Connection on my laptop.
-----------------------------------------------
cnibhco100#sh run
Building configuration...
Current configuration : 7625 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
service counters max age 10
!
hostname cnibhco100
!
boot system flash sup-bootflash:
no logging on
enable password cisco
!
clock timezone PST -8
ip subnet-zero
!
!
no ip domain-lookup
ip domain-name ftp.cisco.com
!
mpls ldp logging neighbor-changes
no mls flow ip
no mls flow ipv6
mls cef error action freeze
spanning-tree mode pvst
no spanning-tree optimize bpdu transmission
spanning-tree extend system-id
diagnostic cns publish cisco.cns.device.diag_results
diagnostic cns subscribe cisco.cns.device.diag_commands
!
redundancy
mode sso
main-cpu
auto-sync running-config
auto-sync standard
!
vlan internal allocation policy ascending
vlan access-log ratelimit 2000
!
!
interface Loopback0
ip address 192.168.230.1 255.255.255.255
!
interface GigabitEthernet1/1
no ip address
shutdown
!
interface GigabitEthernet1/2
no ip address
shutdown
!
interface GigabitEthernet1/3
no ip address
!
interface GigabitEthernet1/4
ip address 192.168.230.34 255.255.255.252
!
interface GigabitEthernet1/5
ip address 192.168.230.98 255.255.255.252
!
interface GigabitEthernet1/6
ip address 192.168.230.38 255.255.255.252
24 Ports on 1/ Blade in total ; reduced script to save space !!!
!
!
interface POS2/0/0
no ip address
shutdown
!
interface GigabitEthernet3/1
ip address 172.16.8.81 255.255.255.128
!
interface GigabitEthernet3/2
ip address 192.168.230.14 255.255.255.252
!
interface GigabitEthernet3/3
ip address 192.168.230.74 255.255.255.252
!
interface GigabitEthernet3/4
ip address 192.168.230.140 255.255.255.248
speed 100
duplex full
48 Ports on 3/ Blade in total ; reduced script to save space !!!
!
!
router bgp 65534
no synchronization
bgp log-neighbor-changes
network 190.168.0.0
network 192.168.0.0
redistribute connected route-map LOCALNETS
neighbor 190.168.200.218 remote-as 64512
neighbor 190.168.200.218 password richie
neighbor 190.168.200.225 remote-as 64512
neighbor 190.168.200.225 ebgp-multihop 255
neighbor 190.168.200.250 remote-as 64512
neighbor 190.168.200.250 send-community
neighbor 190.168.200.254 remote-as 64512
neighbor 190.168.200.254 send-community
neighbor 190.168.200.254 timers 30 90
neighbor 190.168.201.250 remote-as 64514
neighbor 190.168.201.250 send-community
neighbor 190.168.201.254 remote-as 64514
neighbor 190.168.201.254 send-community
neighbor 192.168.230.33 remote-as 70
neighbor 192.168.230.33 send-community
neighbor 192.168.230.37 remote-as 70
neighbor 192.168.230.37 send-community
neighbor 192.168.230.97 remote-as 128
neighbor 192.168.230.97 send-community
neighbor 192.168.230.129 remote-as 65534
neighbor 192.168.230.129 route-reflector-client
neighbor 192.168.230.129 send-community
neighbor 192.168.230.161 remote-as 65534
neighbor 192.168.230.161 route-reflector-client
neighbor 192.168.230.161 send-community
maximum-paths 2
no auto-summary
!
ip default-gateway 172.16.8.2
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.8.2
no ip http server
ip bgp-community new-format
!
!
!
!
!
line con 0
exec-timeout 0 0
timeout login response 0
logging synchronous
line vty 0 4
exec-timeout 0 0
password cisco
login
!
!
03-25-2005 03:56 AM
Hello,
can you do a ´debug ip icmp´ and then PING the fibre card, in order to find the address where the PING is sourced from ? You might have to do an extended PING, with the source being a different address on your FE card...
Regards,
GP
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide