Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What does 'P' mean when running a Trace? A.) Good route B.) Protocol unreachable C.) Source Quench D.) Destination unreachable

1 Answers  


Identify the 4 that are not LAN technologies? A.) HDLC B.) FDDI C.) 802.5 D.) HSSI E.) SDLC F.) Frame Relay

1 Answers   AXA,


Which command can verify only Network layer connectivity between 2 hosts? A.) ping B.) e-mail C.) plp D.) arp E.) telnet

4 Answers  


What IP command would you use to test the entire IP stack? A.) Stack-test B.) Arp C.) Telnet D.) Ping E.) Trace

2 Answers  


What is mtu and what is its size for transmission?

0 Answers  


What is the ieee standard for wireless networking?

0 Answers  


as we know that isdn bri port come with either a u interface or some thing s/t interface what is the diffrenmce between them

2 Answers   HCL,


Which command line option will determine what traffic is interesting enough to establish a dialup connection? A.) dialer map B.) dialer string C.) dialer in-band D.) dialer-list E.) dialer negotiation

1 Answers  


What is the best Difference between RIP, OSPF, EIGRP

7 Answers   Airtel, Gemini, HP,


How the STP determinw that which Port should be Root Port, which port should be Designeted Port , Blocking Port and Forwarding Port in Layer 2 STP topology........ Hi friends Thanks for posting the answer of above given questions i agree with all of you that BPDU is the Protocol that are used to determine this is clear to me.. But I want to Know the Process like Why it Blocked the port Fa0/1 Insted of Fa0/2 waiting for Answer Posting .... Thanks in Advance

5 Answers  


What is a Frame Relay?

0 Answers  


The Internet Protocol (IP) occurs at what layer of the seven layer model? A.) Physical B.) Presentation C.) Network D.) Datalink E.) Session F.) Transport

3 Answers  


Categories