I want to configure a serial interface on a 7500 with a VIP
card.

What global config command would give me access to a serial
interface on

a 7500?

A.) int 1/0/0

B.) int s 1/0/0

C.) int s 1/1

D.) int s0.1

E.) int s1

Answers were Sorted based on User's Feedback



I want to configure a serial interface on a 7500 with a VIP card. What global config command wou..

Answer / guest

Answer: B

Is This Answer Correct ?    1 Yes 0 No

I want to configure a serial interface on a 7500 with a VIP card. What global config command wou..

Answer / dfsdfds

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Retrieve Data Using JQuery...</title>
<script src="JQuery/jquery-1.4.2.js"
type="text/javascript"></script>
<script src="JQuery/jquery-ui-1.8.2.custom.min.js"
type="text/javascript"></script>
<link href="css/jquery-ui-1.8.4.custom.css"
rel="stylesheet" type="text/css" />
<script src="JQuery/jquery-ui-1.8.4.custom.min.js"
type="text/javascript"></script>
<link type="text/css"
href="JQuery/themes/base/jquery.ui.all.css" rel="stylesheet" />
<script type="text/javascript"
src="JQuery/external/jquery.bgiframe-2.1.1.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.core.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.widget.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.mouse.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.button.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.draggable.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.position.js"></script>
<script type="text/javascript"
src="JQuery/ui/jquery.ui.dialog.js"></script>
<script src="JQuery/service1.js"
type="text/javascript"></script>
<style type="text/css">
#btnGet
{
width: 243px;
}
#btnAdd
{
width: 174px;
}
#btnDelete
{
width: 184px;
}
#btnUpdate
{
width: 173px;
}
</style>
</head>
<body>
<div id="stdData">
</div>
<div id="stdAdd" style="display:none; font-size:small;">
<table>
<tr>
<td>Enter Your ID : </td>
<td><input type="text" id="txtID" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your Name : </td>
<td><input type="text" id="txtName" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your Course : </td>
<td><input type="text" id="txtCourse" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your USN : </td>
<td><input type="text" id="txtUsn" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" id="btnAddData"
value="Submit Data" /></td>
</tr>
</table>
</div>
<div id="stdDelete" style="display:none; font-size:small;">
<table>
<tr>
<td>Enter Your ID : </td>
<td><input type="text" id="txtDelId" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" id="btnDeleteData"
value="Submit Data" /></td>
</tr>
</table>
</div>
<div id="studUpdate" style="display:none; font-size:small;">
<table>
<tr>
<td>Enter Your ID : </td>
<td><input type="text" id="txtUpdateID" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" id="btnUpdateDetails"
value="Submit Data" /></td>
</tr>
</table>
</div>
<div id="updateDetails" style="display:none;
font-size:small;">
<table>
<tr>
<td>Enter Your ID : </td>
<td><input type="text" id="txtUpId" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your Name : </td>
<td><input type="text" id="txtUpName" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your Course : </td>
<td><input type="text" id="txtUpCourse" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Enter Your USN : </td>
<td><input type="text" id="txtUpUsn" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3"
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" id="btnUpDetails"
value="Submit Data" /></td>
</tr>
</table>
</div>
<table>
<tr>
<td><input type="button" value=" Please CLICK to
Retrieve Student Data" id="btnGet" /></td>
<td><input type="button" value=" CLICK to Add
Your Data" id="btnAdd" /></td>
<td><input type="button" value=" CLICK to Delete
Your Data" id="btnDelete" /></td>
<td><input type="button" value=" CLICK to Update
Your Data" id="btnUpdate" /></td>
</tr>
</table>
</body>
</html>






/// <reference path="jquery-1.4.1-vsdoc.js" />
$(document).ready(function() {
$('input:button').addClass("btnClass");
fillData();
$('#btnGet').click(function() {
fillData();
});
function fillData() {
$.ajax({
type: "Post",
url: "../Linq/myService.asmx/getStudent",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(msg) {
//var nMsg = (typeof msg.d) == 'string' ?
eval('(' + msg.d + ')') : msg.d;
var t = "<table width='80%' id='resTab'> <tr>" +
"<td colspan='5'
style='text-align:center'><font size='3'><strong>Your Search
Result......</strong></font></td></tr> <tr><td
style='text-align:left' colspan='5'><hr></td></tr> "
+ " <tr><td
style='text-align:center'>Student ID</td><td
style='text-align:center'>Student Name</td><td
style='text-align:center'>Student Course</td><td
style='text-align:center'>Student USN</td></tr>"
+ " <tr><td style='text-align:left'
colspan='5'><hr><br></td></tr> ";
$.each(msg.d, function(index, item) {
t = t + " <tr><td
style='text-align:center'>" + item.studId + "</td><td
style='text-align:center'>" + item.studName + "</td><td
style='text-align:center'>" + item.studCourse + "</td><td
style='text-align:center'>" + item.studUsn +
"</td><td><input type='button' ID='btn" + item.studId + "'
value='Delete'/></td></tr>";
t = t + " <tr><td
style='text-align:left' colspan='5'><hr></td></tr> ";
});
t = t + " </table> ";
$("#stdData").html(t);
},
error: function(msg) { }
});
}
$("#stdData input[type='button']").click(function() {
//var clId = $(this).attr('value');
//var btnId=$(this).find("input:button").attr('id');
alert("");
});
$('#btnAdd').click(function() {
$("#stdAdd").dialog({
title: "Please Enter Student Data ....!!!",
resizable: false,
closeOnEscape: false,
modal: true,
width: 400
}).parent().find('div.ui-dialog-titlebar');
});
$('#btnAddData').click(function() {
$.ajax({
type: "Post",
data: '{stdId: "' + $('#txtID').val() + '",
stdName: "' + $('#txtName').val() + '", stdCourse: "' +
$('#txtCourse').val() + '", stdUsn: "' + $('#txtUsn').val()
+ '"}',
url: "../Linq/myService.asmx/insertStudent",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(msg) {
alert(msg.d);
$('#txtID').val("");
$('#txtName').val("");
$('#txtCourse').val("");
$('#txtUsn').val("");
window.location.href = "useService.htm";
},
error: function(msg) { alert(msg.d); }
});
});
$('#btnDelete').click(function() {
$("#stdDelete").dialog({
title: "Please Enter Student ID ....!!!",
resizable: false,
closeOnEscape: false,
modal: true,
width: 400
}).parent().find('div.ui-dialog-titlebar');
});
$('#btnDeleteData').click(function() {
$.ajax({
type: "Post",
data: '{stdId: "' + $('#txtDelId').val() + '"}',
url: "../Linq/myService.asmx/deleteStudent",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(msg) {
alert(msg.d);
$('#txtDelId').val("");
window.location.href = "useService.htm";
},
error: function(msg) { alert(msg.d); }
});
});
$('#btnUpdate').click(function() {
$("#studUpdate").dialog({
title: "Please Enter Student ID ....!!!",
resizable: false,
closeOnEscape: false,
modal: true,
width: 400
}).parent().find('div.ui-dialog-titlebar');
});
$('#btnUpdateDetails').click(function() {
$.ajax({
type: "Post",
data: '{stdId: "' + $('#txtUpdateID').val() + '"}',
url: "../Linq/myService.asmx/updateStudentData",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(msg) {
var nMsg = (typeof msg.d) == 'string' ?
eval('(' + msg.d + ')') : msg.d;
$("#updateDetails").dialog({
title: "Update Student Details ....!!!",
resizable: false,
closeOnEscape: false,
modal: true,
width: 400
}).parent().find('div.ui-dialog-titlebar');
$('#txtUpId').val(nMsg[0]).attr('readOnly',
'true');
$('#txtUpName').val(nMsg[1]);
$('#txtUpCourse').val(nMsg[2]);
$('#txtUpUsn').val(nMsg[3]);
},
error: function(msg) { alert(msg.d); }
});
});
$('#btnUpDetails').click(function() {
$.ajax({
type: "Post",
data: '{stdId: "' + $('#txtUpId').val() + '",
stdName: "' + $('#txtUpName').val() + '", stdCourse: "' +
$('#txtUpCourse').val() + '", stdUsn: "' +
$('#txtUpUsn').val() + '"}',
url: "../Linq/myService.asmx/updateStudentDetails",
contentType: "application/json; charset=utf-8",
dataType: "json",
success: function(msg) {
alert(msg.d);
$('#txtUpId').val("");
$('#txtUpName').val("");
$('#txtUpCourse').val("");
$('#txtUpUsn').val("");
window.location.href = "useService.htm";
},
error: function(msg) { alert(msg.d); }
});
});

});

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CCNA Interview Questions

1 what is the number of telnet session in the cisco router a 1 b 2 c 3 d 4 e 5

4 Answers  


Explain what are partial updates?

0 Answers  


HOW MPLS IS DIFFERENT FROM OSPF? WHY NOW A DAYS MPLS IS PREFERED OVER ANY NETWORK PROTOCOL?

1 Answers   Bank Of India, TCS,


Which IEEE standard is used to define Wi-Fi? A. IEEE 802.3 B. IEEE 802.5 C. IEEE 802.11h D. IEEE 802.11c E. IEEE 802.11

13 Answers   Infosys,


What is the default IPX Ethernet encapsulation? A.) SNAP B.) Arpa C.) 802.2 D.) Novell-Ether E.) SAP

1 Answers  






the situation iz like ths -at a specific time in our company the internet connectivity goes off...v hav two networks in our company...but out of it only one link goes down for 5-10 sec...a fastethernet port becomes down for few sec and automatically becomes Up... Is this occures becoz of Power?? If yes thn y the 2nd network is not affected??

2 Answers   SoftTech,


Identify the default IPX serial encapsulation? A.) Novell-Ether B.) SDLC C.) SNAP D.) HDLC

1 Answers  


What is the UDP datagram format? A. Source Port - 16 bits, Destination Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data B. Destination Port - 16 bits, Source Port - 16 bits, Length - 16 Bits, Checksum - 16 bits, Data C. Source Port - 16 bits, Destination Port - 16 bits, Checksum - 16 Bits, Length - 16 bits, Data D. Source Port - 8 bits, Destination Port - 8 bits, Length -8 Bits, Checksum - 8 bits, Data

1 Answers  


Identify 3 characteristics of the Network layer (OSI layer 3)? A.) Connection oriented B.) Path determination C.) Supports multiplexing D.) Manages sessions E.) Packet forwarding

4 Answers  


Which of the following is a characteristic of a switch, but not of a router? A.) Switches forward packets based on the IPX or IP address in the frame B.) Switches forward packets based on the IP address in the frame C.) Switches forward packets based on the MAC address in the frame D.) Switches forward packets based only on the IP address in the packet

1 Answers  


What is the command to allow you to type Tokyo instead of the IP address 172.16.30.1 to access a router named Tokyo? A.) config t, ip host Tokyo 172.16.30.1 B.) config t, ip hostname Tokyo 172.16.30.1 C.) config t, hostname Tokyo 172.16.30.1 D.) config t, ip hostname 172.16.30.1 Tokyo

1 Answers  


What is DHCP stand for?

0 Answers  


Categories