cc/td/doc/product/mels/15530/12_2_sv
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table Of Contents

Monitoring Your Network Topology

About the OSC

Hardware Guidelines for Using OSC

Configuring CDP

Configuring Global CDP

Configuring CDP Topology Discovery on Wdm Interfaces

Configuring OSCP

Configuring the Hello Interval Timer

Configuring the Hello Hold-Down Timer

Configuring the Inactivity Factor

Displaying the OSCP Configuration

Displaying OSCP Neighbors

Configuring IP on the OSC

Displaying the OSC Configuration

Verifying Connectivity on the OSC

Configuring IP on Sdcc Interfaces for In-Band Messages

Displaying the Sdcc Interface Configuration

Verifying Connectivity Over the Sdcc Interface

Configuring IP on Ethernetdcc Interfaces for the In-Band Message Channel

Displaying the Ethernetdcc Interface Configuration

Verifying Connectivity over the In-Band Message Channel

Configuring SNMP

Enabling MIB Notifications

Monitoring Without the OSC or In-Band Message Channel

Setting up Connections to Individual Nodes

Manually Configuring the Network Topology

Configuring Interfaces in the Network Topology

Displaying Topology Information

About Embedded CiscoView

Installing and Configuring Embedded CiscoView

Accessing Embedded CiscoView

Displaying Embedded CiscoView Information


Monitoring Your Network Topology


This chapter describes how to configure and manage your network topology. This chapter includes the following sections:

About the OSC

Configuring CDP

Configuring OSCP

Configuring IP on the OSC

Configuring IP on Sdcc Interfaces for In-Band Messages

Configuring IP on Ethernetdcc Interfaces for the In-Band Message Channel

Configuring SNMP

Monitoring Without the OSC or In-Band Message Channel

Configuring Interfaces in the Network Topology

About Embedded CiscoView

Installing and Configuring Embedded CiscoView

About the OSC

As described in the "OSC Modules" section on page 1-10, the Cisco ONS 15530 dedicates a separate channel (channel 0) for the OSC (optical supervisory channel), which is used for network control and management information between Cisco ONS 15530 systems on the network. The OSC is carried on the same fiber as the data channels (channels 1 through 32), but it carries no client data traffic.

Figure 14-1 shows the path of the OSC in a protected ring configuration. The OSC signal is generated by a laser on an OSC card and is sent in both directions from the node; both receive signals are monitored to maintain communication with the neighboring nodes. The OSC signal terminates at each node.

Figure 14-1 OSC Signal Path in a Ring Configuration

The OSC performs the following functions:

Discovery—CDP (Cisco Discovery Protocol) sends packets on the OSC to discover neighboring nodes. CDP runs by default every 60 seconds. The information gathered by CDP can be displayed using the CLI (command-line interface) and used by the NMS (network management system) to discover the logical topology of the network.

Monitoring—OSCP (OSC Protocol) runs over the OSC to provide monitoring of the status of adjacent nodes. OSCP is a keepalive mechanism similar to the PNNI Hello protocol used in ATM (Asynchronous Transfer Mode). Using OSCP, nodes exchange packets that allow them to determine the operational status of their neighbors. OSCP must establish that there is two-way communication before declaring to the upper layer protocols that a node is "up."

Management—IP packets are carried over the OSC to support SNMP and Telnet sessions. Using Telnet over the OSC allows you to access the CLI of all systems on your Cisco ONS 15530 network with a single Ethernet connection. Also, just one Ethernet connection is required from the NMS to monitor all Cisco ONS 15530 systems on the network using SNMP.

Hardware Guidelines for Using OSC

To provide protection against failure of the laser or a fiber break in protected configurations (point-to-point or ring), the following rules apply:

One slot contains a carrier motherboard with two OSC cards.

Both OADM modules must support OSC along with the band of wavelengths.

For more information on hardware configuration rules, refer to the
Cisco ONS 15530 Planning Guide.

Configuring CDP

CDP is primarily used to obtain protocol addresses of neighboring devices and to discover the platform of those devices. For a full description of CDP and details on configuring the protocol, refer to the
Cisco IOS Configuration Fundamentals Configuration Guide. For a full description of the CDP commands, refer to the Cisco IOS Configuration Fundamentals Command Reference.

On the Cisco ONS 15530, you can configure CDP at both the global level and the interface level. The global-level CDP configuration sets the attributes for the entire system. The interface-level configuration identifies interfaces connected to the client equipment and to the trunk interface to CDP. Because there are only optical connections to the client equipment, you must explicitly identify the transparent interfaces connected to the client equipment. On wdm interfaces, you can choose to provide the information about the interface in the CLI or you can let CDP discover it.


Note The shelf must include the OSC to support CDP. If the OSC is not present, see the "Monitoring Without the OSC or In-Band Message Channel" section.


Configuring Global CDP

To configure CDP on your Cisco ONS 15530, use the following commands in global configuration mode:

Command
Purpose

cdp advertise-v2

Specifies CDP version 2 advertisements. The default is version 2.

cdp holdtime seconds

Specifies the amount of time the receiving device should hold a CDP packet from the sending device before discarding it. The default value is 180 seconds.

cdp timer seconds

Specifies how often to send CDP updates. The default value is 60 seconds.

[no] cdp run

Enables and disables CDP on the device. The default state is enabled.


Examples

In the following example, the CDP packets being sent from your device should be held by the receiving device for 60 seconds before being discarded:

Switch(config)# cdp holdtime 60

In the following example, CDP updates are sent every 80 seconds:

Switch(config)# cdp timer 80

Displaying the Global CDP Configuration

To display the configured CDP values, use the following EXEC command:

Command
Purpose

show cdp

Displays the configured CDP timer, holdtime, and advertisement settings.


Example

The following example shows how to display the configured CDP values:

Switch> show cdp

Global CDP information:
Sending CDP packets every 60 seconds
Sending a holdtime value of 180 seconds
Sending CDPv2 advertisements is enabled

Displaying Global CDP Information

You can display information gathered by CDP, including a specific neighbor device listed in the CDP table, the interfaces on which CDP is enabled, and the traffic between devices gathered using CDP.

To display the CDP information, use the following EXEC commands:

Command
Purpose

show cdp entry {* | entry-name} [protocol | version]

Displays information about all neighbors or a specific neighbor discovered by CDP. Optionally, displays the protocol and version.

show cdp interface [type number]

Displays information about the interfaces on which CDP is enabled.

show cdp neighbors

Displays a list of CDP neighbors.

show cdp traffic

Displays information about traffic between devices gathered using CDP.


Example

The following example shows how to display CDP status and activity information:

Switch1# show cdp entry *
-------------------------
Device ID: Switch2
Entry address(es):
IP address: 10.1.1.2
Platform: cisco , Capabilities: Router
Interface: Wave2/0, Port ID (outgoing port): Wave2/0
Holdtime : 176 sec

Version :
Cisco Internetwork Operating System Software
IOS (tm) ONS-15530 Software (manopt-I-M), Experimental Version 12.1 [koj-ons 122]
Copyright (c) 1986-2001 by cisco Systems, Inc.
Compiled Mon 30-Apr-01 12:04 by koj
advertisement version: 2

Switch1# show cdp interface
Wave2/0 is up, line protocol is up
Encapsulation UNKNOWN
Sending CDP packets every 60 seconds
Holdtime is 180 seconds

Switch1# show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater

Device ID Local Intrfce Holdtme Capability Platform Port ID
Switch2 Wave2/0 158 R Wave2/0

Switch1# show cdp traffic
CDP counters :
Total packets output: 18, Input: 20
Hdr syntax: 0, Chksum error: 0, Encaps failed: 0
No memory: 0, Invalid packet: 0, Fragmented: 0
CDP version 1 advertisements output: 0, Input: 0
CDP version 2 advertisements output: 18, Input: 20

Clearing Global CDP Information

You can reset the CDP traffic counters to zero and clear the table that contains the CDP neighbor information. To clear the CDP information, use the following privileged EXEC commands:

Command
Purpose

clear cdp counters

Resets the CDP traffic counters to zero.

clear cdp table

Clears the table that contains the CDP neighbor information.


Configuring CDP Topology Discovery on Wdm Interfaces

You can enable CDP topology discovery on the wdm interfaces that connect to the trunk fiber. CDP then automatically advertises interface information to neighboring nodes.


Note The Cisco ONS 15530 enables CDP topology discovery by default on the wdm interfaces connecting to the trunk fiber.



Note When a patch connection between an OADM module and a PSM is configured, topology learning on the wdm interface is disabled.


To configure CDP topology discovery on wdm interfaces, perform the following steps, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# topology hold-time seconds

Modifies the interval to hold a nonstatic network topology node entry. The default value is 300 seconds.

Step 2 

Switch(config)# interface wdm slot/subcard

Switch(config-if)#

Selects the interface to configure and enters interface configuration mode.

Step 3 

Switch(config-if)# topology neighbor cdp [proxy interface]

or

Switch(config-if)# topology neighbor disable

Enables CDP topology discovery on the interface. The default is enabled.

or

Disables CDP on the interface.

Examples

The following example shows how to enable CDP topology discovery on a wdm interface:

Switch(config)# interface wdm 0/0
Switch(config-if)# topology neighbor cdp

The following example shows how to disable CDP topology discovery on a wdm interface:

Switch(config)# interface wdm 0/0
Switch(config-if)# topology neighbor disable

Displaying CDP Information for Wdm Interfaces

You can display interface-level information gathered by CDP, including neighboring devices.

To display the CDP information for an interface, use the following EXEC commands:

Command
Purpose

show topology neighbor [detail]

Displays information about the physical network topology neighbors for the node.

show topology

Displays the global physical network topology configuration.


Example

Switch# show topology neighbor

Physical Topology:

Local Port Neighbor Node Neighbor Port
---------- ------------- -------------
Wd0/0 Node1 wdm1/1
Wd0/1 Node2 wdm0/2
Trans8/0/0 Router1 gigabitethernet1/1

Switch# show topology
Global Physical Topology configuration:
Maximum Hold Time = 300 secs
Trap interval = 60 secs

Configuring OSCP

The configurable parameters of the OSCP are described in the following sections.


Note The default values are suitable in most cases.


Configuring the Hello Interval Timer

The OSCP sends Hello packets to adjacent nodes at a configured interval. When five packets fail to get a response from the receiving node, that node is declared "down." By decreasing the interval at which Hello packets are sent, reaction time to a failed node can be lessened. Increasing the interval reduces the amount of Hello packet traffic.

To configure the OSCP Hello timer interval, use the following global configuration command:

Command
Purpose

oscp timer hello interval milliseconds

Configures the Hello interval timer in milliseconds. The default value is 100 milliseconds.


Example

The following example shows how to set the Hello interval to 500 milliseconds:

Switch(config)# oscp timer hello interval 500

Configuring the Hello Hold-Down Timer

The Hello hold-down timer specifies the interval during which no more than one Hello packet can be sent. If more than one Hello packet is generated during the hold-down period, the extra packets are delayed. Increasing the hold-down timer limits the number of Hello packets triggered in response to Hello packets received from a neighboring node and reduces the likelihood of Hello packets flooding the OSC.

To configure the OSCP Hello hold-down timer, use the following global configuration command:

Command
Purpose

oscp timer hello holddown milliseconds

Configures the Hello hold-down timer in milliseconds. The default value is 3000 milliseconds.


Example

The following example shows how to set the Hello hold-down timer to 2000 milliseconds:

Switch(config)# oscp timer hello holddown 2000

Configuring the Inactivity Factor

The OSCP inactivity factor determines whether or not to declare a link down. The inactivity factor is multiplied by the advertised Hello timer interval of the other node to produce the inactivity time interval. If the system does not receive OSCP packets from the other node before the expiration of the inactivity time interval, the link is declared down.

To configure the OSCP inactivity factor, use the following global configuration command:

Command
Purpose

oscp timer inactivity-factor factor

Configures inactivity factor as a multiple of the Hello interval. The default multiplier is 5.


Example

The following example shows how to configure the inactivity factor to 10 times the Hello interval value:

Switch(config)# oscp timer inactivity-factor 10

Displaying the OSCP Configuration

You can display the OSCP version, node ID, interfaces, and configured protocol parameters. To display the OSCP configuration, use the following EXEC command:

Command
Purpose

show oscp info

Displays the OSCP configuration.


Example

The following example shows the OSCP configuration:

Switch(config)# show oscp info
OSCP protocol version 1, Node ID 0202.0304.0506
No. of interfaces 0, No. of neighbors 0
Hello interval 25 tenth of sec, inactivity factor 5,

Hello hold-down 1 tenth of sec
Supported OSCP versions: newest 1, oldest 1

Displaying OSCP Neighbors

You can display the information for neighboring nodes monitored by the OSCP. To display the OSCP neighbor status for a node, use the following EXEC command:

Command
Purpose

show oscp neighbor

Displays the OSCP neighbor status.


Example

The following example shows the OSCP neighbors for a node:

Switch(config)# show oscp neighbor

Configuring IP on the OSC

Configuring IP on the OSC allows you to use one Cisco ONS 15530 node in the network to monitor all the other Cisco ONS 15530 nodes in the network. The OSC is a point-to-point signal so any IP configuration valid for point-to-point interfaces is usable.

IP addressing on the OSC can be configured two ways:

An IP address for each OSC wave interface with each address on a separate subnet.

An unnumbered address for the OSC wave interfaces that reference another numbered interface.

The IP address of the reference interface is used as the IP packet source address. Use a loopback interface as the reference interface because it is always up. Configure IP address for each node in a separate subnet.


Note You can alternatively use the IP address of the NME (network management Ethernet) interface (fastethernet 0) for the reference address instead of the loopback interface.


To configure IP on an OSC wave interface, perform the following steps, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# interface loopback 1

Switch(config-if)#

Selects the loopback interface to configure and enters interface configuration mode.

Step 2 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 3 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 4 

Switch(config)# interface fastethernet 0

Switch(config-if)#

Selects the NME interface to configuration and enters interface configuration mode.

Step 5 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 6 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 7 

Switch(config)# interface wave slot/0

Switch(config-if)#

Selects the wave interface in subcard 0.

Step 8 

Switch(config-if)# ip unnumbered loopback 1

Configures an unnumbered interface referencing the loopback interface.

Step 9 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 10 

Switch(config)# interface wave slot/1

Switch(config-if)#

Selects the wave interface in subcard 1.

Step 11 

Switch(config-if)# ip unnumbered loopback 1

Configures an unnumbered interface referencing the loopback interface.

Step 12 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 13 

Switch(config)# ip route prefix prefix-mask interface

or

Switch(config)# router ospf process-id

Switch(config-router)# network network-address wildcard-mask area area-id

or

Switch(config)# router eigrp as-number

Switch(config-router)# network network-number [network-mask]

or

Switch(config)# router bgp as-number

Switch(config-router)# network network-number [mask network-mask]

Switch(config-router)# neighbor {ip-address | peer-group-name} remote-as number

Configures IP static routes for some or all destinations.

or

Configures OSPF as the routing protocol.


or

Configures EIGRP as the routing protocol.


or

Configures BGP as the routing protocol.


Note For detailed information about configuring routing protocols, refer to the Cisco IOS IP and IP Routing Configuration Guide.


Example

The following example shows how to configure IP on the OSC on a three-node system. Node 1 connects to the NMS (network management system).

Node1# configure terminal
Node1(config)# interface loopback 1
Node1(config-if)# ip address 10.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface fastethernet 0
Node1(config-if)# ip address 20.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface wave 4/0
Node1(config-if)# ip unnumbered loopback 1
Node1(config-if)# exit
Node1(config)# interface wave 4/1
Node1(config-if)# ip unnumbered loopback 1
Node1(config)# router ospf 1
Node1(config-router)# network 10.1.0.0 0.0.255.255 area 0
Node1(config-router)# network 20.1.0.0 0.0.255.255 area 0

Node2# configure terminal
Node2(config)# interface loopback 1
Node2(config-if)# ip address 10.1.2.2 255.255.255.0
Node2(config-if)# exit
Node2(config)# interface wave 3/0
Node2(config-if)# ip unnumbered loopback 1
Node2(config-if)# exit
Node2(config)# interface wave 3/1
Node2(config-if)# ip unnumbered loopback 1
Node2(config)# router ospf 1
Node2(config-router)# network 10.1.0.0 0.0.255.255 area 0

Node3# configure terminal
Node3(config)# interface loopback 1
Node3(config-if)# ip address 10.1.3.3 255.255.255.0
Node3(config-if)# exit
Node3(config)# interface wave 2/0
Node3(config-if)# ip unnumbered loopback 1
Node3(config-if)# exit
Node3(config)# interface wave 2/1
Node3(config-if)# ip unnumbered loopback 1
Node3(config)# router ospf 1
Node3(config-router)# network 10.1.0.0 0.0.255.255 area 0

Displaying the OSC Configuration

To display the OSC configuration, use the following EXEC command:

Command
Purpose

show interfaces wave slot/subcard

Displays the OSC wave interface configuration.


Example

The following example shows the OSC configuration:

Switch# show interfaces wave 2/0
Wave2/0 is up, line protocol is up
Channel: 0 Frequency: 191.9 Thz Wavelength: 1562.23 nm
Laser safety control: Off
Osc physical port: Yes
Wavelength used for inband management: No
Configured threshold Group: None
Last clearing of "show interface" counters never
Hardware is OSC_phy_port
Internet address is 1.0.0.3/16
MTU 1492 bytes, BW 10000000 Kbit, DLY 0 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation SNAP, loopback not set
Last input 00:00:01, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
13929 packets output, 919730 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

Verifying Connectivity on the OSC

To verify connectivity over the OSC, use the following EXEC command:

Command
Purpose

telnet ip-address

Connects to another node using the reference IP address for the other node.


Example

The following example shows how to use Telnet to connect from node 1 to node 2 in the ring to another node through the OSC:

Node1# telnet 10.1.2.2
Trying 10.1.2.2 ... Open
Node2> enable
Node2#

Configuring IP on Sdcc Interfaces for In-Band Messages

Configuring IP on the sdcc interface of the 8-port multi-service muxponder allows you to use one Cisco ONS 15530 node in the network to monitor other Cisco ONS 15530 nodes in the network that support sdcc interfaces. The 8-port multi-service muxponder supports sdcc for in-band messaging.

IP addressing for the sdcc interfaces can be configured in two ways:

An IP address for each sdcc interface with each address on a separate subnet.

An unnumbered address for the Ethernet interfaces that reference another numbered interface.

The IP address of the reference interface is used as the IP packet source address. Use a loopback interface as the reference interface because it is always up. Configure an IP address for each node in a separate subnet. See the "Interface Naming Conventions" section on page 2-4.


Note You can alternatively use the IP address of the NME (network management Ethernet) interface fastethernet (0) for the reference address instead of the loopback interface.


To configure IP on an sdcc interface, perform the following steps, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# interface loopback 1

Switch(config-if)#

Selects the loopback interface to configure and enters interface configuration mode.

Step 2 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 3 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 4 

Switch(config)# interface fastethernet 0

Switch(config-if)#

Selects the NME interface to configuration and enters interface configuration mode.

Step 5 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 6 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 7 

Switch(config)# interface sdcc slot/0/0

Switch(config-if)#

Selects the sdcc interface.

Step 8 

Switch(config-if)# ip unnumbered loopback 1

Configures an unnumbered interface referencing the loopback interface.

Step 9 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 10 

Switch(config)# ip route prefix prefix-mask interface

or

Switch(config)# router ospf process-id

Switch(config-router)# network network-address wildcard-mask area area-id

or

Switch(config)# router eigrp as-number

Switch(config-router)# network network-number [network-mask]

or

Switch(config)# router bgp as-number

Switch(config-router)# network network-number [mask network-mask]

Switch(config-router)# neighbor {ip-address | peer-group-name} remote-as number

Configures IP static routes for some or all destinations.

or

Configures OSPF as the routing protocol.


or

Configures EIGRP as the routing protocol.


or

Configures BGP as the routing protocol.


Note For detailed information about configuring routing protocols, refer to the Cisco IOS IP and IP Routing Configuration Guide.


Example

The following example shows how to configure IP on an sdcc interface for in-band messaging.

Node1# configure terminal
Node1(config)# interface loopback 1
Node1(config-if)# ip address 10.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface fastethernet 0
Node1(config-if)# ip address 20.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface sdcc 4/0/0
Node1(config-if)# ip unnumbered loopback 1
Node1(config-if)# exit

Displaying the Sdcc Interface Configuration

To display sdcc interface configuration, use the following EXEC command:

Command
Purpose

show interfaces sdcc slot/subcard/port

Displays the IP sdcc interface configuration.


Example

The following example shows how to display IP on an sdcc interface for in-band messaging:

Switch# show interfaces sdcc 4/0/0
sdcc10/0/0 is up, line protocol is up
Hardware is cdl_enabled_port
Interface is unnumbered. Using address of Loopback1 (10.1.1.1)
MTU 1492 bytes, BW 500000 Kbit, DLY 0 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation SNAP, loopback not set
Last input 00:00:02, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
26156 packets input, 1569630 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
22 packets output, 2436 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

Verifying Connectivity Over the Sdcc Interface

To verify connectivity over the sdcc interface, use the following EXEC command:

Command
Purpose

telnet ip-address

Connects to another node using the reference IP address for the other node.


Example

The following example shows how to use Telnet to connect from node 1 to node 2 in the ring to another node through the sdcc interface:

Node1# telnet 10.1.2.2
Trying 10.1.2.2 ... Open
Node2> enable
Node2#

Configuring IP on Ethernetdcc Interfaces for the In-Band Message Channel

Configuring IP on the in-band message channel allows you to use one Cisco ONS 15530 node in the network to monitor all the other Cisco ONS 15530 nodes in the network. The 2.5-Gbps ITU trunk cards, 10-Gbps ITU trunk cards, 10-Gbps ITU tunable trunk cards, and the 10-Gbps uplink cards support the in-band message channel.

IP addressing for the in-band message channel can be configured in two ways:

An IP address for each ethernetdcc interface with each address on a separate subnet.

An unnumbered address for the Ethernet interfaces that reference another numbered interface.

The IP address of the reference interface is used as the IP packet source address. Use a loopback interface as the reference interface because it is always up. Configure IP address for each node in a separate subnet. See the "Interface Naming Conventions" section on page 2-4 for naming conventions.


Note You can alternatively use the IP address of the NME (network management Ethernet) interface (fastethernet 0) for the reference address instead of the loopback interface.


To configure IP on an ethernetdcc interface, perform the following steps, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# interface loopback 1

Switch(config-if)#

Selects the loopback interface to configure and enters interface configuration mode.

Step 2 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 3 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 4 

Switch(config)# interface fastethernet 0

Switch(config-if)#

Selects the NME interface to configuration and enters interface configuration mode.

Step 5 

Switch(config-if)# ip address ip-address subnet-mask

Configures IP address and subnet for the interface.

Step 6 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 7 

Switch(config)# interface ethernetdcc slot/0/0

Switch(config-if)#

Selects the ethernetdcc interface.

Step 8 

Switch(config-if)# ip unnumbered loopback 1

Configures an unnumbered interface referencing the loopback interface.

Step 9 

Switch(config-if)# exit

Switch(config)#

Exits interface configuration mode and returns to global configuration mode.

Step 10 

Switch(config)# ip route prefix prefix-mask interface

or

Switch(config)# router ospf process-id

Switch(config-router)# network network-address wildcard-mask area area-id

or

Switch(config)# router eigrp as-number

Switch(config-router)# network network-number [network-mask]

or

Switch(config)# router bgp as-number

Switch(config-router)# network network-number [mask network-mask]

Switch(config-router)# neighbor {ip-address | peer-group-name} remote-as number

Configures IP static routes for some or all destinations.

or

Configures OSPF as the routing protocol.


or

Configures EIGRP as the routing protocol.


or

Configures BGP as the routing protocol.


Note For detailed information about configuring routing protocols, refer to the Cisco IOS IP and IP Routing Configuration Guide.


Example

The following example shows how to configure IP on the OSC on a three node system. Node 1 connects to the NMS (network management system).

Node1# configure terminal
Node1(config)# interface loopback 1
Node1(config-if)# ip address 10.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface fastethernet 0
Node1(config-if)# ip address 20.1.1.1 255.255.255.0
Node1(config-if)# exit
Node1(config)# interface ethernetdcc 4/0/0
Node1(config-if)# ip unnumbered loopback 1
Node1(config-if)# exit

Displaying the Ethernetdcc Interface Configuration

To display the ethernetdcc interface configuration, use the following EXEC command:

Command
Purpose

show interfaces ethernetdcc slot/subcard/port

Displays the IP ethernetdcc interface configuration.


Example

The following example shows how to display the IP configuration:

Switch# show interfaces ethernetdcc 4/0/0
EthernetDcc10/0/0 is up, line protocol is up
Hardware is cdl_enabled_port
Interface is unnumbered. Using address of Loopback1 (10.1.1.1)
MTU 1492 bytes, BW 500000 Kbit, DLY 0 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation SNAP, loopback not set
Last input 00:00:02, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
26156 packets input, 1569630 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
22 packets output, 2436 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

Verifying Connectivity over the In-Band Message Channel

To verify connectivity over the in-band message channel, use the following EXEC command:

Command
Purpose

telnet ip-address

Connects to another node using the reference IP address for the other node.


Example

The following example shows how to use Telnet to connect from node 1 to node 2 in the ring to another node through the in-band message channel:

Node1# telnet 10.1.2.2
Trying 10.1.2.2 ... Open
Node2> enable
Node2#

Configuring SNMP

SNMP is an application-layer protocol that allows an SNMP manager, such an NMS (network management system), and an SNMP agent on the managed device to communicate. You can configure SNMPv1, SNMPv2c, or SNMPv3 on the Cisco ONS 15530.

The NME (network management Ethernet) ports on the active processor card, named fastethernet 0, provide multiple simultaneous SNMP network management sessions to the current active processor. The Cisco ONS 15530 can be fully managed by sending SNMP messages to the active processor IP address. If a processor switchover occurs, you can access the other processor card after it reaches the active state. For more information on processor card redundancy, see the "About CPU Switch Module Redundancy" section on page 3-15.


Note The standby processor card does not respond to SNMP messages.


For detailed instructions on configuring SNMP and enabling SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Configuration Guide and the Cisco IOS Configuration Fundamentals Command Reference publication.

Enabling MIB Notifications

The Cisco ONS 15530 supports SMNP trap notifications through MIBs. This section describes the following MIBs:

Alarm threshold MIB

APS MIB

CDL MIB

Optical monitor MIB

OSCP MIB

Patch MIB

Physical Topology MIB

Redundancy facility MIB

You can find the complete list of MIBs supported on the Cisco ONS 15530 and the MIB definition files on the Cisco MIB website on Cisco.com. For more information on accessing the MIB definition files, refer to the MIB Quick Reference for the Cisco ONS 15500 Series.

Alarm Threshold MIB

The interface alarm threshold MIB (CISCO-IF-THRESHOLD-MIB) assists SNMP monitoring of the interface alarm threshold activity. To enable the SNMP trap notifications for alarm threshold activity, use the following global configuration command:

Command
Purpose

snmp-server enable traps threshold min-severity {degrade | failure}

Enables SNMP trap notifications for alarm threshold activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for alarm thresholds and set the minimum notification severity to signal degrade.

Switch# configure terminal
Switch(config)# snmp-server enable traps threshold min-severity degrade

APS MIB

The APS MIB (CISCO-APS-MIB) assists SNMP monitoring of SONET APS activity. To enable the SNMP trap notifications for APS activity between associated interfaces, use the following global configuration command:

Command
Purpose

snmp-server enable traps aps

Enables SNMP trap notifications for APS activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for APS.

Switch# configure terminal
Switch(config)# snmp-server enable traps aps

CDL MIB

The CDL MIB (CISCO-CDL-MIB) assists SNMP monitoring of the in-band message channel activity. To enable the SNMP trap notifications for the in-band channel, use the following global configuration command:

Command
Purpose

snmp-server enable traps cdl {all | terminating-interfaces} [soak-interval seconds]

Enables SNMP trap notifications for the in-band message channel activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable all SNMP trap notifications for the in-band message channel activity.

Switch# configure terminal
Switch(config)# snmp-server enable traps cdl all

Optical Monitor MIB

The APS MIB (CISCO-OPTICAL-MONITOR-MIB) assists SNMP monitoring of optical monitor activity. To enable the SNMP trap notifications for optical monitor, use the following global configuration command:

Command
Purpose

snmp-server enable traps optical monitor {critical | major | minor | not-alarmed}

Enables SNMP trap notifications for optical monitor activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable critical SNMP trap notifications for optical monitor activity.

Switch# configure terminal
Switch(config)# snmp-server enable traps optical monitor critical

OSCP MIB

The OSCP MIB (CISCO-OSCP-MIB) assists SNMP monitoring of OSCP activity. To enable the SNMP trap notifications for OSCP activity, use the following global configuration command:

Command
Purpose

snmp-server enable traps oscp

Enables SNMP trap notifications for OSCP activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for OSCP.

Switch# configure terminal
Switch(config)# snmp-server enable traps oscp

Patch MIB

The patch MIB (CISCO-OPTICAL-PATCH-MIB) assists SNMP monitoring of patch connections. To enable the SNMP trap notifications for patch connection creation, modification, and deletion, use the following global configuration command:

Command
Purpose

snmp-server enable traps patch

Enables SNMP trap notifications for patch connection activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for patch connections:

Switch# configure terminal
Switch(config)# snmp-server enable traps patch

Physical Topology MIB

The network physical topology MIB (PTOPO-MIB) assists SNMP monitoring of network topology activity. To enable the SNMP trap notifications for network topology activity, use the following global configuration command:

Command
Purpose

snmp-server enable traps topology [throttle-interval seconds]

Enables SNMP trap notifications for network topology activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for network topology activity:

Switch# configure terminal
Switch(config)# snmp-server enable traps topology

Redundancy Facility MIB

The redundancy facility MIB (CISCO-RF-MIB) assists SNMP monitoring of processor redundancy activity. To enable the SNMP trap notifications for processor redundancy activity, use the following global configuration command:

Command
Purpose

snmp-server enable traps rf

Enables SNMP trap notifications for the redundancy facility activity.


For information about other commands that enable SNMP trap notifications, refer to the
Cisco IOS Configuration Fundamentals Command Reference publication.

Example

The following example shows how to enable SNMP trap notifications for processor redundancy activity.

Switch# configure terminal
Switch(config)# snmp-server enable traps rf

Monitoring Without the OSC or In-Band Message Channel

To take advantage of the OSC, the Cisco ONS 15530 system must be equipped with one OADM module with OSC (for unprotected configurations) or two OADM modules with OSC (for protected configurations). Likewise, to take advantage of the in-band message channel, the system must be equipped with a 2.5-Gbps ITU trunk card, 10-Gbps ITU trunk card, 10-Gbps ITU tunable trunk card, or a 10-Gbps uplink card. If your system is not equipped to support the OSC or in-band message channel, the following conditions apply:

You cannot reach other nodes on the network using Telnet or SNMP. Separate connections to each system must exist on the network for management purposes.

CDP does not function on the network. The physical topology must be configured manually for fault isolation and system management.

Keepalive information is not available for other nodes on the network.

Setting up Connections to Individual Nodes

To access individual nodes in a Cisco ONS 15530 network without the OSC, you must establish separate connections to a management port on each system. This can be done using a Telnet session over an Ethernet connection, a console connection, or a modem connection to the auxiliary port. For instructions on how to do this, see Chapter 3, "Initial Configuration."

For NMS without the OSC, each node reports individually to the NMS. Thus, you must connect the NMS to each node using SNMP over an Ethernet connection.

Manually Configuring the Network Topology

If the OSC is absent from the system or CDP is disabled, you must manually add the wdm interfaces connected to the trunk fiber to the network topology using the CLI. To manually add the wdm interfaces to the network topology, perform the following steps on all the nodes in the network, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# interface wdm slot/subcard

Switch(config-if)#

Selects the interface to configure and enters interface configuration mode.

Step 2 

Switch(config-if)# topology neighbor {name node-name | ip-address node-ip-address | mac-address node-mac-address} {port {name port-name | ip-address port-ip-address | mac-address port-mac-address}}
[receive | transmit]

Configures the network topology information for a neighboring node.

Step 3 

Switch(config-if)# topology neighbor agent ip-address ip-address

Specifies the address of the network topology agent on a neighboring node.

Figure 14-2 shows an example ring topology with three shelves.

Figure 14-2 Ring Topology Example

The following example shows how to configure the network topology for node 1 in Figure 14-2:

Node1(config)# interface wdm 0/1
Node1(config-if)# topology neighbor name Node2 port name wdm0/0
Node1(config-if)# topology neighbor agent ip-address 10.2.2.2
Node1(config)# exit
Node1(config)# interface wdm 0/0
Node1(config-if)# topology neighbor name Node3 port name wdm0/1
Node1(config-if)# topology neighbor agent ip-address 10.3.3.3

The following example shows how to configure the network topology for node 2 in Figure 14-2:

Node2(config)# interface wdm 0/0
Node2(config-if)# topology neighbor name Node1 port name wdm0/1
Node2(config-if)# topology neighbor agent ip-address 10.1.1.1
Node2(config)# exit
Node2(config)# interface wdm 0/1
Node2(config-if)# topology neighbor name Node3 port name wdm0/0
Node2(config-if)# topology neighbor agent ip-address 10.3.3.3

The following example shows how to configure the network topology for node 3 in Figure 14-2:

Node3(config)# interface wdm 0/0
Node3(config-if)# topology neighbor name Node2 port name wdm0/1
Node3(config-if)# topology neighbor agent ip-address 10.2.2.2
Node3(config)# exit
Node3(config)# interface wdm 0/1
Node3(config-if)# topology neighbor name Node1 port name wdm0/0
Node3(config-if)# topology neighbor agent ip-address 10.1.1.1

Displaying the Network Topology

To display the network topology, use the following EXEC command:

Command
Purpose

show topology neighbor

Displays the network topology.


Example

The following example shows the network topology:

Switch# show topology neighbor

Physical Topology:

Local Port Neighbor Node Neighbor Port
---------- ------------- -------------
Wd0/0 Node1 wdm0/0
Wd0/1 Node2 wdm0/1

Configuring Interfaces in the Network Topology

Not all interfaces on the Cisco ONS 15530 support CDP topology discovery, such as the transparent, esconphy, and wdmsplit interfaces. Also, not all equipment connected to a Cisco ONS 15530, such as EDFAs (erbium-doped fiber amplifiers) connected to wdm interfaces, support CDP. In these cases, you must explicitly add the interfaces to the network topology.

To add interfaces to the network topology, perform the following steps, beginning in global configuration mode:

 
Command
Purpose

Step 1 

Switch(config)# interface {transparent slot/subcard/0 | wdm slot/subcard | wdmsplit slot/subcard | esconphy slot/subcard/port | voain slot/subcard/port | voaout slot/subcard/port | voafilterin slot/subcard/port | voafilterout slot/subcard/port | gigabitphy slot/subcard/port | twogigabitphy slot/subcard/port }

Switch(config-if)#

Selects the interface to configure and enters interface configuration mode.

Step 2 

Switch(config-if)# topology neighbor {name node-name | ip-address node-ip-address | mac-address node-mac-address} {port {name port-name | ip-address port-ip-address | mac-address port-mac-address}}
[receive | transmit]

Configures the network topology information for a neighboring node.

Step 3 

Switch(config-if)# topology neighbor agent ip-address ip-address

Specifies the address of the network topology agent on a neighboring node.

Example

The following example shows how to add a transparent interface to the network topology:

Switch(config)# interface transparent 8/0/0
Switch(config-if)# topology neighbor name router1 port name gigabitethernet1/1
Switch(config-if)# topology neighbor agent ip-address 10.1.1.1

Displaying Topology Information

To display the topology information, use the following EXEC command:

Command
Purpose

show topology neighbor

Displays network topology information.


Example

The following example shows how to display the client equipment topology:

Switch# show topology neighbor

Physical Topology:

Local Port Neighbor Node Neighbor Port
---------- ------------- -------------
Trans8/0/0 Router1 gigabitethernet1/1

About Embedded CiscoView

The Embedded CiscoView network management system provides a web-based interface for the Cisco ONS 15530. Embedded CiscoView uses HTTP and SNMP to provide graphical representations of the system and to provide GUI-based management and configuration facilities. After you install and configure Embedded CiscoView, you can access your Cisco ONS 15530 from a web browser utility.

You can download the Embedded CiscoView files from the following URL:

http://www.cisco.com/kobayashi/sw-center/netmgmt/ciscoview/embed-cview-planner.shtml

Installing and Configuring Embedded CiscoView

To install and configure Embedded CiscoView on the Cisco ONS 15530, perform the following steps:

 
Command
Purpose

Step 1 

Switch# dir {bootflash: | disk0:}

Displays the contents of the specified Flash memory device, including the amount of free space that is available.

If enough free space is available, skip to Step 4

Step 2 

Switch# delete {bootflash:filename | diskn:filename}

Deletes the old file.

Step 3 

Switch# squeeze {bootflash:}

Recovers the space on the Flash memory device.

Step 4 

Switch# copy tftp: {bootflash: | disk0:}

Copies the CiscoView tar file (ONS15530.tar) from the TFTP server.

If you are installing Embedded CiscoView for the first time, skip to Step 6.

Step 5 

Switch# delete {bootflash: | disk0:}cv/*

Removes existing files from the CiscoView directory.

Step 6 

Switch# archive tar /xtract disk0:ONS15530.tar {bootflash: | disk0:}cv

Extracts the CiscoView files from the tar file on the TFTP server to the CiscoView directory.

Step 7 

Switch# dir {bootflash: | disk0:}

Displays the file in Flash memory.

Repeat Step 4 and Step 7 for the file system on the standby processor (sby-bootflash: or sby-disk0:).

Step 8 

Switch# configure terminal

Switch(config)#

Enters global configuration mode.

Step 9 

Switch(config)# ip http server

Enables the HTTP web server.

Step 10 

Switch(config)# end

Switch#

Returns to privileged EXEC mode.

Step 11 

Switch# copy system:running-config nvram:startup-config

Saves the configuration in NVRAM.

Examples

The following example shows how to initially install Embedded CiscoView on both processors in your system:

Switch# copy tftp disk0:
Address or name of remote host []? 20.1.1.1
Source filename []? ONS15530.tar
Destination filename [ONS15530.tar]?
Accessing tftp://20.1.1.1/ONS15530.tar...
Loading ONS15530.tar from 20.1.1.1 (via Port-channel1.1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 1251840/2503680 bytes]

1251840 bytes copied in 109.848 secs (11484 bytes/sec)

Switch# archive tar /xtract disk0:ONS15530.tar disk0:/cv
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

Switch# dir disk0:
Directory of disk0:/

    1  -rw- 2276396 Apr 30 2001 17:48:07 ONS15530-i-mz.121
    2  -rw- 1251840 May 23 2001 14:03:35 ONS15530.tar
3  -rw- 8861 May 23 2001 14:26:05 cv/ONS15530-1.0.html
4  -rw- 1183238 May 23 2001 14:26:06 cv/ONS15530-1.0.sgz
5  -rw- 3704 May 23 2001 14:27:55 cv/ONS15530-1.0_ace.html
6  -rw- 401 May 23 2001 14:27:55 cv/ONS15530-1.0_error.html
7  -rw- 17003 May 23 2001 14:27:55 cv/ONS15530-1.0_jks.jar
 8  -rw- 17497 May 23 2001 14:27:57 cv/ONS15530-1.0_nos.jar
 9  -rw- 8861 May 23 2001 14:27:59 cv/applet.html
10  -rw- 529 May 23 2001 14:28:00 cv/cisco.x509
11  -rw- 2523 May 23 2001 14:28:00 cv/identitydb.obj

16384000 bytes total (1287752 bytes free)

Switch# copy tftp: sby-disk0:ONS15530.tar
Address or name of remote host []? 20.1.1.1
Source filename []? ONS15530.tar
Destination filename [ONS15530.tar]?
Accessing tftp://20.1.1.1/ONS15530.tar...
Loading ONS15530.tar from 20.1.1.1 (via Port-channel1.1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 1251840/2503680 bytes]

1251840 bytes copied in 109.848 secs (11484 bytes/sec)

Switch# archive tar /xtract disk0:ONS15530.tar sby-disk0:cv
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
Switch# dir sby-disk0:
Directory of sby-disk0:/

    1  -rw- 2276396 May 20 2001 17:48:07 ONS15530-i-mz.121
    2  -rw- 1251840 May 23 2001 14:03:35 ONS15530.tar
3  -rw- 8861 May 23 2001 14:26:05 cv/ONS15530-1.0.html
4  -rw- 1183238 May 23 2001 14:26:06 cv/ONS15530-1.0.sgz
5  -rw- 3704 May 23 2001 14:27:55 cv/ONS15530-1.0_ace.html
6  -rw- 401 May 23 2001 14:27:55 cv/ONS15530-1.0_error.html
7  -rw- 17003 May 23 2001 14:27:55 cv/ONS15530-1.0_jks.jar
 8  -rw- 17497 May 23 2001 14:27:57 cv/ONS15530-1.0_nos.jar
 9  -rw- 8861 May 23 2001 14:27:59 cv/applet.html
10  -rw- 529 May 23 2001 14:28:00 cv/cisco.x509
11  -rw- 2523 May 23 2001 14:28:00 cv/identitydb.obj
16384000 bytes total (1287752 bytes free)
Switch# configure terminal
Switch(config)# ip http server
Switch(config)# end
Switch# copy system:running-config nvram:startup-config

The following example shows how to update the CiscoView files on your Cisco ONS 15530:

Switch# delete disk0:cv/*
Delete filename [cv/*]?
Delete disk0:cv/ONS15530-1.0.html? [confirm]
Delete disk0:cv/ONS15530-1.0.sgz? [confirm]
Delete disk0:cv/ONS15530-1.0_ace.html? [confirm]
Delete disk0:cv/ONS15530-1.0_error.html? [confirm]
Delete disk0:cv/ONS15530-1.0_jks.jar? [confirm]
Delete disk0:cv/ONS15530-1.0_nos.jar? [confirm]
Delete disk0:cv/applet.html? [confirm]
Delete disk0:cv/cisco.x509? [confirm]
Delete disk0:cv/identitydb.obj? [confirm]

Switch# copy tftp disk0:
Address or name of remote host []? 20.1.1.1
Source filename []? ONS15530.tar
Destination filename [ONS15530.tar]?
Accessing tftp://20.1.1.1/ONS15530.tar...
Loading ONS15530.tar from 20.1.1.1 (via Port-channel1.1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 1251840/2503680 bytes]

1251840 bytes copied in 109.848 secs (11484 bytes/sec)

Switch# archive tar /xtract disk0:ONS15530.tar disk0:cv
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

Switch# delete sby-disk0:cv/*
Delete filename [cv/*]?
Delete disk0:cv/ONS15530-1.0.html? [confirm]
Delete disk0:cv/ONS15530-1.0.sgz? [confirm]
Delete disk0:cv/ONS15530-1.0_ace.html? [confirm]
Delete disk0:cv/ONS15530-1.0_error.html? [confirm]
Delete disk0:cv/ONS15530-1.0_jks.jar? [confirm]
Delete disk0:cv/ONS15530-1.0_nos.jar? [confirm]
Delete disk0:cv/applet.html? [confirm]
Delete disk0:cv/cisco.x509? [confirm]
Delete disk0:cv/identitydb.obj? [confirm]
Switch# copy tftp sby-disk0:
Address or name of remote host [20.1.1.1]?
Source filename [ONS15530.tar]?
Destination filename [ONS15530.tar]?
Accessing tftp://20.1.1.1/ONS15530.tar...
Loading ONS15530.tar from 20.1.1.1 (via Port-channel1.1): !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!
[OK - 1251840/2503680 bytes]

1251840 bytes copied in 109.848 secs (11484 bytes/sec)
Switch# archive tar /xtract disk0:ONS15530.tar disk0:cv
CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
Switch# archive tar /xtract tftp://10.1.1.1/ciscoview.tar sby-disk0:cv

Accessing Embedded CiscoView

Access Embedded CiscoView using the NME IP address as the URL for your Cisco ONS 15530 from a web browser using the following format:

http://A.B.C.D/

Displaying Embedded CiscoView Information

To display the Embedded CiscoView information, use the following EXEC commands:

Command
Purpose

show ciscoview package

Displays information about the Embedded CiscoView files in the Flash PC Card.

show ciscoview version

Displays the Embedded CiscoView version.


Example

The following example shows how to display the Embedded CiscoView file and version information:

Switch# show ciscoview package
File source:disk0:
CVFILE SIZE(in bytes)
------------------------------------------------
ONS15530-1.0.html 8861
ONS15530-1.0.sgz 1183238
ONS15530-1.0_ace.html 3704
ONS15530-1.0_error.html 401
ONS15530-1.0_jks.jar 17003
ONS15530-1.0_nos.jar 17497
applet.html 8861
cisco.x509 529
identitydb.obj 2523

Switch# show ciscoview version
Engine Version: 5.3 ADP Device: ONS15530 ADP Version: 1.0 ADK: 39

hometocprevnextglossaryfeedbacksearchhelp

Posted: Tue Feb 28 04:08:43 PST 2006
All contents are Copyright © 1992--2006 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.