-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new sample data (forgotten from last commit)
SVN:code[186]
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Set> | ||
<bizInterface id="322"> | ||
<name>ethernet0/1</name> | ||
<status>implementation</status> | ||
<org_id>2</org_id> | ||
<severity>low</severity> | ||
<device_id>313</device_id> | ||
<logical_type>port</logical_type> | ||
<physical_type>ethernet</physical_type> | ||
<ip_address>15.128.3.2</ip_address> | ||
<mask></mask> | ||
<mac></mac> | ||
<speed></speed> | ||
<duplex>unknown</duplex> | ||
<if_connected_id>0</if_connected_id> | ||
</bizInterface> | ||
<bizInterface id="324"> | ||
<name>ethernet0/2</name> | ||
<status>implementation</status> | ||
<org_id>2</org_id> | ||
<severity>low</severity> | ||
<device_id>314</device_id> | ||
<logical_type>port</logical_type> | ||
<physical_type>ethernet</physical_type> | ||
<ip_address>15.128.3.1</ip_address> | ||
<mask></mask> | ||
<mac></mac> | ||
<speed></speed> | ||
<duplex>unknown</duplex> | ||
<if_connected_id>0</if_connected_id> | ||
</bizInterface> | ||
<bizInterface id="330"> | ||
<name>ethernet0/3</name> | ||
<status>implementation</status> | ||
<org_id>2</org_id> | ||
<severity>low</severity> | ||
<device_id>11</device_id> | ||
<logical_type>port</logical_type> | ||
<physical_type>ethernet</physical_type> | ||
<ip_address>15.128.3.4</ip_address> | ||
<mask></mask> | ||
<mac></mac> | ||
<speed></speed> | ||
<duplex>unknown</duplex> | ||
<if_connected_id>0</if_connected_id> | ||
</bizInterface> | ||
</Set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Set> | ||
<bizCircuit id="328"> | ||
<name>Paris-Grenoble</name> | ||
<status>implementation</status> | ||
<org_id>2</org_id> | ||
<severity>low</severity> | ||
<speed></speed> | ||
<location1_id>3</location1_id> | ||
<location2_id>2</location2_id> | ||
<interface1_id>322</interface1_id> | ||
<interface2_id>324</interface2_id> | ||
<provider_id>4</provider_id> | ||
<carrier_ref>FT-2345</carrier_ref> | ||
</bizCircuit> | ||
</Set> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Set> | ||
<bizService id="1"> | ||
<name>Support Database</name> | ||
<org_id>3</org_id> | ||
<service_category>Application</service_category> | ||
<description>We support all you DB according to Service Level. | ||
|
||
Coverage can be 5*8 or 24*7</description> | ||
<status>New</status> | ||
<type>Support</type> | ||
</bizService> | ||
</Set> |