12-17-2012 08:49 AM
Hi all
I see that the following LC are an option for the ICL with the host A9K
The Cisco ASR 9000v satellite shelf has 44 gigabit ethernet SFP ports and four 10 gigabit ethernet SFP+ ports which can be connected to the following line cards that support 10 gigabit ethernet interfaces:
•the 24-port 10GE SE or 24-port 10GE TR line card
•the 36-Port 10GE SE or 36-Port 10GE TR line card
•the 80 Gigabyte modular line card when populated with 4-port 10GE Modular Port Adapters (MPA) or 2-port 10GE MPAs
•the 160 Gigabyte modular line card when populated with 4-port 10GE MPAs or 2-port 10GE MPAs
(source:
since none of the above mentioned cards are available for me at this time
i was wondering if for test purpose it is possible to connect the ICL to the SFP+ ports on the RSP440G (that I gathered are used for ICL in cluster mode)
or to a 1GE port on a 20X1GE MPA
Thanks in advance
LiorB
10-07-2019 04:42 AM
@renatocabelino wrote:thank you for the answer. I will check this on Monday morning because I don't have access to the router now. I will return here with the answer as soon as I can. best regards!
@smilstea wrote:It is only an issue if you have explicitly set the homedir, you can find whether it is configured or not by running 'show run | i tftp'.
Sam
Hi !
when running the mentioned command the output is:
RP/0/RSP0/CPU0:asr9k9010#show run | i tftp
RP/0/RSP0/CPU0:asr9k9010#
The command 'show nv satellite status' outputs:
Satellite 200
——————
Status: Connected (Stable)
Type: asr9000v
Description: asr9kv_dc
MAC address: a0ec.f95f.2360
IPv4 address: 10.0.0.200 (VRF: default)
Serial Number: CAT1835U00P
Remote version: Compatibility Unknown (no local version)
ROMMON: 127.0
FPGA: 1.13
IOS: 323.1
Configured satellite fabric links:
TenGigE0/0/0/3
———————
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-43
During configuration of TenGig 0/0/0/3 (connected to satellite) and commit configuration, the command
remote-ports GigabitEthernet 0/0/0-43'
fails with timeout.
the command 'sh nv satellite protocol discovery' outputs:
RP/0/RSP0/CPU0:asr9k9010#sh nv satellite protocol discovery
Mon Oct 7 08:31:51.642 UTC
[KInterface TenGigE0/0/0/3
————————————
Interface Status: Probing for satellites
Satellite ID: 200
Status: Satellite ready
Host IPv4 Address: 10.255.255.254
Satellite IPv4 Address: 10.0.0.200
Vendor: cisco, cisco
Serial Id: CAT1835U00P
Remote ID: 2
Remote MAC address: a0ec.f95f.238e
Chassis MAC address: a0ec.f95f.2360
The command 'sh nv satellite protocol control' outputs:
RP/0/RSP0/CPU0:asr9k9010#sh nv satellite protocol control
Mon Oct 7 08:33:55.638 UTC
[KSatellite 200
——————
Status: Connected since 2019/10/04 16:40:43.894
IP address: 10.0.0.200 (VRF: default)
Channels:
Control (0)
—————
Channel status: Open
Messages sent: 22997 (22997 control), received: 22996 (22996 control).
Version: 0
Interface Extension Layer 1 (1)
———————————————
Channel status: Open
Messages sent: 7077 (5 control), received: 311171 (3 control).
Version: 0
Interface Extension Layer 2 (2)
———————————————
Channel status: Open
Messages sent: 3542 (5 control), received: 155631 (3 control).
Version: 0
[K —More— [K Interface Extension Cross-link (3)
—————————————————
Channel status: Open
Messages sent: 7 (5 control), received: 5 (3 control).
Version: 0
Virtual Satellite Fabric Links (4)
—————————————————
Channel status: Open
Messages sent: 5 (5 control), received: 3 (3 control).
Version: 0
Device Management (5)
——————————
Channel status: Open
Messages sent: 5 (5 control), received: 3 (3 control).
Version: 0
Capabilities Not Present:
1 : Uptime Command: Not Supported
Inventory (6)
——————
Channel status: Open
[K ——————More—————— [K Messages sent: 5 (5 control), received: 4 (3 control).
Version: 0
Environment monitoring (7)
—————————————
Channel status: Open
Messages sent: 1282 (5 control), received: 2558 (3 control).
Version: 0
Alarm (8)
————
Channel status: Open
Messages sent: 6 (5 control), received: 57 (3 control).
Version: 0
Password (10)
——————
Channel status: Open
Messages sent: 7 (5 control), received: 5 (3 control).
Version: 0
Topology (14)
——————
[K ——————More—————— [K Channel status: Open
Messages sent: 15 (5 control), received: 7672 (3 control).
Version: 0
SyncE Interface (16)
——————————
Channel status: Down
Messages sent: 1 (1 control), received: 1 (1 control).
Version: 0
the command '(admin)# sh inventory chassis' outputs:
RP/0/RSP0/CPU0:asr9k9010(admin)#sh inventory chassis
Mon Oct 7 08:36:15.232 UTC
[KNAME: “chassis ASR-9010-DC”, DESCR: “ASR 9010 8 Line Card Slot Chassis with V1 DC PEM”
PID: ASR-9010-DC, VID: V01, SN: FOX1610GNN5
NAME: “Satellite Chassis ASR-9000v-DC-E ID 200”, DESCR: “ASR-9000v DC Power ETSI Chassis”
PID: ASR-9000V-DC-E, VID: V02 , SN: CAT1835U00P
by now, i can't see satellite gigabit ports on asr9010 interface configuration. TFTP is allowed on TenGig 0/0/0/3.
i'm missing something?
i'm following these documentation: https://www.cisco.com/c/en/us/td/docs/routers/crs/software/crs_r5-2/nV/configuration/guide/b_nv_cg52xcrs/b_nv_cg52xcrs_chapter_00.html
thanks in advance!
10-07-2019 10:19 AM
Can you supply show install active summary?
"Remote version: Compatibility Unknown (no local version)" seems to indicate that you don't have the 9000v package installed on the router, but the satellite is up and working fine as it shows "Stable". The satellite image is actually contained in the 9000v package, so if you want to upgrade the image you need that package active on the router.
Sam
10-07-2019 12:34 PM
@smilstea wrote:Can you supply show install active summary?
"Remote version: Compatibility Unknown (no local version)" seems to indicate that you don't have the 9000v package installed on the router, but the satellite is up and working fine as it shows "Stable". The satellite image is actually contained in the 9000v package, so if you want to upgrade the image you need that package active on the router.
Sam
Hi Sam!
it's always on basic things we fall.
there was no package for ASR9KV. just install it and satellite came online.
the last one question: i can't see satellite interfaces on 'show interfaces brief' on host.
RP/0/RSP0/CPU0:ios#show interfaces brief
Mon Oct 7 16:21:39.174 UTC
Intf Intf LineP Encap MTU BW
Name State State Type (byte) (Kbps)
--------------------------------------------------------------------------------
Nu0 up up Null 1500 0
nT200/0/0/45 up up ARPA 9212 10000000
Mg0/RSP0/CPU0/0 up up ARPA 1514 1000000
Mg0/RSP0/CPU0/1 down down ARPA 1514 0
Mg0/RSP1/CPU0/0 down down ARPA 1514 0
Mg0/RSP1/CPU0/1 down down ARPA 1514 0
Te0/0/0/0 down down ARPA 1514 10000000
Te0/0/0/1 down down ARPA 1514 10000000
Te0/0/0/2 up up ARPA 1514 10000000
Te0/0/0/2.1 up up 802.1Q 1514 10000000
Te0/0/0/2.2 up up 802.1Q 1518 10000000
Te0/0/0/3 up up ARPA 1514 10000000
Te0/0/0/4 down down ARPA 1514 10000000
Te0/0/0/5 down down ARPA 1514 10000000
Te0/0/0/6 down down ARPA 1514 10000000
Te0/0/0/7 down down ARPA 1514 10000000
Te0/7/0/0 down down ARPA 1514 10000000
Te0/7/0/1 down down ARPA 1514 10000000
Te0/7/0/2 down down ARPA 1514 10000000
Te0/7/0/3 down down ARPA 1514 10000000
Te0/7/0/4 down down ARPA 1514 10000000
Te0/7/0/5 down down ARPA 1514 10000000
Te0/7/0/6 down down ARPA 1514 10000000
Te0/7/0/7 down down ARPA 1514 10000000
RP/0/RSP0/CPU0:ios#
the command '(admin)# show inventory chassis' outputs:
RP/0/RSP0/CPU0:ios(admin)#show inventory chassis
Mon Oct 7 16:24:25.848 UTC
NAME: "chassis ASR-9010-DC", DESCR: "ASR 9010 8 Line Card Slot Chassis with V1 DC PEM"
PID: ASR-9010-DC, VID: V01, SN: FOX1610GNN5
NAME: "Satellite Chassis ASR-9000v-DC-E ID 200", DESCR: "ASR-9000v DC Power ETSI Chassis"
PID: ASR-9000V-DC-E, VID: V02 , SN: CAT1835U00P
RP/0/RSP0/CPU0:ios(admin)#
the command '#show inventory all' outputs:
...
NAME: "module SAT200/0/CPU0", DESCR: "ASR-9000v GE-SFP Line Card"
PID: ASR-9000v, VID: N/A, SN:
NAME: "module mau GigabitEthernet200/0/CPU0/43", DESCR: "AVAGO "
PID: , VID: N/A, SN: 21RLD32612830
NAME: "module mau nVFabric-TenGigE200/0/CPU0/45", DESCR: "OEM "
PID: SFP-10G-LR, VID: V03, SN: ASTF1905181258
NAME: "module mau TenGigE200/0/CPU0/46", DESCR: "INNOLIGHT "
PID: , VID: N/A, SN: INFBV0660186
these ports have tranceiver on it (#43, 45 and 46). when try to configure, for example, interface #43 on host the commits fails.''show configuration fail' logs that interface doesn't exists.
interface GigabitEthernet200/0/0/43.1 l2transport
!!% Trunk interface GigabitEthernet200/0/0/43 doesn't exist, or is invalid
these configuration was created using:
# interface gigabitethernet 200/0/0/43.1 l2transport
#no rewrite
#encapsulation untagged
following these documentations:
http://n-sistem.net/pdf/asr_9000_nv_technology.pdf
thank you so much again.
10-07-2019 12:53 PM
You might need to redo the
remote-ports GigabitEthernet 0/0/0-43
since you said it failed before. Once that command goes through it should automatically create the interfaces for satellite 200. If the config is there and still not working, try to remove it and re-add it. Last resort would be to reload the satellite to get the config fresh after a reload.
Sam
10-08-2019 10:26 AM
@smilstea wrote:You might need to redo the
remote-ports GigabitEthernet 0/0/0-43
since you said it failed before. Once that command goes through it should automatically create the interfaces for satellite 200. If the config is there and still not working, try to remove it and re-add it. Last resort would be to reload the satellite to get the config fresh after a reload.
Sam
Hi Sam!
i did what you recommend but the same problem.
follow the ASR config:
RP/0/RSP0/CPU0:ios#sh running-config
Tue Oct 8 17:07:35.008 UTC
Building configuration...
!! IOS XR Configuration 5.3.4
!! Last configuration change at Tue Oct 8 16:52:46 2019 by admin
!
nv
satellite 300
type asr9000v
description asr9kv_dc
!
!
interface Loopback0
ipv4 address 10.0.0.1 255.0.0.0
!
interface MgmtEth0/RSP0/CPU0/0
shutdown
!
interface MgmtEth0/RSP0/CPU0/1
shutdown
!
interface MgmtEth0/RSP1/CPU0/0
shutdown
!
interface MgmtEth0/RSP1/CPU0/1
shutdown
!
interface TenGigE0/0/0/0
shutdown
!
interface TenGigE0/0/0/1
shutdown
!
interface TenGigE0/0/0/2
!
interface TenGigE0/0/0/3
nv
satellite-fabric-link satellite 300
remote-ports GigabitEthernet 0/0/0-43
!
!
!
interface TenGigE0/0/0/4
shutdown
!
interface TenGigE0/0/0/5
shutdown
!
interface TenGigE0/0/0/6
shutdown
!
interface TenGigE0/0/0/7
shutdown
!
interface TenGigE0/7/0/0
shutdown
!
interface TenGigE0/7/0/1
shutdown
!
interface TenGigE0/7/0/2
shutdown
!
interface TenGigE0/7/0/3
shutdown
!
interface TenGigE0/7/0/4
shutdown
!
interface TenGigE0/7/0/5
shutdown
!
interface TenGigE0/7/0/6
shutdown
!
interface TenGigE0/7/0/7
shutdown
!
end
The Satellite configurations is on AUTO IP. Follow status from discovery:
RP/0/RSP0/CPU0:ios#show nv satellite protocol discovery
Tue Oct 8 17:12:13.426 UTC
Interface TenGigE0/0/0/3
------------------------
Interface Status: Probing for satellites
Satellite ID: 300
Status: Satellite ready
Host IPv4 Address: 10.0.0.1
Satellite IPv4 Address: 10.1.44.1
Vendor: cisco, cisco
Serial Id: CAT1835U00P
Remote ID: 46
Remote MAC address: a0ec.f95f.238e
Chassis MAC address: a0ec.f95f.2360
now, status from control protocol:
RP/0/RSP0/CPU0:ios#show nv satellite protocol control brief
Tue Oct 8 17:15:22.839 UTC
Sat-ID IP Address Protocol state Channels
------ ------------ -------------- -----------------------------------------
300 10.1.44.1 Connected Ctrl, If-Ext L1, If-Ext L2, X-link,
VICL, DevMgmt, Inventory, EnvMon,
Alarm, Password, Topology,
SyncE-If, Fabric L1, Fabric L2
now summary interfaces. note that the only interface created is fabric interface from satellite (nT300/0/0/45):
RP/0/RSP0/CPU0:ios#show interfaces brief
Tue Oct 8 17:16:39.377 UTC
Intf Intf LineP Encap MTU BW
Name State State Type (byte) (Kbps)
--------------------------------------------------------------------------------
Lo0 up up Loopback 1500 0
Nu0 up up Null 1500 0
nT300/0/0/45 up up ARPA 9212 10000000
Mg0/RSP0/CPU0/0 admin-down admin-down ARPA 1514 0
Mg0/RSP0/CPU0/1 admin-down admin-down ARPA 1514 0
Mg0/RSP1/CPU0/0 admin-down admin-down ARPA 1514 0
Mg0/RSP1/CPU0/1 admin-down admin-down ARPA 1514 0
Te0/0/0/0 admin-down admin-down ARPA 1514 10000000
Te0/0/0/1 admin-down admin-down ARPA 1514 10000000
Te0/0/0/2 up up ARPA 1514 10000000
Te0/0/0/3 up up ARPA 1514 10000000
Te0/0/0/4 admin-down admin-down ARPA 1514 10000000
Te0/0/0/5 admin-down admin-down ARPA 1514 10000000
Te0/0/0/6 admin-down admin-down ARPA 1514 10000000
Te0/0/0/7 admin-down admin-down ARPA 1514 10000000
Te0/7/0/0 admin-down admin-down ARPA 1514 10000000
Te0/7/0/1 admin-down admin-down ARPA 1514 10000000
Te0/7/0/2 admin-down admin-down ARPA 1514 10000000
Te0/7/0/3 admin-down admin-down ARPA 1514 10000000
Te0/7/0/4 admin-down admin-down ARPA 1514 10000000
Te0/7/0/5 admin-down admin-down ARPA 1514 10000000
Te0/7/0/6 admin-down admin-down ARPA 1514 10000000
Te0/7/0/7 admin-down admin-down ARPA 1514 10000000
from documentation when in AUTO IP mode, IOS must create automatically loopback interface for satellite.
You do not have to assign IP for the satellite and 10.0.<satellite-id>.1 is assigned automatically.(OK)
nV-Loopback0 is created automatically. **nVSatellite VRF is created automatically, and assigned to
nV-Loopback0 . 10.0.0.1/32 is assigned to nV-Loopback0. (VRF OK, but loopback NOT)
nV-Loopback0 is referenced by the Ten Gigabit Ethernet interface automatically when it is made as an ICL . (not ok)
I just reload satellite to garentee configuration updates and so on.
i just tried with fixed IPV4 addresses for host and satellite. same problems. no gigabit interfaces available.
thank you again.
the informations provided by you have helped me so much.
10-09-2019 12:20 PM
Hi Sam!
missing the information you request last post.
follow output from 'sh install active summary'
RP/0/RSP0/CPU0:ios#sh install active summary
Wed Oct 9 19:14:29.917 UTC
Default Profile:
SDRs:
Owner
Active Packages:
disk0:asr9k-mini-px-5.3.4
disk0:asr9k-services-infra-5.3.4
disk0:asr9k-mgbl-px-5.3.4
disk0:asr9k-mcast-px-5.3.4
disk0:asr9k-services-px-5.3.4
disk0:asr9k-k9sec-px-5.3.4
disk0:asr9k-optic-px-5.3.4
disk0:asr9k-fpd-px-5.3.4
disk0:asr9k-asr901-nV-px-5.3.4
disk0:asr9k-9000v-nV-px-5.3.4
thanks again.
Cabelino.
10-15-2019 04:06 PM
What does show nv satellite status satellite 300 show now?
What LC is satellite 300 hosted on? PID please.
Thanks,
Sam
10-15-2019 05:20 PM
@smilstea wrote:What does show nv satellite status satellite 300 show now?
What LC is satellite 300 hosted on? PID please.
Thanks,
Sam
Hi Sam!
Thank you again!
satellite status shows :
RP/0/RSP0/CPU0:ios#sh nv satellite status satellite 300
Wed Oct 16 00:08:05.845 UTC
Satellite 300
-------------
Status: Connected (Stable)
Type: asr9000v
Description: sat_dc
Displayed device name: Sat300
MAC address: a0ec.f95f.2360
IPv4 address: 10.0.0.2 (VRF: default)
Serial Number: CAT1835U00P
Remote version: Compatible (latest version)
ROMMON: 128.0 (Latest)
FPGA: 1.13 (Latest)
IOS: 534.104 (Latest)
Configured satellite fabric links:
TenGigE0/0/0/2
--------------
Status: Satellite Ready
Remote ports: GigabitEthernet0/0/0-43
Satellite isn't located on LC. it's connected via host TenGig 0/0/0/2 to satellite TenGig 46 port
Renato Cabelino.
10-15-2019 07:55 PM
A few tests.
Show int gig 300/0/0/1
Config t
Int gig 300/0/0/1
No shut
Commit
If you still cant view the interface email me and we can setup a webex to look at the router tomorrow. Email is my userid @ cisco.com.
Sam
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